From d7b383077faf5306d82374a84013b234bfc3f2c2 Mon Sep 17 00:00:00 2001 From: Lewis_yan Date: Thu, 9 Apr 2026 09:37:44 +0800 Subject: [PATCH] feat(i18n): adapt config module to use i18n keys Replace hardcoded Chinese strings with t('message.pages.config.*') calls in index.vue, addTabs.vue, and addContent.vue to support multilingual. --- .../system/config/components/addContent.vue | 64 ++++++++++--------- .../system/config/components/addTabs.vue | 29 +++++---- web/src/views/system/config/index.vue | 15 +++-- 3 files changed, 58 insertions(+), 50 deletions(-) diff --git a/web/src/views/system/config/components/addContent.vue b/web/src/views/system/config/components/addContent.vue index e7e9e4d..1f65711 100644 --- a/web/src/views/system/config/components/addContent.vue +++ b/web/src/views/system/config/components/addContent.vue @@ -1,58 +1,62 @@