feat: updated music and background handling to support _form_x type background

This commit is contained in:
Haoyu Xu
2025-10-05 20:26:10 +08:00
parent 49a49e5210
commit 33c7553506
8 changed files with 39 additions and 32 deletions

View File

@@ -7,7 +7,8 @@
"dependencies": {
"@aklive2d/libs": "workspace:*",
"@aklive2d/config": "workspace:*",
"@aklive2d/downloader": "workspace:*"
"@aklive2d/downloader": "workspace:*",
"@aklive2d/background": "workspace:*"
},
"peerDependencies": {
"typescript": ">=5.9.3"
@@ -18,4 +19,4 @@
"lint:fix": "biome check --write .",
"build:cleanup": "rm -rf ./data"
}
}
}