first commit
This commit is contained in:
60
app.json
Normal file
60
app.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/mine/mine",
|
||||
"pages/video/video",
|
||||
"pages/extract/extract",
|
||||
"pages/users/users",
|
||||
"pages/agent/agent",
|
||||
"pages/invite/invite",
|
||||
"pages/faq/faq",
|
||||
"pages/vip_recharge/vip_recharge",
|
||||
"pages/business_cooperation/business_cooperation",
|
||||
"pages/invite_incentive/invite_incentive",
|
||||
"pages/video_list/video_list",
|
||||
"pages/aitools/aitools",
|
||||
"pages/details/details",
|
||||
"pages/bot-list/bot-list"
|
||||
|
||||
],
|
||||
"window": {
|
||||
"backgroundTextStyle": "light",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationBarTitleText": "WeChat",
|
||||
"navigationBarTextStyle": "black"
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
"color": "#bfbfbf",
|
||||
"selectedColor": "#337AFF",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "images/主页.png",
|
||||
"selectedIconPath": "images/主页点击.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/aitools/aitools",
|
||||
"text": "写文案",
|
||||
"iconPath": "images/AI分析.png",
|
||||
"selectedIconPath": "images/AI分析点击.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/video_list/video_list",
|
||||
"text": "违规检测",
|
||||
"iconPath": "images/文案库.png",
|
||||
"selectedIconPath": "images/文案库点击.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/mine",
|
||||
"text": "我的",
|
||||
"iconPath": "images/我的.png",
|
||||
"selectedIconPath": "images/我的点击.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
"sitemapLocation": "sitemap.json"
|
||||
}
|
||||
Reference in New Issue
Block a user