From be6e42ad965cf2b02bcf57fb33428aff0b252ed2 Mon Sep 17 00:00:00 2001 From: wed150 Date: Sat, 23 May 2026 04:06:21 +0800 Subject: [PATCH] fix: config error --- js/utils.umd.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/utils.umd.js b/js/utils.umd.js index ed824fb..0cbb4a9 100644 --- a/js/utils.umd.js +++ b/js/utils.umd.js @@ -138,7 +138,7 @@ const i18n = { // Upload section SECTION_UPLOAD: 'Upload Files', - FORMAT_HINT: 'Supported: .mcstructure | .nbt | .litematic', + FORMAT_HINT: '.mcstructure|nbt|litematic', // Config section SECTION_CONFIG: 'Configuration', @@ -181,7 +181,7 @@ const i18n = { }; // 当前语言设置(可通过 switchLang 切换) -let currentLang = 'zh'; +let currentLang = 'en'; /** * 带变量替换的翻译函数