Files
gecko/srde/miniprogram/app.json
Daniel a94bd44c3a Initial commit
Made-with: Cursor
2026-02-28 18:43:09 +08:00

28 lines
784 B
JSON

{
"pages": [
"pages/dashboard/dashboard",
"pages/create/create",
"pages/trade-detail/trade-detail",
"pages/review/review",
"pages/statistics/statistics",
"pages/profile/profile"
],
"window": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#2a2a2a",
"navigationBarTitleText": "SRDE 风控",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999",
"selectedColor": "#5a9",
"backgroundColor": "#2a2a2a",
"list": [
{ "pagePath": "pages/dashboard/dashboard", "text": "首页" },
{ "pagePath": "pages/create/create", "text": "创建" },
{ "pagePath": "pages/statistics/statistics", "text": "统计" },
{ "pagePath": "pages/profile/profile", "text": "我的" }
]
}
}