fix schedule select

This commit is contained in:
2023-12-27 18:28:40 +08:00
parent 840dc080a0
commit cc13d7280e
3 changed files with 16 additions and 11 deletions

View File

@@ -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
}