58 lines
1.0 KiB
JSON
58 lines
1.0 KiB
JSON
{
|
|
"package": "top.chorblack.atri",
|
|
"name": "ATRI",
|
|
"versionName": "1.0.1",
|
|
"versionCode": 1,
|
|
"appCategory": [
|
|
"other"
|
|
],
|
|
"icon": "/assets/images/logo.png",
|
|
"features": [
|
|
{
|
|
"name": "blueos.app.appmanager.router"
|
|
},
|
|
{
|
|
"name": "blueos.storage.storage"
|
|
},
|
|
{
|
|
"name": "blueos.window.prompt"
|
|
},
|
|
{
|
|
"name": "blueos.storage.file"
|
|
},
|
|
{
|
|
"name": "blueos.network.fetch"
|
|
},
|
|
{ "name": "blueos.hardware.display.brightness" }
|
|
],
|
|
"deviceTypeList": [
|
|
"watch",
|
|
"watch-square"
|
|
],
|
|
"config": {
|
|
"designWidth": 390
|
|
},
|
|
"router": {
|
|
"entry": "pages/index",
|
|
"pages": {
|
|
"pages/index": {
|
|
"component": "index"
|
|
},
|
|
"pages/detail": {
|
|
"component": "index"
|
|
},
|
|
"pages/settings": {
|
|
"component": "index"
|
|
},
|
|
"pages/list": {
|
|
"component": "index"
|
|
},
|
|
"pages/recovery": {
|
|
"component": "index"
|
|
}
|
|
}
|
|
},
|
|
"display": {
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
} |