feat(M08-bootstrap): 纳管微信原生小程序基础模板

This commit is contained in:
Codex
2026-06-18 15:08:42 +08:00
parent db014635ac
commit c658b0912b
12 changed files with 278 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"pages": [
"pages/index/index",
"pages/logs/logs"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "自助棋牌室",
"navigationBarBackgroundColor": "#ffffff"
},
"style": "v2",
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}