34 lines
547 B
JSON
34 lines
547 B
JSON
{
|
|
"package": "top.chorblack.calculator",
|
|
"name": "calculator",
|
|
"versionName": "1.0.0",
|
|
"versionCode": 1,
|
|
"appCategory": [
|
|
"other"
|
|
],
|
|
"icon": "/assets/images/logo.png",
|
|
"features": [
|
|
{
|
|
"name": "blueos.app.appmanager.router"
|
|
}
|
|
],
|
|
"deviceTypeList": [
|
|
"watch",
|
|
"watch-square"
|
|
],
|
|
"config": {
|
|
"designWidth": 466
|
|
},
|
|
"router": {
|
|
"entry": "pages/index",
|
|
"pages": {
|
|
"pages/index": {
|
|
"component": "index"
|
|
}
|
|
}
|
|
},
|
|
"display": {
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|