2 Star 0 Fork 0

张好佳/xiaochengxu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
wangyanan123654 提交于 2020-07-28 21:47 . init
{
"pages":[
"pages/home/home",
"pages/detail/detail",
"pages/exam/exam",
"pages/exam/result",
"pages/category/category",
"pages/my/my",
"pages/cooperate/cooperate",
"pages/order/order",
"pages/recommend/recommend",
"pages/my_about/about",
"pages/my_ad/ad",
"pages/jiemeng/jiemeng",
"components/authorize/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#FF6600",
"navigationBarTitleText": "边测边学",
"navigationBarTextStyle":"white"
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home@selected.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "images/category.png",
"selectedIconPath": "images/category@selected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my@selected.png"
}
],
"borderStyle": "white",
"selectedColor": "#FF6600",
"color": "#989898",
"backgroundColor": "#fff"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhanghaojia/xiaochengxu.git
git@gitee.com:zhanghaojia/xiaochengxu.git
zhanghaojia
xiaochengxu
xiaochengxu
master

搜索帮助