Browse Source

feat: 添加H5开发服务器端口配置并修正跳过按钮文本

为H5开发环境添加默认端口8002的配置,并将SplashScreen组件中的"跳過"文本修正为简体中文"跳过"
hfll
主管理员 3 weeks ago
parent
commit
b614dab9c1
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      manifest.json
  2. +1
    -1
      pages/components/SplashScreen.vue

+ 6
- 0
manifest.json View File

@ -48,6 +48,12 @@
},
/* */
"quickapp" : {},
/* H5 */
"h5" : {
"devServer" : {
"port" : 8002
}
},
/* */
"mp-weixin" : {
"appid" : "wx24736a3864e8f0e9",


+ 1
- 1
pages/components/SplashScreen.vue View File

@ -13,7 +13,7 @@
<!-- 跳過按鈕 -->
<view class="skip-button" >
<text class="skip-text"> ({{ countdown }}s)</text>
<text class="skip-text"> ({{ countdown }}s)</text>
</view>
<!-- 定位英語文字和中文文字到左下角 -->
<view class="text-container">


Loading…
Cancel
Save