1 Star 0 Fork 1

姚登宇/WeChatMiniApp

forked from Tsundoku/WeChatMiniApp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
aaicy64 提交于 2021-08-27 23:48 . 0827final
{
"pages":[
"pages/main/main",
"pages/logs/logs",
"pages/help/help",
"pages/search/search",
"pages/index/index",
"pages/takephoto/takephoto",
"pages/input/input"
],
"window":{
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#4abdcc",
"navigationBarTitleText": "智能垃圾识别小程序",
"navigationBarTextStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"color": "#b0b0b0",
"selectedColor": "#4abdcc",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/main/main",
"text": "首页",
"iconPath": "icon/main_.png",
"selectedIconPath": "icon/main.png"
},
{
"pagePath": "pages/search/search",
"text": "识别",
"iconPath": "icon/search_.png",
"selectedIconPath": "icon/search.png"
},
{
"pagePath": "pages/help/help",
"text": "帮助",
"iconPath": "icon/help_.png",
"selectedIconPath": "icon/help.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/taxxxx/we-chat-mini-app.git
git@gitee.com:taxxxx/we-chat-mini-app.git
taxxxx
we-chat-mini-app
WeChatMiniApp
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385