1 Star 0 Fork 0

meteor-front/mini-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiaolong1021 提交于 2021-12-15 11:44 . 基础模板
{
"pages": [
"pages/index/index",
"pages/own/index",
"pages/authorization/login"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#FF6702",
"navigationBarTitleText": "预约",
"navigationBarTextStyle": "white"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#333333",
"selectedColor": "#333333",
"borderStyle": "black",
"list": [
{
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png",
"pagePath": "pages/index/index",
"text": "预约"
},
{
"iconPath": "images/own.png",
"selectedIconPath": "images/own-active.png",
"pagePath": "pages/own/index",
"text": "个人中心"
}
]
},
"usingComponents": {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/meteor-front/mini-template.git
git@gitee.com:meteor-front/mini-template.git
meteor-front
mini-template
mini-template
master

搜索帮助