From 8f8285dc17dde42ab190eebc9b2074372220cd2a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 11 Jul 2025 17:28:07 +0800 Subject: [PATCH] fix --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 64050ab..6b09a69 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ async function testPath() { const appDataDirPath = await path.appDataDir(); const filePath = await path.join(appDataDirPath, 'assets/video.mp4'); const assetUrl = convertFileSrc(filePath); - const path2 = `C:\Users\imeep\.mixvideo\temp\video_storage\0af48d09-7b7f-4453-84e6-e7b2b33f7726.mp4` + const path2 = `C:\\Users\\imeep\\.mixvideo\\temp\\video_storage\\0af48d09-7b7f-4453-84e6-e7b2b33f7726.mp4` const assetUrl2 = convertFileSrc(path2); console.log({ filePath, assetUrl, assetUrl2, path2 })