From b614dab9c1997929f6c6e6c2de32d362d9604f20 Mon Sep 17 00:00:00 2001
From: lzx_win <2602107437@qq.com>
Date: Fri, 3 Oct 2025 15:37:50 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0H5=E5=BC=80=E5=8F=91?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E5=B9=B6=E4=BF=AE=E6=AD=A3=E8=B7=B3=E8=BF=87=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=E6=96=87=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
为H5开发环境添加默认端口8002的配置,并将SplashScreen组件中的"跳過"文本修正为简体中文"跳过"
---
manifest.json | 6 ++++++
pages/components/SplashScreen.vue | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/manifest.json b/manifest.json
index a3236b5..3cb13da 100644
--- a/manifest.json
+++ b/manifest.json
@@ -48,6 +48,12 @@
},
/* 快应用特有相关 */
"quickapp" : {},
+ /* H5特有相关 */
+ "h5" : {
+ "devServer" : {
+ "port" : 8002
+ }
+ },
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wx24736a3864e8f0e9",
diff --git a/pages/components/SplashScreen.vue b/pages/components/SplashScreen.vue
index e7aaf20..8cae4f6 100644
--- a/pages/components/SplashScreen.vue
+++ b/pages/components/SplashScreen.vue
@@ -13,7 +13,7 @@
- 跳過 ({{ countdown }}s)
+ 跳过 ({{ countdown }}s)