fix reverse in obs

This commit is contained in:
2023-12-16 22:27:10 +08:00
parent 002a53cf60
commit db17cffa30
5 changed files with 32 additions and 11 deletions

View File

@@ -114,6 +114,7 @@ export interface Setting_SongRequest {
jianzhangCooldownSecond: number
showRequireInfo: boolean
isReverse: boolean
}
export interface Setting_Queue {
keyword: string
@@ -143,6 +144,7 @@ export interface Setting_Queue {
jianzhangCooldownSecond: number
showRequireInfo: boolean
isReverse: boolean
}
export enum KeywordMatchType {