Files
qiming/qiming-mobile/pages.json

133 lines
3.3 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"enableShareAppMessage": true
}
},
{
"path": "pages/agent-list/agent-list"
},
{
"path": "pages/agent-union-record/agent-union-record"
},
{
"path": "pages/page-app/page-app"
}
],
"subPackages": [
{
"root": "subpackages",
"pages": [
{
"path": "pages/login/login"
},
{
"path": "pages/temporary-session/temporary-session"
},
{
"path": "pages/aliyun-captcha/aliyun-captcha",
"style": {
"navigationBarTitleText": "阿里云验证码"
}
},
{
"path": "pages/login-weixin/login-weixin"
},
{
"path": "pages/agent-detail/agent-detail",
"style": {
"enablePageCache": false,
"enableShareAppMessage": true
}
},
{
"path": "pages/agent-search/agent-search"
},
{
"path": "pages/category-agent-list/category-agent-list"
},
{
"path": "pages/chat-temp/chat-temp"
},
{
"path": "pages/webview/webview",
"style": {
"enableShareAppMessage": true
}
},
{
"path": "pages/about-me/about-me"
},
{
"path": "pages/file-preview-page/file-preview-page",
"style": {
"enableShareAppMessage": true
}
},
{
"path": "pages/app-details/app-details",
"style": {
"enablePageCache": false,
"enableShareAppMessage": true
}
},
{
"path": "pages/my-subscriptions/my-subscriptions"
},
{
"path": "pages/credit-records/credit-records"
}
]
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#5147FF",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/assets/icon_home.png",
"selectedIconPath": "static/assets/icon_home_active.png"
},
{
"pagePath": "pages/agent-union-record/agent-union-record",
"text": "智联录",
"iconPath": "static/assets/icon_union_record.png",
"selectedIconPath": "static/assets/icon_union_record_active.png"
},
{
"pagePath": "pages/agent-list/agent-list",
"text": "智能体",
"iconPath": "static/assets/icon_agent.png",
"selectedIconPath": "static/assets/icon_agent_active.png"
},
{
"pagePath": "pages/page-app/page-app",
"text": "应用",
"iconPath": "static/assets/icon_app.png",
"selectedIconPath": "static/assets/icon_app_active.png"
}
]
},
"easycom": {
"autoscan": true
},
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F8F8F8",
"navigationBarTitleText": "加载中",
"backgroundColor": "#F8F8F8",
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750,
"dynamicRpx": true
},
"uniIdRouter": {}
}