45 lines
740 B
JSON
45 lines
740 B
JSON
{
|
|
"package": "top.chorblack.calendar",
|
|
"name": "日历",
|
|
"versionName": "2.0.1",
|
|
"versionCode": 3,
|
|
"appCategory": [
|
|
"other"
|
|
],
|
|
"icon": "/assets/images/logo.png",
|
|
"features": [
|
|
{
|
|
"name": "blueos.app.appmanager.router"
|
|
},
|
|
{
|
|
"name": "blueos.hardware.deviceInfo"
|
|
}
|
|
],
|
|
"deviceTypeList": [
|
|
"watch",
|
|
"watch-square"
|
|
],
|
|
"config": {
|
|
"designWidth": 466
|
|
},
|
|
"router": {
|
|
"entry": "pages/index",
|
|
"pages": {
|
|
"pages/index": {
|
|
"component": "index"
|
|
},
|
|
"pages/detail": {
|
|
"component": "index"
|
|
}
|
|
}
|
|
},
|
|
"display": {
|
|
"backgroundColor": "#000000"
|
|
},
|
|
"permissions": [
|
|
{
|
|
"name": "watch.permission.DEVICE_INFO"
|
|
}
|
|
]
|
|
}
|