版本1.0

This commit is contained in:
Developer
2026-03-19 21:53:08 +08:00
parent a3acd40ee2
commit 5ec4c5a6be
6 changed files with 41 additions and 166 deletions

View File

@@ -41,10 +41,8 @@ export function LanShareModal({ visible, task, onClose }: Props) {
setVideoUrl(null);
setQrImageLoaded(false);
setLoading(true);
console.log(123123,'baseUrlbaseUrl')
startLanServer()
.then((baseUrl) => {
console.log(baseUrl,'baseUrl')
setVideoUrl(buildVideoUrl(baseUrl, task.bvid, task.qn));
})
.catch(() => setVideoUrl(null))