huaanglimeng/app.json

15 lines
352 B
JSON
Raw Permalink Normal View History

2026-01-31 22:02:01 +08:00
{
"pages": [
"pages/home/home",
"pages/index/index",
"pages/knowledge/index",
"pages/knowledge/list",
"pages/knowledge/article",
"pages/webview/index"
2026-01-31 22:02:01 +08:00
],
"window": {
"navigationBarTitleText": "我的第一个小程序"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}