mirror of
https://github.com/lqtmcstudio/QZMusic_PC.git
synced 2026-06-22 00:19:54 +08:00
fork(fix): Clone AMLL 并修复 BUG
- 将AMLL Clone到本以地进行修复和优化(emm虽然这很不优雅但是暂时无时间做子模块和Fork) - 修复在当前播放歌词行不可见的视口Seek会出现滚动偏移的问题
This commit is contained in:
26
amll-local/package.json
Normal file
26
amll-local/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "applemusic-like-lyrics",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-only",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "catalog:",
|
||||
"@nx/js": "^22.7.2",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260516.1",
|
||||
"npm-run-all2": "^9.0.0",
|
||||
"nx": "^22.7.2",
|
||||
"swc-node": "^1.0.0",
|
||||
"tsdown": "catalog:"
|
||||
},
|
||||
"scripts": {
|
||||
"build:libs": "nx run-many --target=build --projects=tag:library",
|
||||
"ci:build:libs": "pnpm run build:libs",
|
||||
"test:libs": "nx run-many --target=test --projects=ttml,lyric",
|
||||
"ci:test:libs": "pnpm run test:libs",
|
||||
"format": "biome format . --write",
|
||||
"lint": "biome lint . --fix",
|
||||
"ci:lint": "biome lint . --error-on-warnings",
|
||||
"release:plan:check": "nx release plan:check"
|
||||
},
|
||||
"packageManager": "pnpm@11.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user