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
77
88 <div v-else class =" min-h-screen flex flex-col items-center justify-center px-[14px]" >
99 <var-result
10- class =" fz-24 max-w-[350px] bg-transparent"
10+ class =" max-w-[350px] bg-transparent"
1111 type =" warning"
1212 :title =" $t('app.warning')"
1313 :description =" $t('app.pleaseUseMobileVisit')"
Original file line number Diff line number Diff line change 11{
22 "app" : {
33 "pleaseUseMobileVisit" : " Please use a mobile device to access" ,
4- "warning" : " ⚠️ WARNING"
4+ "warning" : " WARNING"
55 },
66 "home" : {
77 "darkMode" : " 🌗 Dark Mode" ,
Original file line number Diff line number Diff line change 11{
22 "app" : {
3- "warning" : " ⚠️ 警告" ,
3+ "warning" : " 警告" ,
44 "pleaseUseMobileVisit" : " 请使用移动设备访问"
55 },
66 "home" : {
You can’t perform that action at this time.
0 commit comments