mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 13:17:46 +00:00
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux :electron:
https://music.qier222.com
* refactor(utils/lyric): more powerful role matcher
- 可以拉出角色 (role) 和名字 (name):
`const { role, name } = line.groups as { role: string, name?: string }`
- 移除掉某些不需要的 regex 部分(如 `\s\S`)
- 簡化部分 regex(如 `(:|:)` 更改為 `[::]`)
- 增加測試 (<https://regexr.com/6j8pf>)
* fix(utils/lyric): add `/ (regex) /` back
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| build/icons | ||
| scripts | ||
| src | ||
| .electron-builder.config.js | ||
| .env | ||
| .eslintrc.js | ||
| .gitattributes | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| prettier.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| types.d.ts | ||
| vite.config.ts | ||