wyxd与聊天页面的切换,

This commit is contained in:
2026-07-31 10:24:55 +08:00
parent c5958812cf
commit 09f4d3ba52
16 changed files with 400 additions and 96 deletions

View File

@@ -188,7 +188,8 @@ onLoad((options) => {
userToken: userToken.value
})
if (isWyxdCached(workspaceId.value, filePath.value)) {
// forceDownload 强制重新下载不走缓存
if (options.forceDownload !== '1' && isWyxdCached(workspaceId.value, filePath.value)) {
loadFromCache()
} else {
startDownload()