mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-06-10 23:47:29 +00:00
fix: 剪切板自动读取失败时静默,仅手动读取时提示
This commit is contained in:
@@ -1367,7 +1367,9 @@ export default {
|
|||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('读取剪切板失败:', error)
|
console.error('读取剪切板失败:', error)
|
||||||
this.$message.error('读取剪切板失败,请检查浏览器权限')
|
if (isManual) {
|
||||||
|
this.$message.warning('读取剪切板失败,请手动粘贴链接到输入框')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user