diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..1b8d0f6 --- /dev/null +++ b/.hbuilderx/launch.json @@ -0,0 +1,9 @@ +{ + "version" : "1.0", + "configurations" : [ + { + "playground" : "custom", + "type" : "uni-app:app-android" + } + ] +} diff --git a/manifest.json b/manifest.json index bc9ffda..8d4b5ae 100644 --- a/manifest.json +++ b/manifest.json @@ -19,6 +19,7 @@ "distribute" : { "android" : { "permissions" : [ + "", "", "", "", @@ -40,7 +41,8 @@ "dSYMs" : false }, "sdkConfigs" : {} - } + }, + "nvueLaunchMode" : "" }, "quickapp" : {}, "mp-weixin" : { @@ -65,5 +67,6 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "fallbackLocale" : "zh-Hans" }