Files
edu_mp/app.json
2025-12-05 15:41:32 +08:00

53 lines
1.4 KiB
JSON

{
"pages": [
"pages/index/index",
"pages/category/category",
"pages/detail/detail",
"pages/mine/mine"
],
"window": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "信息服务",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f5f5",
"backgroundTextStyle": "dark"
},
"tabBar": {
"custom": true,
"color": "#999999",
"selectedColor": "#1890ff",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"text": "分类"
},
{
"pagePath": "pages/mine/mine",
"text": "我的"
}
]
},
"usingComponents": {
"van-button": "@vant/weapp/button/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-icon": "@vant/weapp/icon/index",
"van-image": "@vant/weapp/image/index",
"van-loading": "@vant/weapp/loading/index",
"van-navbar": "@vant/weapp/nav-bar/index",
"van-search": "@vant/weapp/search/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-tag": "@vant/weapp/tag/index",
"van-empty": "@vant/weapp/empty/index"
},
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents"
}