From 48828fd72d74db1794ed474093163f369d9a152e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 5 May 2025 20:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B6=88=E6=81=AF=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=A0=87=E9=A2=98=EF=BC=8C=E6=B7=BB=E5=8A=A0=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/AccountSettingNotification.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/setting/AccountSettingNotification.vue b/src/views/setting/AccountSettingNotification.vue index 855c1b74..33e84958 100644 --- a/src/views/setting/AccountSettingNotification.vue +++ b/src/views/setting/AccountSettingNotification.vue @@ -441,7 +441,10 @@ onMounted(() => { - {{ templateTypes.find(t => t.type === currentTemplate)?.label }}消息模板 + + {{ templateTypes.find(t => t.type === currentTemplate)?.label }} + {{ t('setting.notification.templateConfigTitle') }} +