Files
2026-09-10 10:57:40 +08:00

29 lines
1.5 KiB
JSON

{
"pages": [
{ "path": "pages/index/index", "style": { "navigationStyle": "custom" } },
{ "path": "pages/login/login", "style": { "navigationStyle": "custom" } },
{ "path": "pages/home/home", "style": { "navigationStyle": "custom" } },
{ "path": "pages/entry/entry", "style": { "navigationStyle": "custom" } },
{ "path": "pages/assessment/assessment", "style": { "navigationStyle": "custom" } },
{ "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom" } },
{ "path": "pages/analyzing/analyzing", "style": { "navigationStyle": "custom" } },
{ "path": "pages/report/report", "style": { "navigationStyle": "custom" } },
{ "path": "pages/matches/matches", "style": { "navigationStyle": "custom" } },
{ "path": "pages/product/product", "style": { "navigationStyle": "custom" } },
{ "path": "pages/assistant/assistant", "style": { "navigationStyle": "custom" } },
{ "path": "pages/news/news", "style": { "navigationStyle": "custom" } },
{ "path": "pages/classroom/classroom", "style": { "navigationStyle": "custom" } },
{ "path": "pages/points/points", "style": { "navigationStyle": "custom" } },
{ "path": "pages/messages/messages", "style": { "navigationStyle": "custom" } },
{ "path": "pages/archive/archive", "style": { "navigationStyle": "custom" } },
{ "path": "pages/profile/profile", "style": { "navigationStyle": "custom" } }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "AI融资",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F5F8FC"
},
"uniIdRouter": {}
}