Initial commit
This commit is contained in:
commit
c310cd7943
19 changed files with 3939 additions and 0 deletions
57
app.json
Normal file
57
app.json
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"configVersion": "v2",
|
||||
"app": {
|
||||
"appId": 28358,
|
||||
"appName": "ZeppSpace",
|
||||
"appType": "app",
|
||||
"version": {
|
||||
"code": 1,
|
||||
"name": "1.0.1"
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"vender": "pauljako",
|
||||
"description": "A ZeppOS App for SpaceAPI"
|
||||
},
|
||||
"permissions": [
|
||||
"data:os.device.info",
|
||||
"device:os.local_storage",
|
||||
"device:os.geolocation"
|
||||
],
|
||||
"runtime": {
|
||||
"apiVersion": {
|
||||
"compatible": "2.0.0",
|
||||
"target": "2.0.0",
|
||||
"minVersion": "2.0"
|
||||
}
|
||||
},
|
||||
"debug": false,
|
||||
"targets": {
|
||||
"bip5": {
|
||||
"module": {
|
||||
"page": {
|
||||
"pages": ["pages/home/index", "pages/status/index"]
|
||||
},
|
||||
"app-side": {
|
||||
"path": "app-side/index"
|
||||
}
|
||||
},
|
||||
"platforms": [
|
||||
{
|
||||
"name": "bip5",
|
||||
"deviceSource": 8454400
|
||||
},
|
||||
{
|
||||
"name": "bip5-w",
|
||||
"deviceSource": 8454401
|
||||
}
|
||||
],
|
||||
"designWidth": 380
|
||||
}
|
||||
},
|
||||
"i18n": {
|
||||
"en-US": {
|
||||
"appName": "ZeppSpace"
|
||||
}
|
||||
},
|
||||
"defaultLanguage": "en-US"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue