mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-07 09:47:29 +08:00
938c497ca3
pr-check.yml 只在 PR 触发,main push 不跑 lint,导致存量错误一直未被发现, PR #675 / #676 都被 Code Quality job 拦下。 - 9 处 prettier/prettier 格式错误:StickyTabPage.vue / RadioCard.vue / list/index.vue / mv/index.vue / podcast/index.vue 的属性换行与 import 排序,全部 eslint --fix 自动修复 - 1 处 no-undef ScrollToOptions(StickyTabPage.vue:79):在 eslint.config.mjs 的 .ts 与 .vue 配置块同时补 ScrollToOptions 到 globals,与既有的 ScrollBehavior 同级;TypeScript DOM lib 类型不在 globals.browser 里, 需手动声明