From b8bae979d0619cee19db06c1f8b63462421de0b3 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 10:52:16 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=BB=E6=92=AD=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5):=20=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=AF=B9=E6=8E=A5=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 5 ++++ src/locales/en.json | 5 ++++ src/locales/zh.json | 5 ++++ src/views/HostSettingView.vue | 53 +++++++++++++++++++++++++++-------- 4 files changed, 57 insertions(+), 11 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index af989e6..9896042 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -132,6 +132,11 @@ "no_policy_data_available": "لا توجد بيانات سياسة متاحة", + "host_setting": "إعدادات المضيف", + "my_agency": "وكيلي", + "tips": "نصائح", + "leave_agent_tips": "يمكن للمضيف مغادرة الوكيل الحالي فقط في اليوم الأول والـ16 من كل شهر", + "application_record_not_found": "Application record not found", "application_processed_cannot_cancel": "Application has been processed and cannot be canceled", "cancellation_failed_try_again": "Cancellation failed, please try again", diff --git a/src/locales/en.json b/src/locales/en.json index d3b878a..62d49b9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -132,6 +132,11 @@ "no_policy_data_available": "No policy data available", + "host_setting": "Host Setting", + "my_agency": "My Agency", + "tips": "Tips", + "leave_agent_tips": "The host can only leave the current agent on the 1st and 16th of each month", + "application_record_not_found": "Application record not found", "application_processed_cannot_cancel": "Application has been processed and cannot be canceled", "cancellation_failed_try_again": "Cancellation failed, please try again", diff --git a/src/locales/zh.json b/src/locales/zh.json index d91e078..c1f89a6 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -132,6 +132,11 @@ "no_policy_data_available": "无可用政策数据", + "host_setting": "主播设置", + "my_agency": "我的代理", + "tips": "提示", + "leave_agent_tips": "主播只能在每月1日和16日离开当前代理", + "application_record_not_found": "申请记录未找到", "application_processed_cannot_cancel": "申请已被处理,无法取消", "cancellation_failed_try_again": "取消失败,请重试", diff --git a/src/views/HostSettingView.vue b/src/views/HostSettingView.vue index f8e258b..0360b84 100644 --- a/src/views/HostSettingView.vue +++ b/src/views/HostSettingView.vue @@ -1,13 +1,25 @@