Files
toutoukan_front/miniprogram/app.json

27 lines
675 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",
2025-09-27 17:24:52 +08:00
"pages/publish/publish",
2025-08-09 17:41:14 +08:00
"pages/user/user",
2025-09-26 01:02:43 +08:00
"pages/user-login/user-login",
2025-09-27 17:24:52 +08:00
"pages/articledetail/articledetail",
2025-09-28 00:14:39 +08:00
"pages/shop/shop",
2025-09-28 00:31:57 +08:00
"pages/notifications/notifications",
"pages/setting/setting",
2025-09-28 00:46:32 +08:00
"pages/opinion/opinion",
"pages/helpcenter/helpcenter"
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",
2025-09-27 23:14:50 +08:00
"darkmode": false,
"enableShareAppMessage": true
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
}