chore: update build script and language settings in window manager

This commit is contained in:
ethan.chen
2025-06-25 14:11:38 +08:00
parent 63eda91fd6
commit ba3435e1a0
4 changed files with 296 additions and 264 deletions

View File

@@ -169,7 +169,7 @@
// 设置语言
function setLanguage(lang) {
const t = translations[lang] || translations.en;
const t = translations[lang] || translations.zh;
loadingTitle.textContent = t.title;
progressLabel.textContent = t.progress;
if (currentProgress === 0) {