1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-27 09:38:28 +08:00
ContextOS/usr/client/mp/app.json
2019-03-11 09:21:14 +08:00

23 lines
601 B
JSON

{
"pages": [
"pages/list/list",
"pages/index/index",
"pages/note/note"
],
"window": {
"backgroundColor": "#000",
"backgroundColorTop": "#000",
"backgroundColorBottom": "#000",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#000",
"navigationBarTitleText": "context",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于记录事情发生地点"
}
}
}