Fix: 修复在线版在平板下保存文件异常

This commit is contained in:
王立帮
2025-03-06 20:11:53 +08:00
parent a4646469c0
commit 11288a1860

View File

@@ -125,7 +125,8 @@ File.saveAs = async () => {
accept: {
'application/xml': filters
}
}]
}],
suggestedName: 'mixly.mix'
};
try {
const obj = await window.showSaveFilePicker(fileConfig);