This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
englishread-front
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
feat: 添加H5开发服务器端口配置并修正跳过按钮文本
为H5开发环境添加默认端口8002的配置,并将SplashScreen组件中的"跳過"文本修正为简体中文"跳过"
hfll
主管理员
3 weeks ago
parent
624422f984
commit
b614dab9c1
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
manifest.json
+1
-1
pages/components/SplashScreen.vue
+ 6
- 0
manifest.json
View File
@ -48,6 +48,12 @@
}
,
/
*
快
应
用
特
有
相
关
*
/
"quickapp"
:
{
}
,
/
*
H
5
特
有
相
关
*
/
"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"
>
Write
Preview
Loading…
Cancel
Save