UNPKG

@vivo-minigame/cli

Version:

Command line interface for rapid Vivo minigame development

23 lines 478 B
{ "package": "com.application.demo", "name": "{{appName}}", "icon": "/image/logo.png", "versionName": "1.0.0", "versionCode": "1", "minPlatformVersion": "1000", "deviceOrientation": "portrait", "type": "game", "networkTimeout": { "request": 5000, "connectSocket": 5000, "uploadFile": 5000, "downloadFile": 5000 }, "config": { "logLevel": "off" }, "display": { "statusbar": "false", "titleBar": "" } }