From 9fab7eade2e2e14195d40dc671c790b84a861003 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 4 Sep 2025 14:24:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=8A=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 232 +++++--- src/api/dictionary/dictionary.js | 7 + src/main.js | 5 +- .../system/i18n/components/BatchAddForm.vue | 260 +++++---- src/views/system/i18n/components/I18nForm.vue | 204 +++++--- src/views/system/i18n/index.vue | 494 ++++++++++-------- 6 files changed, 683 insertions(+), 519 deletions(-) diff --git a/src/App.vue b/src/App.vue index b535085..18fe1a3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,7 @@