feat: use custom player module

This commit is contained in:
Haoyu Xu
2025-03-23 16:38:13 +08:00
parent c6e2dd936c
commit f749de13c2
455 changed files with 1256 additions and 12936 deletions

3
apps/module/index.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Player } from './src/player.ts'
export { Player }