File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const isMobile = ref(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera M
7
7
8
8
<div v-else class =" min-h-screen flex flex-col items-center justify-center px-[14px]" >
9
9
<var-result
10
- class =" fz-24 max-w-[350px] bg-transparent"
10
+ class =" max-w-[350px] bg-transparent"
11
11
type =" warning"
12
12
:title =" $t('app.warning')"
13
13
:description =" $t('app.pleaseUseMobileVisit')"
Original file line number Diff line number Diff line change 1
1
{
2
2
"app" : {
3
3
"pleaseUseMobileVisit" : " Please use a mobile device to access" ,
4
- "warning" : " ⚠️ WARNING"
4
+ "warning" : " WARNING"
5
5
},
6
6
"home" : {
7
7
"darkMode" : " 🌗 Dark Mode" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"app" : {
3
- "warning" : " ⚠️ 警告" ,
3
+ "warning" : " 警告" ,
4
4
"pleaseUseMobileVisit" : " 请使用移动设备访问"
5
5
},
6
6
"home" : {
You can’t perform that action at this time.
0 commit comments