登录页优化

This commit is contained in:
2026-01-15 20:42:27 +08:00
parent 812fade238
commit d0d2f260df
6 changed files with 432 additions and 306 deletions

View File

@@ -11,6 +11,7 @@ export default {
login: 'Login',
version: 'Version',
expirationtime: 'Expiration Time',
assistant: 'TK high-value fan assistant',
},
hostsList: {
// 顶部筛选
@@ -26,7 +27,7 @@ export default {
reset: 'Reset',
start: 'Start',
end: 'End',
// 第二行筛选
selectCountry: 'Select Country',
bigBrotherId: 'Big Brother ID',
@@ -36,7 +37,7 @@ export default {
openTikTok: 'Open TikTok Login',
currentNetwork: 'Current Network',
runningTime: 'Running Time',
// 表格列
id: 'Id',
hostId: 'Host ID',
@@ -49,7 +50,7 @@ export default {
followerCount: 'Followers',
followingCount: 'Following',
createTime: 'Created Time',
// 更多筛选弹窗
time: 'Time',
startTime: 'Start Time',
@@ -67,7 +68,7 @@ export default {
descending: 'Descending',
confirm: 'Confirm',
cancel: 'Cancel',
// 指定直播间弹窗
cancelSpecify: 'Cancel Specify Rooms',
specifyReset: 'Reset',
@@ -75,25 +76,25 @@ export default {
specifyStart: 'Start',
enterRoomIds: 'Enter room IDs, separate multiple IDs with Enter key',
enterRoomId: 'Please enter room ID',
// 网络问题弹窗
networkFailed:
'Network connection failed, unable to access the network. Please check network settings.',
// 复制提示
noContentToCopy: 'No content to copy',
copySuccess: 'Copied successfully',
copyFailed: 'Copy failed',
// 任务状态 loading
stopping: 'Stopping...',
starting: 'Starting...',
// 获取国家失败弹窗
pleaseEnterCountryName: 'Please enter the country name in Chinese',
getCountryFailed: 'Failed to get country',
},
// ==== 新增:国家名称国际化 ====
countries: {
AD: "Andorra",

View File

@@ -11,6 +11,8 @@ export default {
login: '登录',
version: '版本号',
expirationtime: '过期时间',
assistant: 'TK高价值粉丝助手',
},
hostsList: {
filterPrivateUsers: '过滤隐私用户',
@@ -57,7 +59,7 @@ export default {
specifyStart: '开始',
networkFailed: '网络连接失败,无法访问网络,请查看网络设置。',
enterRoomIds: '请输入直播间id多个id用回车键隔开',
// ==== 新增:表格列、排序使用 ====
userId: '用户id',
level: '等级',
@@ -68,24 +70,24 @@ export default {
followerCount: '粉丝数',
followingCount: '关注数',
createTime: '创建时间',
// ==== 新增:复制提示 ====
noContentToCopy: '无内容可复制',
copySuccess: '复制成功',
copyFailed: '复制失败',
// ==== 新增:获取国家失败弹窗 ====
pleaseEnterCountryName: '请输入要获取的国家',
getCountryFailed: '获取国家失败',
// ==== 新增loading 提示 ====
stopping: '正在停止...',
starting: '正在启动...',
// ==== 新增单个直播间id校验提示 ====
enterRoomId: '请输入直播间id',
},
// ==== 新增:国家名称国际化 ====
countries: {
AD: "安道尔",
@@ -343,5 +345,5 @@ export default {
ZM: "赞比亚",
ZW: "津巴布韦"
}
}