add about page

This commit is contained in:
MaysWind
2020-10-31 20:37:16 +08:00
parent 8967485c60
commit ad15f99068
7 changed files with 155 additions and 0 deletions
+5
View File
@@ -61,8 +61,10 @@ export default {
},
'OK': 'OK',
'Cancel': 'Cancel',
'Close': 'Close',
'Update': 'Update',
'Done': 'Done',
'Version': 'Version',
'User': 'User',
'Application': 'Application',
'Home': 'Home',
@@ -123,4 +125,7 @@ export default {
'Log Out': 'Log Out',
'Are you sure you want to log out?': 'Are you sure you want to log out?',
'Unable to logout': 'Unable to logout',
'About': 'About',
'Official Website': 'Official Website',
'License': 'License',
};
+5
View File
@@ -61,8 +61,10 @@ export default {
},
'OK': '确定',
'Cancel': '取消',
'Close': '关闭',
'Update': '更新',
'Done': '完成',
'Version': '版本',
'User': '用户',
'Application': '应用',
'Home': '首页',
@@ -123,4 +125,7 @@ export default {
'Log Out': '退出登录',
'Are you sure you want to log out?': '您确定是否要退出登录?',
'Unable to logout': '无法退出登录',
'About': '关于',
'Official Website': '官方网站',
'License': '许可协议',
};