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.
51 lines
1.3 KiB
51 lines
1.3 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/exercises",
|
|
"pages": [
|
|
{
|
|
"path": "chapter/chapter",
|
|
"style": {
|
|
"navigationBarTitleText": "章节练习",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark"
|
|
}
|
|
},
|
|
{
|
|
"path": "brushQuestions/brushQuestions",
|
|
"style": {
|
|
"navigationBarTitleText": "刷题",
|
|
"enablePullDownRefresh": false,
|
|
"backgroundTextStyle": "dark" ,
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "习题题库",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
|
"custom": {
|
|
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
|
|
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
}
|