4952f20528
更新地理围栏坐标点 为数据库插入操作添加null检查 添加根证书文件
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"appId": "com.ouji.factory.myapp",
|
|
"appName": "nilai-clock",
|
|
"webDir": "dist",
|
|
"android": {
|
|
"useLegacyBridge" : true
|
|
},
|
|
"plugins": {
|
|
"SafeArea": {
|
|
"enabled": true,
|
|
"customColorsForSystemBars": true,
|
|
"statusBarColor": "#2563eb",
|
|
"statusBarContent": "light",
|
|
"navigationBarColor": "#ffffff",
|
|
"navigationBarContent": "dark",
|
|
"offset": 0
|
|
},
|
|
"Geolocation": {
|
|
"enableHighAccuracy": true,
|
|
"timeout": 10000,
|
|
"maximumAge": 3600000
|
|
},
|
|
"LocalNotifications": {
|
|
"smallIcon": "ic_stat_location_on",
|
|
"iconColor": "#0066CC",
|
|
"sound": null
|
|
},
|
|
"Preferences": {
|
|
"group": "NilaiClockApp"
|
|
},
|
|
"Device": {
|
|
"allowedFields": [
|
|
"platform",
|
|
"model",
|
|
"manufacturer",
|
|
"osVersion",
|
|
"appVersion",
|
|
"memUsed",
|
|
"diskFree",
|
|
"diskTotal",
|
|
"isVirtual",
|
|
"webViewVersion"
|
|
]
|
|
},
|
|
"CapacitorHttp": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|