1 Star 1 Fork 0

nyy712/faceDetect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
nyy712 提交于 2019-07-10 13:36 . one
{
"pages": [
"pages/start/start",
"pages/persons/persons",
"pages/login/login",
"pages/index/index",
"pages/logs/logs",
"pages/messages/messages",
"pages/profile/profile",
"pages/settings/settings"
],
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序功能的使用"
}
},
"window": {
"navigationBarBackgroundColor": "#ffb6c1",
"backgroundTextStyle": "light",
"navigationBarTitleText": "人脸检测",
"navigationBarTextStyle": "black",
"backgroundColor": "#bcc0c9",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50
},
"tabBar": {
"color": "#999",
"selectedColor": "#444",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "assets/index.png",
"selectedIconPath": "assets/index-active.png"
},
{
"pagePath": "pages/messages/messages",
"text": "消息",
"iconPath": "assets/message.png",
"selectedIconPath": "assets/message-active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "assets/person.png",
"selectedIconPath": "assets/person-active.png"
}
],
"position": "bottom"
},
"sitemapLocation": "sitemap.json"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nyy712/faceDetect.git
[email protected]:nyy712/faceDetect.git
nyy712
faceDetect
faceDetect
master

搜索帮助