diff --git a/.env.local b/.env.local index 3656e2a..6004804 100644 --- a/.env.local +++ b/.env.local @@ -4,8 +4,8 @@ NODE_ENV=development VITE_DEV=true # 请求路径 -VITE_BASE_URL='http://192.168.2.21:48080' -# VITE_BASE_URL='https://backstageapi.yolozs.com' +# VITE_BASE_URL='http://192.168.2.21:48080' +VITE_BASE_URL='https://backstageapi.yolozs.com' # VITE_BASE_URL='https://testapi.tknb.net' # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务 diff --git a/src/locales/en.ts b/src/locales/en.ts index d72a4bb..a0fce48 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -281,7 +281,8 @@ export default { subitem: 'Subitem', formValidation: 'Form validation', verifyReset: 'Verify reset', - remark: 'Remark' + remark: 'Remark', + card: 'Card' }, watermark: { watermark: 'Watermark' @@ -613,5 +614,26 @@ export default { operational: { contact: 'contact', noContact: 'noContact' + }, + bigBrother: { + displayId: 'Big Brother Display ID', + uid: 'Big Brother UID', + nickname: 'Big Brother Nickname', + level: 'Big Brother Level', + fansLevel: 'Fan Club Level', + hostCoins: 'Coins Tipped', + followerCount: 'Followers', + followingCount: 'Following', + region: 'Region', + historicHighCoins: 'Historic High Coins', + totalGiftCoins: 'Total Gift Coins', + hostDisplayId: 'Host Display ID', + ownerId: 'Owner ID', + negotiation: 'Negotiation Status', + batchCopyBigId: 'Batch Copy Big Brother ID', + batchCopyHostId: 'Batch Copy Host ID', + deletePage: 'Delete Page', + placeNegotiation: 'Please select negotiation status', + allocationAlert: 'The number of successful allocations may be less than selected. Hosts with the same ID cannot be allocated repeatedly.' } } diff --git a/src/locales/zh-CN.ts b/src/locales/zh-CN.ts index 05d8cb2..0ce84de 100644 --- a/src/locales/zh-CN.ts +++ b/src/locales/zh-CN.ts @@ -168,7 +168,7 @@ export default { streamerDataManage: '主播数据管理(管理)', streamerList: '主播列表(员工)', staffStreamerManage: '员工主播管理(管理)', - BigBrotherManage: '大哥管理', + BigBrotherManage: '粉丝助手', BigBrotherDataManage: '大哥数据管理(管理)', BigBrotherList: '大哥列表(员工)', staffBigBrotherManage: '员工大哥管理(管理)' @@ -287,7 +287,8 @@ export default { subitem: '子项', formValidation: '表单验证', verifyReset: '验证重置', - remark: '备注' + remark: '备注', + card: '卡片' }, watermark: { watermark: '水印' @@ -612,5 +613,26 @@ export default { contact: '转化', noContact: '未转化' }, - 'OAuth 2.0': 'OAuth 2.0' // 避免菜单名是 OAuth 2.0 时,一直 warn 报错 + 'OAuth 2.0': 'OAuth 2.0', // 避免菜单名是 OAuth 2.0 时,一直 warn 报错 + bigBrother: { + displayId: '大哥的用户id', + uid: '大哥的uid', + nickname: '大哥的用户昵称', + level: '大哥的等级', + fansLevel: '粉丝团等级', + hostCoins: '大哥打赏的金币', + followerCount: '大哥的粉丝数', + followingCount: '大哥的关注数', + region: '大哥所在的地区', + historicHighCoins: '大哥打赏的历史最高金币', + totalGiftCoins: '大哥历史打赏金币总和', + hostDisplayId: '大哥所在的直播间的主播id', + ownerId: '该数据所属的账号id', + negotiation: '是否洽谈', + batchCopyBigId: '批量复制大哥id', + batchCopyHostId: '批量复制主播id', + deletePage: '删除本页', + placeNegotiation: '请选择是否洽谈', + allocationAlert: '分配成功数量可能会小于选择数量,同id主播无法被重复分配' + } } diff --git a/src/views/server/bigbrother/index.vue b/src/views/server/bigbrother/index.vue index 264a1d3..a8702c1 100644 --- a/src/views/server/bigbrother/index.vue +++ b/src/views/server/bigbrother/index.vue @@ -2,9 +2,9 @@ - - + + - + @@ -26,7 +26,7 @@ - + @@ -47,7 +47,7 @@ --> - + --> - + @@ -72,7 +72,7 @@ - + @@ -82,17 +82,17 @@ - - + - - + + - + @@ -104,30 +104,30 @@ - 搜索 + {{ t('newHosts.search') }} - 重置 + {{ t('newHosts.reset') }} - 导出 + {{ t('newHosts.export') }} - 批量复制大哥id + {{ t('bigBrother.batchCopyBigId') }} - 批量复制主播id + {{ t('bigBrother.batchCopyHostId') }} {{ t('newHosts.allocation') }} - 批量删除 + {{ t('common.delDataMessage') }} @@ -138,24 +138,24 @@ - - - - - - - - - - - - + + + + + + + + + + + + - + - - + + diff --git a/src/views/server/employeebigbrother/index.vue b/src/views/server/employeebigbrother/index.vue index 0a0f028..a634e69 100644 --- a/src/views/server/employeebigbrother/index.vue +++ b/src/views/server/employeebigbrother/index.vue @@ -2,9 +2,9 @@ - - + + - + @@ -23,7 +23,7 @@ - + @@ -44,11 +44,11 @@ --> - - + + - + @@ -57,7 +57,7 @@ - + @@ -66,21 +66,22 @@ - - + - + - - + + @@ -93,30 +94,30 @@ - 搜索 + {{ t('newHosts.search') }} - 重置 + {{ t('newHosts.reset') }} - 导出 + {{ t('newHosts.export') }} - 批量复制大哥id + {{ t('bigBrother.batchCopyBigId') }} - 批量复制主播id + {{ t('bigBrother.batchCopyHostId') }} - 批量删除 + {{ t('common.delDataMessage') }} - 删除本页 + {{ t('bigBrother.deletePage') }} @@ -124,27 +125,27 @@ - + - + - - - - - - - - - - - + + + + + + + + + + +