This commit is contained in:
hujun
2026-09-10 10:57:40 +08:00
commit efb88e40d2
109 changed files with 22515 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"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": {}
}