add build time in about page

This commit is contained in:
MaysWind
2020-11-18 23:48:33 +08:00
parent d873778357
commit 9673cd28c6
6 changed files with 11 additions and 0 deletions
+1
View File
@@ -414,6 +414,7 @@ export default {
'Exchange rates data has been updated': 'Exchange rates data has been updated',
'Unable to get exchange rates data': 'Unable to get exchange rates data',
'About': 'About',
'Build Time': 'Build Time',
'Official Website': 'Official Website',
'License': 'License',
};
+1
View File
@@ -414,6 +414,7 @@ export default {
'Exchange rates data has been updated': '汇率数据已更新',
'Unable to get exchange rates data': '无法获取汇率数据',
'About': '关于',
'Build Time': '编译时间',
'Official Website': '官方网站',
'License': '许可协议',
};