song request add setting options

This commit is contained in:
2024-01-12 23:00:27 +08:00
parent d6e683725b
commit 6e2b08c0d7
3 changed files with 11 additions and 4 deletions

View File

@@ -114,6 +114,9 @@ export interface Setting_SongRequest {
jianzhangCooldownSecond: number
showRequireInfo: boolean
showUserName: boolean
showFanMadelInfo: boolean
isReverse: boolean
}
export interface Setting_Queue {