修改网页资源文件下载方法

This commit is contained in:
zyj
2025-10-24 22:22:56 +08:00
parent a1a002370b
commit 48fa97bd52
3 changed files with 36 additions and 36 deletions

View File

@@ -256,7 +256,7 @@ const isValidURL = (str) => { try { new URL(str); return true; } catch { return
// 下载当前页面资源
const downloadResource = async ()=> {
App.DownloadSite(JSON.stringify(searchResults))
App.DownloadSite(searchResults.value)
}
// 搜索处理函数