add splayer

This commit is contained in:
wcbing 2025-09-27 09:54:04 +08:00
parent e880333d90
commit 5698f8fb27
2 changed files with 7 additions and 0 deletions

View File

@ -72,6 +72,7 @@
| [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | | | [Joplin](https://github.com/laurent22/joplin) | joplin | ✅ | |
| [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | | | [Tiny RDM](https://github.com/tiny-craft/tiny-rdm) | tinyrdm | ✅ | |
| [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ | | [MQTTX](https://github.com/emqx/MQTTX) | mqttx | ✅ | ✅ |
| [SPlayer](https://github.com/imsyy/SPlayer) | splayer | ✅ | |
#### Gitee #### Gitee

View File

@ -138,5 +138,11 @@
"amd64": "MQTTX_{version}_amd64.deb", "amd64": "MQTTX_{version}_amd64.deb",
"arm64": "MQTTX_{version}_arm64.deb" "arm64": "MQTTX_{version}_arm64.deb"
} }
},
"splayer": {
"repo": "imsyy/SPlayer",
"file_list": {
"amd64": "splayer-{version}-amd64.deb"
}
} }
} }