4 Star 2 Fork 3

梦之狼 / a repository store a wechat miniprogram code

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
梦之狼 提交于 2020-06-11 15:59 . 一个可以公开发行的版本
{
"pages": [
"pages/index/index",
"pages/select/select",
"pages/firstLoad/firstLoad",
"pages/article/article",
"pages/nurse/nurse",
"pages/my/my",
"pages/collection/collection",
"pages/about/about",
"pages/hospital/hospital",
"pages/time/time",
"pages/pick/pick",
"pages/recognize/recognize"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#f37b1d",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999",
"backgroundColor": "#fafafa",
"selectedColor": "#333",
"borderStyle": "white",
"list": [
{
"text": "萌宠",
"pagePath": "pages/index/index",
"iconPath": "img/home.png",
"selectedIconPath": "img/selected-home.png"
},
{
"text": "技巧文章",
"pagePath": "pages/nurse/nurse",
"iconPath": "img/wenzhangguanli.png",
"selectedIconPath": "img/wenzhang-copy.png"
},
{
"text": "我",
"pagePath": "pages/my/my",
"iconPath": "img/me.png",
"selectedIconPath": "img/selected-me.png"
}
],
"position": "bottom"
},
"usingComponents": {
"cu-custom": "/colorui/components/cu-custom"
},
"permission": {
"scope.userLocation": {
"desc": "点击确定"}
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengzhilang/pethub.git
git@gitee.com:mengzhilang/pethub.git
mengzhilang
pethub
a repository store a wechat miniprogram code
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891