mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
fix schedule select
This commit is contained in:
@@ -200,6 +200,9 @@ async function getAll() {
|
||||
}
|
||||
}
|
||||
async function add(danmaku: EventModel) {
|
||||
if (!accountInfo.value?.settings.enableFunctions.includes(FunctionTypes.Queue)) {
|
||||
return
|
||||
}
|
||||
if (!checkMessage(danmaku)) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user