feat: hiding logs support when launch a project on built app

This commit is contained in:
hyb1996
2018-01-25 14:12:54 +08:00
parent 02f9145a80
commit 8713027efe
6 changed files with 62 additions and 16 deletions

View File

@@ -6,5 +6,8 @@
"main": "main.js",
"assets" : [
"auto.js.png"
]
],
"launchConfig": {
"hideLogs": true
}
}