1 Star 0 Fork 47

Smile_YuS / 微信小程序打卡猿clock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.json 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
cheerqjy 提交于 2020-06-30 17:57 . 微信小程序打卡猿
{
"pages": [
"pages/home/home",
"pages/play/play",
"pages/clock_list/clock_list",
"pages/create/create",
"pages/editUserInfo/editUserInfo",
"pages/playList/playList"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "打卡猿",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
JavaScript
1
https://gitee.com/smile-yus/clock.git
git@gitee.com:smile-yus/clock.git
smile-yus
clock
微信小程序打卡猿clock
master

搜索帮助