You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.6 KiB
64 lines
1.6 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/login",
|
|
"pages/question/index",
|
|
"pages/question/buyOne",
|
|
"pages/question/buyTwo",
|
|
"pages/question/buyThree",
|
|
"pages/question/list",
|
|
"pages/user/index",
|
|
"pages/user/video",
|
|
"pages/user/videoList",
|
|
"pages/user/videoDetail",
|
|
"pages/user/reset",
|
|
"pages/user/withdrawal",
|
|
"pages/user/team",
|
|
"pages/user/rebate",
|
|
"pages/user/userAgreement",
|
|
"pages/user/privacyPolicy",
|
|
"pages/user/aboutUs",
|
|
"pages/study/index",
|
|
"pages/study/detail",
|
|
"pages/exercises/index",
|
|
"pages/exercises/complete",
|
|
"pages/index/detail",
|
|
"pages/study/free",
|
|
"pages/exercises/answerCard/answerCard",
|
|
"pages/exercises/cuowuti/cuowuti"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "题库",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#fff"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#2080F9",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/icon-01.png",
|
|
"selectedIconPath": "static/icon-01-on.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/question/index",
|
|
"iconPath": "static/icon-02.png",
|
|
"selectedIconPath": "static/icon-02-on.png",
|
|
"text": "刷题"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"iconPath": "static/icon-04.png",
|
|
"selectedIconPath": "static/icon-04-on.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |