1 Star 0 Fork 0

TomoyoYoshikawa/Subwassistant

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
"pages/index/index",
"pages/subway/subway",
"pages/subway_fig/fig",
"pages/schedule/schedule"
],
"window": {
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#4eb",
"navigationBarTitleText": "地铁助手小程序",
"navigationBarTextStyle":"black"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"plugins": {
"subway": {
"version": "1.0.10",
"provider": "wx6aaf93c4435fa1c1"
}
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序定位"
}
},
"tabBar": {
"color": "#a9b7b7",
"selectedColor": "#11cd6e",
"borderStyle": "black",
"list": [
{
"selectedIconPath": "/image/home_icon_selected.png",
"iconPath": "image/home_icon.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"selectedIconPath": "/image/subway_icon_selected.png",
"iconPath": "image/subway_icon.png",
"pagePath": "pages/subway/subway",
"text": "地铁助手"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kichiryokushederay/subwassistant.git
git@gitee.com:kichiryokushederay/subwassistant.git
kichiryokushederay
subwassistant
Subwassistant
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385