mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix: 修复llo无法上传云盘的问题
This commit is contained in:
parent
079ef66f33
commit
af05434436
@ -84,7 +84,7 @@ export async function getGroupFileUrl(e, count = 10) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
} else if (cleanPath.startsWith('file:///')) {
|
} else if (cleanPath.startsWith('file:///')) {
|
||||||
cleanPath.replace('file:///', '')
|
cleanPath = cleanPath.replace('file:///', '')
|
||||||
}
|
}
|
||||||
|
|
||||||
return { cleanPath, file_id };
|
return { cleanPath, file_id };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user