From 37cb392a510c3991c83079277913d053c3b19066 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Mon, 11 Dec 2023 20:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=EF=BC=9A=E8=B0=83=E6=95=B4ma?= =?UTF-8?q?nifest.json=E6=96=87=E6=A1=A3=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uni-app-x/collocation/_sidebar.md | 2 +- docs/uni-app-x/collocation/manifest-splashscreen.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/uni-app-x/collocation/_sidebar.md b/docs/uni-app-x/collocation/_sidebar.md index 96773a6b6..4acb9d3ce 100644 --- a/docs/uni-app-x/collocation/_sidebar.md +++ b/docs/uni-app-x/collocation/_sidebar.md @@ -4,6 +4,6 @@ * manifest.json * [概述](manifest.md) * [模块配置](manifest-modules.md) - * [启动界面](manifest-splashscreen.md) + * [启动界面](manifest-splashscreen.md) * [AndroidManifest.xml](https://uniapp.dcloud.net.cn/tutorial/app-nativeresource-android.html) * [uni.scss](https://uniapp.dcloud.net.cn/collocation/uni-scss.html) \ No newline at end of file diff --git a/docs/uni-app-x/collocation/manifest-splashscreen.md b/docs/uni-app-x/collocation/manifest-splashscreen.md index ca840860a..c986c979a 100644 --- a/docs/uni-app-x/collocation/manifest-splashscreen.md +++ b/docs/uni-app-x/collocation/manifest-splashscreen.md @@ -2,7 +2,9 @@ App启动时,系统加载应用渲染首页需要一定的时间,为了避 这个界面,即被称为启动界面,也成称为 splash 或 lauch screen。 -### Android启动图设置 +>HBuilderX3.99+版本支持App启动界面配置 + +### Android平台启动界面配置 打开项目的manifest.json文件,在“App启动界面配置”中的“Android启动界面设置”项下配置各设备分辨率启动图: -- GitLab