navmini/weapp/app.json
eric 518410edd0 feat: 游民导航 H5、微信小程序与小红书小工具
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-27 12:15:00 -05:00

14 lines
353 B
JSON

{
"pages": ["pages/index/index"],
"window": {
"navigationBarTitleText": "游民导航",
"navigationBarBackgroundColor": "#e9eef4",
"navigationBarTextStyle": "black",
"backgroundColor": "#e9eef4",
"backgroundTextStyle": "dark"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}