Files
toutoukan_front/miniprogram/app.json

21 lines
477 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",
2025-09-26 01:02:43 +08:00
"pages/user-login/user-login",
"pages/articledetail/articledetail"
2025-08-09 00:30:05 +08:00
],
"window": {
"navigationBarTextStyle": "black",
2025-08-09 17:41:14 +08:00
"navigationBarTitleText": "",
2025-09-23 12:47:06 +08:00
"navigationBarBackgroundColor": "#f5f7fa",
"darkmode": false
2025-08-09 00:30:05 +08:00
},
"componentFramework": "glass-easel",
2025-09-23 12:47:06 +08:00
"lazyCodeLoading": "requiredComponents",
"darkmode": false
2025-08-09 00:30:05 +08:00
}