1 Star 0 Fork 7

scsme/302_微赞论坛小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-10 14:16 . first commit
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/post/post",
"pages/mine/mine"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "微赞论坛",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#dddddd",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index.png"
},
{
"pagePath": "pages/post/post",
"text": "发帖",
"iconPath": "images/发帖32x32.png",
"selectedIconPath": "images/发帖32x32hl.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我的",
"iconPath": "images/我的32x32.png",
"selectedIconPath": "images/我的32x32hl.png"
}
]
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/Jakey870/wxapp_302.git
[email protected]:Jakey870/wxapp_302.git
Jakey870
wxapp_302
302_微赞论坛小程序模板
master

搜索帮助