完善刷新cookie功能

修复ffmpeg下载一大堆的问题
尝试处理了SQLite的内存泄露问题(待确定)
This commit is contained in:
2024-11-25 18:03:17 +08:00
parent 8cf56a4ffe
commit 44d23b6bac
12 changed files with 194 additions and 63 deletions

View File

@@ -41,9 +41,11 @@
});
}
function refresh(data) {
var loadIndex = showLoadingDialog();
refreshCookie(data)
.then(data => {
console.log(data)
layer.close(loadIndex)
layer.msg(data.message)
})
}