2 Star 0 Fork 1

tinaroot/applet-pigs-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"pages":[
"pages/login/login",
"pages/index/index",
"pages/mine/mine",
"pages/article/article"
],
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/pages/img/tab/index-no.png",
"selectedIconPath": "/pages/img/tab/index-yes.png",
"text": "首页"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "/pages/img/tab/me-no.png",
"selectedIconPath": "/pages/img/tab/me-yes.png",
"text": "我的"
}
]
},
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tinaroot/applet-pigs-blog.git
[email protected]:tinaroot/applet-pigs-blog.git
tinaroot
applet-pigs-blog
applet-pigs-blog
master

搜索帮助