Files
toutoukan_front/miniprogram/app.json

17 lines
391 B
JSON
Raw Normal View History

2025-08-09 00:30:05 +08:00
{
"pages": [
"pages/index/index",
2025-08-09 17:41:14 +08:00
"pages/logs/logs",
"pages/home/home",
"pages/chat/chat",
"pages/user/user",
"pages/user-login/user-login"
2025-08-09 00:30:05 +08:00
],
"window": {
"navigationBarTextStyle": "black",
2025-08-09 17:41:14 +08:00
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f5f7fa"
2025-08-09 00:30:05 +08:00
},
"componentFramework": "glass-easel",
"lazyCodeLoading": "requiredComponents"
}