add yesplaymusic

This commit is contained in:
wcbing 2025-10-09 17:19:26 +08:00
parent eff521bfc0
commit f0bd23de24
2 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,7 @@
| [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | | | [WinBoat](https://github.com/TibixDev/winboat) | winboat | ✅ | |
| [fooyin](https://github.com/fooyin/fooyin) | fooyin | ✅ | | | [fooyin](https://github.com/fooyin/fooyin) | fooyin | ✅ | |
| [Simplenote](https://github.com/Automattic/simplenote-electron) | simplenote | ✅ | ✅ | | [Simplenote](https://github.com/Automattic/simplenote-electron) | simplenote | ✅ | ✅ |
| [YesPlayMusic](https://github.com/qier222/YesPlayMusic) | yesplaymusic | ✅ | ✅ |
#### Gitee #### Gitee

View File

@ -163,5 +163,12 @@
"amd64": "Simplenote-linux-{version}-amd64.deb", "amd64": "Simplenote-linux-{version}-amd64.deb",
"arm64": "Simplenote-linux-{version}-arm64.deb" "arm64": "Simplenote-linux-{version}-arm64.deb"
} }
},
"yesplaymusic": {
"repo": "qier222/YesPlayMusic",
"file_list": {
"amd64": "yesplaymusic_{version}_amd64.deb",
"arm64": "yesplaymusic_{version}_arm64.deb"
}
} }
} }