From e7d93ffbf1afeaf167af36ea4835935be967f900 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 07 六月 2021 17:03:09 +0800 Subject: [PATCH] create gitignore --- manifest.json | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 74bc645..5a2a84b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "warning_app", + "name" : "鏅鸿兘棰勮涓績", "appid" : "__UNI__A0B6BF1", "description" : "", "versionName" : "1.0.0", @@ -16,7 +16,8 @@ "delay" : 0 }, "modules" : { - "VideoPlayer" : {} + "VideoPlayer" : {}, + "SQLite" : {} }, /* 妯″潡閰嶇疆 */ "distribute" : { @@ -47,6 +48,22 @@ "sdkConfigs" : { "push" : {}, "ad" : {} + }, + "icons" : { + "android" : { + "xxhdpi" : "static/144.png", + "xhdpi" : "static/96.png", + "hdpi" : "static/72.png", + "xxxhdpi" : "static/192.png" + } + }, + "splashscreen" : { + "androidStyle" : "default", + "android" : { + "hdpi" : "static/480762.png", + "xhdpi" : "static/7201242.png", + "xxhdpi" : "static/10801882.png" + } } } }, -- Gitblit v1.8.0