Initial commit
Made-with: Cursor
This commit is contained in:
27
srde/miniprogram/app.json
Normal file
27
srde/miniprogram/app.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": "我的" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user