42 lines
745 B
JSON
42 lines
745 B
JSON
{
|
|
"package": "top.chorblack.mynotes",
|
|
"name": "mynotes",
|
|
"versionName": "1.0.0",
|
|
"versionCode": 1,
|
|
"appCategory": [
|
|
"other"
|
|
],
|
|
"icon": "/common/logo.png",
|
|
"features": [
|
|
{
|
|
"name": "blueos.app.appmanager.router"
|
|
},
|
|
{ "name": "blueos.storage.storage" },
|
|
{ "name": "blueos.window.prompt" }
|
|
],
|
|
"deviceTypeList": [
|
|
"watch",
|
|
"watch-square"
|
|
],
|
|
"config": {
|
|
"designWidth": 466
|
|
},
|
|
"router": {
|
|
"entry": "pages/index",
|
|
"pages": {
|
|
"pages/index": {
|
|
"component": "index"
|
|
},
|
|
"pages/edit-note": {
|
|
"component": "index"
|
|
},
|
|
"pages/keyboard": {
|
|
"component": "index"
|
|
}
|
|
}
|
|
},
|
|
"display": {
|
|
"backgroundColor": "#ffffff"
|
|
}
|
|
}
|