1 Star 0 Fork 6

gearlam/162_通用企业小程序模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 985 Bytes
一键复制 编辑 原始数据 按行查看 历史
ganshisheng 提交于 2020-06-05 16:02 . first commit
{
"pages": [
"pages/index/index",
"pages/logs/logs",
"pages/page1/index",
"pages/page2/index",
"pages/page3/index",
"pages/page4/index",
"pages/page5/index",
"pages/page6/index",
"pages/about/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "认准店铺:海天模板,购买正品",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#dddddd",
"selectedColor": "#3cc51f",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "image/icon_component.png",
"selectedIconPath": "image/icon_component_HL.png",
"text": "首页"
},
{
"pagePath": "pages/about/index",
"iconPath": "image/icon_API.png",
"selectedIconPath": "image/icon_API_HL.png",
"text": "联系我们"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
微信
1
https://gitee.com/gearlam/wxapp_162.git
git@gitee.com:gearlam/wxapp_162.git
gearlam
wxapp_162
162_通用企业小程序模板
master

搜索帮助