筛选条件更新时间国际化

This commit is contained in:
2025-08-12 19:56:11 +08:00
parent 04165f6a42
commit 6aef50356f
2 changed files with 5 additions and 2 deletions

View File

@@ -581,6 +581,8 @@ export default {
fans: 'Fans',
yesterdayCoins: 'Yesterday Coins',
onlineFans: 'Online Fans',
fllowernum: 'Followers'
fllowernum: 'Followers',
updateTime: 'Update Time'
}
}

View File

@@ -580,7 +580,8 @@ export default {
fans: '粉丝数量',
yesterdayCoins: '昨日金币',
onlineFans: '在线人数',
fllowernum: '关注数'
fllowernum: '关注数',
updateTime: '更新时间'
},
'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错
}