魔墙:导出格式优化

This commit is contained in:
miao 2023-01-31 14:26:51 +08:00
parent 9c211e13bf
commit 939ce286f3
1 changed files with 1 additions and 1 deletions

View File

@ -1899,7 +1899,7 @@ export default defineComponent({
res=res+JSON.stringify(item)+"\r\n"
}
});
res=res.replace(/\"/g,"");
const status = exportFile("important.txt", res);
if (status === true) {
} else {