feat(前端界面): 统一文案
build.yaml / build (push) Successful in 34s

This commit is contained in:
2026-07-09 13:37:56 +08:00
parent 38e55d962c
commit 3fab819246
+1 -1
View File
@@ -363,7 +363,7 @@ async function openSelectedOFD() {
} }
if (!isOFDFile(file)) { if (!isOFDFile(file)) {
el.ofdInput.value = ""; el.ofdInput.value = "";
showError(new Error("选择 .ofd 文件"), !state.doc); showError(new Error("选择 OFD 文件"), !state.doc);
return; return;
} }
state.wasmRecoveries = 0; state.wasmRecoveries = 0;