1 Star 5 Fork 4

ganshisheng/36_文章阅读小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-05-26 13:48 . first commit
{
"pages": [
"pages/movies/movies",
"pages/welcome/welcome",
"pages/posts/posts",
"pages/posts/post-detail/post-detail"
],
"window": {
"navigationBarBackgroundColor": "#405f80"
},
"sitemapLocation": "sitemap.json",
"requiredBackgroundModes": ["audio"],
"tabBar": {
"color": "#8C8C8C",
"selectedColor": "#2E4D9A",
"list": [{
"pagePath": "pages/posts/posts",
"text": "文章",
"iconPath": "/images/tab/yuedu.png",
"selectedIconPath": "/images/tab/yuedu_hl.png"
},{
"pagePath": "pages/movies/movies",
"text": "电影",
"iconPath": "/images/tab/dianying.png",
"selectedIconPath": "/images/tab/dianying_hl.png"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/ganshisheng/wxapp_36.git
git@gitee.com:ganshisheng/wxapp_36.git
ganshisheng
wxapp_36
36_文章阅读小程序模板
master

搜索帮助