Fix: 修复 assets 的路径和播放问题

This commit is contained in:
2025-08-08 17:35:33 +08:00
parent 27dfb0ae69
commit 18548ef9fb
14 changed files with 1219 additions and 856 deletions

5
renderer/src/shims.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}