加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
鲁佳明 提交于 2021-03-24 15:41 . -
{
"pages": [
"pages/index/index",
"pages/study/study",
"pages/user/index",
"pages/course-detail/index",
"pages/user/user-message/index",
"pages/user/user-message-add/index",
"pages/user/user-upload-idcard/index",
"pages/user/user-add-finish/index",
"pages/user/user-pay/index",
"pages/user/user-invite/index",
"pages/user/user-photo/index",
"pages/user/user-diploma/index",
"pages/user/user-progress-feedback/index",
"pages/user/user-feedback-detail/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "易为教育",
"navigationBarTextStyle": "black"
},
"tabBar": {
"custom": true,
"color": "#333",
"selectedColor": "#73A1FF",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/public/img/tabbar_index.png",
"selectedIconPath": "/public/img/tabbar_index_active.png"
},
{
"pagePath": "pages/user/index",
"text": "我的",
"iconPath": "/public/img/tabbar_user.png",
"selectedIconPath": "/public/img/tabbar_user_active.png"
}
],
"usingComponents": {}
},
"useExtendedLib": {
"weui": true
},
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化