mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-27 09:38:28 +08:00
23 lines
601 B
JSON
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": "你的位置信息将用于记录事情发生地点"
|
|
}
|
|
}
|
|
}
|