修改手机端的登录

This commit is contained in:
范强强
2023-06-12 11:34:26 +08:00
parent 65587cac88
commit bc5de5f611
6 changed files with 97 additions and 39 deletions
+5
View File
@@ -1877,4 +1877,9 @@ module.exports = {
clickAndSelect:'Click and select',
phoneCreationTime:'Creation Time',
theCurrentFormatSupportPreview:'The current format does not support preview',
nearlyMonth:'Nearly a month',
nearlyThreeMonths:'Nearly Three Months',
nearlySixMonths:'Nearly Six Months',
nearlyYear:'Nearly a Year',
browsingTime:'Browsing time',
}
+5
View File
@@ -1978,4 +1978,9 @@ module.exports = {
clickAndSelect:'点击选择',
phoneCreationTime:'创建时间',
theCurrentFormatSupportPreview:'当前格式不支持预览',
nearlyMonth:'近一个月',
nearlyThreeMonths:'近三个月',
nearlySixMonths:'近六个月',
nearlyYear:'近一年',
browsingTime:'浏览时间',
}