处理Beta View Spectrum 弹窗文件保存的问题

This commit is contained in:
renpy 2023-09-08 11:04:27 +08:00
parent 3cf42843c5
commit 1efe28500e

View File

@ -87,7 +87,7 @@ export default {
}else if (this.currTab == 4) {
text=this.content.qc.join('\n')
}
if (this.text) {
if (text) {
let strData = new Blob([text], { type: 'text/plain;charset=utf-8' });
// saveAs(strData, `GammaViewer Log.txt`)
let _this = this