2 Star 0 Fork 0

Jenosa/schoolCircle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/login/login",
"pages/post/post",
"pages/setting/setting",
"pages/setting/device/device",
"pages/setting/order/order",
"pages/post/post-xiyu/post-xiyu",
"pages/post/post-xiyi/post-xiyi",
"pages/post/post-yinshui/post-yinshui",
"pages/post/post-chuifeng/post-chuifeng",
"pages/post/goods/goods",
"pages/post/goods/pay/pay",
"pages/index/index",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "校圈圈",
"navigationBarTextStyle": "black"
},
"tabBar": {
"borderStyle": "white",
"selectedColor": "#4A6141",
"color": "#333",
"backgroundColor": "#fff",
"position": "bottom",
"list": [
{
"pagePath": "pages/post/post",
"text": "首页",
"iconPath": "pages/images/app1/01.png",
"selectedIconPath": "pages/images/app1/01HL.png"
},
{
"pagePath": "pages/setting/setting",
"text": "设置",
"iconPath": "pages/images/app1/02.jpg",
"selectedIconPath": "pages/images/app1/02HL.jpg"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"t-input": "tdesign-miniprogram/input/input",
"t-icon": "tdesign-miniprogram/icon/icon",
"t-button": "tdesign-miniprogram/button/button",
"t-image": "tdesign-miniprogram/image/image",
"t-message": "tdesign-miniprogram/message/message",
"t-pull-down-refresh": "tdesign-miniprogram/pull-down-refresh/pull-down-refresh",
"t-picker": "tdesign-miniprogram/picker/picker",
"t-picker-item": "tdesign-miniprogram/picker/picker-item"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/jenosa/school-circle.git
git@gitee.com:jenosa/school-circle.git
jenosa
school-circle
schoolCircle
master

搜索帮助