new plugin AppleMusicRichPresence (#2455)

Co-authored-by: Vendicated <vendicated@riseup.net>
This commit is contained in:
Ryan Cao 2024-06-06 07:19:53 +08:00 committed by GitHub
parent 9ab7b8b9c9
commit 0aa7bef9fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 390 additions and 1 deletions

View file

@ -85,6 +85,10 @@ export interface PluginDef {
* Whether this plugin is required and forcefully enabled
*/
required?: boolean;
/**
* Whether this plugin should be hidden from the user
*/
hidden?: boolean;
/**
* Whether this plugin should be enabled by default, but can be disabled
*/