LeTool乐云目录解析

This commit is contained in:
qaiu
2026-01-23 03:26:35 +08:00
parent e17fb99de4
commit 2f22cb01eb
2 changed files with 267 additions and 5 deletions

View File

@@ -400,7 +400,7 @@ export default {
const data = result.data
// 检查是否支持目录解析
const supportedPans = ["iz", "lz", "fj", "ye"]
const supportedPans = ["iz", "lz", "fj", "ye", "le"]
if (!supportedPans.includes(data.shareLinkInfo.type)) {
this.$message.error("当前网盘不支持目录解析")
return