add switch to desktop/mobile link

This commit is contained in:
MaysWind
2023-06-24 19:30:28 +08:00
parent 0efe617c03
commit 1c39819112
5 changed files with 53 additions and 16 deletions
+2
View File
@@ -1132,6 +1132,8 @@ export default {
'Exchange rates data has been updated': 'Exchange rates data has been updated',
'Exchange rates data is up to date': 'Exchange rates data is up to date',
'Unable to get exchange rates data': 'Unable to get exchange rates data',
'Switch to Mobile Version': 'Switch to Mobile Version',
'Switch to Desktop Version': 'Switch to Desktop Version',
'About': 'About',
'Build Time': 'Build Time',
'Official Website': 'Official Website',
+2
View File
@@ -1132,6 +1132,8 @@ export default {
'Exchange rates data has been updated': '汇率数据已更新',
'Exchange rates data is up to date': '汇率数据已是最新',
'Unable to get exchange rates data': '无法获取汇率数据',
'Switch to Mobile Version': '切换到移动版',
'Switch to Desktop Version': '切换到桌面版',
'About': '关于',
'Build Time': '编译时间',
'Official Website': '官方网站',