- 添加uni-ui组件库依赖 - 实现微信静默登录功能 - 创建资产、策略、我的等核心页面 - 添加策略组合配置功能 - 实现持仓详情展示 - 完善用户信息展示 - 添加全局样式和工具类 - 配置小程序项目设置
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/strategies/strategies",
|
|
"pages/me/me",
|
|
"pages/detail/detail",
|
|
"pages/config/config",
|
|
"pages/strategies/edit/edit"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "Asset Manager",
|
|
"navigationBarBackgroundColor": "#0D4536",
|
|
"backgroundColor": "#F3F4F6"
|
|
},
|
|
"tabBar": {
|
|
"color": "#9CA3AF",
|
|
"selectedColor": "#0D4536",
|
|
"backgroundColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "资产",
|
|
"iconPath": "/static/home.png",
|
|
"selectedIconPath": "static/home.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/strategies/strategies",
|
|
"text": "策略",
|
|
"iconPath": "/static/puzzle.png",
|
|
"selectedIconPath": "/static/puzzle.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/me",
|
|
"text": "我的",
|
|
"iconPath": "/static/profile_circled.png",
|
|
"selectedIconPath": "/static/profile_circled.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |