From 7f148aa0f3888c096fc4f213c7d5e1d9bc9c7b4d Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 28 Apr 2026 11:41:15 +0800 Subject: [PATCH] feat(System): Language switch, supports Traditional Chinese. --- frontend/src/views/system/appearance/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/system/appearance/index.vue b/frontend/src/views/system/appearance/index.vue index 6caa1f30c..4c574c155 100644 --- a/frontend/src/views/system/appearance/index.vue +++ b/frontend/src/views/system/appearance/index.vue @@ -260,7 +260,7 @@ " type="textarea" show-word-limit - maxlength="50" + maxlength="250" /> @@ -377,8 +377,8 @@ const defaultTopForm = { help: 'https://dataease.cn/sqlbot/v1/', showDoc: '0', showAbout: '0', - pc_welcome: '你好,我是 SQLBot ', - pc_welcome_desc: `我可以查询数据、生成图表、检测数据异常、预测数据等赶快开启智能问数吧~`, + pc_welcome: t('embedded.i_am_sqlbot'), + pc_welcome_desc: t("qa.hint_description"), } const topForm = reactive<{