From 31eadfc38cf53caa2bde68c30a9f468a734bb574 Mon Sep 17 00:00:00 2001 From: 15736060610 <15736060610@139.com> Date: Tue, 17 Mar 2026 20:27:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E5=95=86?= =?UTF-8?q?=E5=BA=97&&=E5=90=8D=E7=A7=B0&&=E6=A8=A1=E6=9D=BF=E7=AD=9B?= =?UTF-8?q?=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/lang/zh_cn.json | 10 ++--- front/public/version.json | 4 +- front/src/views/TemplateView.vue | 63 +++++++++++++++++++++++++++++--- front/template_stor.json | 4 +- 4 files changed, 68 insertions(+), 13 deletions(-) diff --git a/front/lang/zh_cn.json b/front/lang/zh_cn.json index 684c3b9..4c5effe 100644 --- a/front/lang/zh_cn.json +++ b/front/lang/zh_cn.json @@ -1,6 +1,6 @@ { "common": { - "app_name": "DeEarthX", + "app_name": "DeEarthX-CE ", "version": "版本", "status_loading": "启动中", "status_success": "正常", @@ -42,7 +42,7 @@ "step1_title": "解压整合包", "step1_desc": "解压内容并下载文件", "step2_title": "筛选模组", - "step2_desc": "DeEarthX 的核心功能", + "step2_desc": "DeEarthX-CE 的核心功能", "step3_title": "下载服务端", "step3_desc": "安装模组加载器服务端", "step4_title": "完成", @@ -171,8 +171,8 @@ "store_load_failed": "加载模板商店失败" }, "setting": { - "title": "DeEarthX 设置", - "subtitle": "让 DeEarthX V3 更适合你!", + "title": "DeEarthX-CE 设置", + "subtitle": "让 DeEarthX-CE V3 更适合你!", "category_filter": "模组筛选设置", "category_mirror": "下载源设置", "category_system": "系统管理设置", @@ -210,7 +210,7 @@ "config_invalid_format": "配置文件格式无效" }, "about": { - "title": "关于 DeEarthX", + "title": "关于 DeEarthX-CE", "subtitle": "专业的 Minecraft 整合包服务端制作工具", "about_software": "关于软件", "current_version": "当前版本:", diff --git a/front/public/version.json b/front/public/version.json index 9e2cec0..0a2ba3a 100644 --- a/front/public/version.json +++ b/front/public/version.json @@ -1,5 +1,5 @@ { - "version": "3.0.36", - "buildTime": "2026-03-15", + "version": "3.0.37", + "buildTime": "2026-03-17", "author": "xcclyc" } diff --git a/front/src/views/TemplateView.vue b/front/src/views/TemplateView.vue index bf501f9..5792c40 100644 --- a/front/src/views/TemplateView.vue +++ b/front/src/views/TemplateView.vue @@ -1,5 +1,5 @@