Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6f21871
chore: 引入 @applemusic-like-lyrics 与相关依赖
ITManCHINA Jun 18, 2026
c84fc8d
feat: 实现 cleanTTMLTranslations 用于 TTML 多语言歌词预过滤
ITManCHINA Jun 18, 2026
d68fc4a
refactor: 在 parseContent 中集成 AMLL 解析器适配 TTML 与 YRC
ITManCHINA Jun 18, 2026
0b9d7ec
feat: 新增基于 PixiJS 的流体渐变背景组件 BackgroundRender
ITManCHINA Jun 18, 2026
050c04a
feat: 播放器背景 PlayerBackground 接入流体动画背景支持
ITManCHINA Jun 18, 2026
3e66952
feat: 加入 AMLL 歌词播放组件
ITManCHINA Jun 18, 2026
2bce8df
feat: 全屏播放器 index.vue 支持条件分流渲染歌词引擎
ITManCHINA Jun 18, 2026
6d01f0d
feat: 扩展设置类型与持久化歌词渲染引擎、重构歌词设置,并新增全屏歌词分类
ITManCHINA Jun 18, 2026
29af466
refactor: 重构歌词渲染引擎设置
ITManCHINA Jun 18, 2026
78a2470
chore: 扩展设置类型以支持 AMLL 专属物理回弹与缩放参数
ITManCHINA Jun 18, 2026
e2e951f
feat: 在 setting store 中初始化并持久化 AMLL 弹簧参数
ITManCHINA Jun 18, 2026
792b5f4
feat: 设置项支持 visible 条件渲染
ITManCHINA Jun 18, 2026
8de0fbf
refactor: 重构全屏歌词设置 Schema 使专属选项按引擎显隐且支持嵌套展开
ITManCHINA Jun 18, 2026
f2b73cf
feat: AMLL 适配自适应字号,补充物理弹簧微调参数
ITManCHINA Jun 18, 2026
be1884a
chore: 补全 AMLL 专属弹簧微调设置项的中英文多语言翻译
ITManCHINA Jun 18, 2026
6191bf5
refactor: 补全扁平化 AMLL 弹簧设置分区并补齐翻译
ITManCHINA Jun 18, 2026
d044e61
refactor: 优化缩进与格式化
ITManCHINA Jun 18, 2026
c4e6674
feat: 补充 AMLL 的音译设置
ITManCHINA Jun 18, 2026
f772fa7
feat: 新增 extractLyricAuthors 支持提取多位歌词作者信息
ITManCHINA Jun 19, 2026
dc407d6
feat: media store 新增 lyricAuthors 数组以支持多作者状态管理
ITManCHINA Jun 19, 2026
b123087
feat: 全屏播放器底栏支持使用 v-for 渲染多位作者与超链接
ITManCHINA Jun 19, 2026
431852f
feat: 复用默认歌词组件,为 AMLL 组件支持底栏歌词作者信息
ITManCHINA Jun 19, 2026
743a579
refactor(settings): 回退被大量滥用的二级菜单设定
ITManCHINA Jun 21, 2026
e5c497f
style(settings): 移除三级菜单样式,并隐藏多级菜单的 box 指示线
ITManCHINA Jun 21, 2026
c8c5a49
refactor(settings): 歌词引擎并入歌词设置,移除全屏歌词分类与二级标题并回退无关改动
imsyy Jun 22, 2026
1916021
feat: 优化 AMLL 相关组件
imsyy Jun 22, 2026
03cac32
refactor(lyric): TTML/YRC 解析回退自研并移除 AMLL 解析依赖,借鉴其合唱判定与逐词音译对齐
imsyy Jun 23, 2026
1ec35f6
fix(lyric): AMLL 歌词文字色接入 --amll-lp-color 跟随封面色
imsyy Jun 23, 2026
005dddc
style: 格式化 PlayerBackground 流体背景容器标签
imsyy Jun 23, 2026
e8270d8
fix(lyric): collectTranslations 支持逐字 span 翻译,修复 TTML 仅显示繁体
imsyy Jun 23, 2026
b0771c8
feat(settings): 设置项支持变更前确认
imsyy Jun 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ declare module 'vue' {
AbLoopDialog: typeof import('./src/components/modals/AbLoopDialog.vue')['default']
AboutSettings: typeof import('./src/components/settings/custom/AboutSettings.vue')['default']
AmllDbServerConfig: typeof import('./src/components/settings/custom/AmllDbServerConfig.vue')['default']
AMLLLyrics: typeof import('./src/components/player/Lyrics/AMLLLyrics.vue')['default']
AppBackground: typeof import('./src/components/AppBackground.vue')['default']
AutoCloseDialog: typeof import('./src/components/modals/AutoCloseDialog.vue')['default']
BackgroundImagePicker: typeof import('./src/components/settings/custom/BackgroundImagePicker.vue')['default']
BackgroundRender: typeof import('./src/components/player/FullPlayer/BackgroundRender.vue')['default']
BottomSpectrum: typeof import('./src/components/player/FullPlayer/BottomSpectrum.vue')['default']
ComboboxAnchor: typeof import('reka-ui')['ComboboxAnchor']
ComboboxContent: typeof import('reka-ui')['ComboboxContent']
Expand Down
1 change: 1 addition & 0 deletions electron/main/window/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const createMainWindow = (): BrowserWindow => {
frame: false,
webPreferences: {
partition: MAIN_PARTITION,
webgl: true,
},
});

Expand Down
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,16 @@
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@applemusic-like-lyrics/core": "^0.5.1",
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@pixi/app": "^7.4.3",
"@pixi/core": "^7.4.3",
"@pixi/display": "^7.4.3",
"@pixi/filter-blur": "^7.4.3",
"@pixi/filter-bulge-pinch": "^5.1.1",
"@pixi/filter-color-matrix": "^7.4.3",
"@pixi/sprite": "^7.4.3",
"@hono/node-server": "^2.0.2",
"@material/material-color-utilities": "^0.4.0",
"@vueuse/core": "^14.2.1",
Expand Down
Loading