mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user