dy_card
Version:
Quickapp Sample Template
68 lines (67 loc) • 1.27 kB
JSON
{
"package": "com.example.demo",
"name": "demo",
"versionName": "1.0.0",
"versionCode": 1,
"minPlatformVersion": 1070,
"icon": "/assets/images/logo.png",
"features": [
{
"name": "system.prompt"
},
{
"name": "system.router"
},
{
"name": "system.shortcut"
},
{
"name": "system.fetch"
}
],
"permissions": [
{
"origin": "*"
}
],
"template/official": "demo-template",
"config": {
"logLevel": "debug"
},
"router": {
"entry": "pages/Demo",
"pages": {
"pages/Demo": {
"component": "index"
},
"pages/DemoDetail": {
"component": "index"
}
},
"widgets": {
"CardDemo": {
"name": "CardDemo",
"description": "快应用卡片展示",
"component": "index",
"path": "/CardDemo",
"minPlatformVersion": 1032,
"targetManufactorys": [
"vivo"
],
"features": []
}
}
},
"display": {
"titleBarBackgroundColor": "#f2f2f2",
"titleBarTextColor": "#414141",
"pages": {
"pages/Demo": {
"titleBarText": "快应用示例模版"
},
"pages/DemoDetail": {
"titleBarText": "详情页"
}
}
}
}