octopus-ad
Version:
Quickapp Sample Template
95 lines (94 loc) • 1.86 kB
JSON
{
"package": "com.octopus.ad",
"name": "octopus-ad-demo",
"versionName": "0.1.6",
"versionCode": 1,
"minPlatformVersion": 1070,
"icon": "/assets/images/logo.png",
"textSizeAdjust": "auto",
"features": [
{
"name": "system.prompt"
},
{
"name": "system.sensor"
},
{
"name": "system.router"
},
{
"name": "system.shortcut"
},
{
"name": "system.fetch"
},
{
"name": "system.package"
},
{
"name": "system.device"
}
],
"permissions": [
{
"origin": "*"
}
],
"template/official": "demo-template",
"config": {
"logLevel": "debug"
},
"router": {
"entry": "pages/Index",
"pages": {
"pages/Index": {
"component": "index"
},
"pages/InsertAd": {
"component": "index"
},
"pages/Rsplash": {
"component": "index"
},
"pages/VideoAd": {
"component": "index"
},
"pages/FeedAd": {
"component": "index"
}
}
},
"display": {
"titleBarBackgroundColor": "#f5f5f5",
"titleBarTextColor": "#333",
"pages": {
"pages/Index": {
"titleBarText": "章鱼移动快应用DEMO"
},
"pages/InsertAd": {
"titleBarText": "插屏广告"
},
"pages/Rsplash": {
"titleBarText": "开屏广告",
"fullScreen": true,
"titleBar": false,
"menuBarData": {
"menuBar": false
},
"fitCutout": "portrait|landscape"
},
"pages/VideoAd": {
"titleBarText": "激励视频",
"fullScreen": true,
"titleBar": false,
"menuBarData": {
"menuBar": false
},
"fitCutout": "portrait|landscape"
},
"pages/FeedAd": {
"titleBarText": "信息流广告"
}
}
}
}