!77 修复 #日历

* QAQ
* 修复 #日历 无法显示集录祈愿
This commit is contained in:
liangshi 2024-03-11 17:58:31 +00:00 committed by Kokomi
parent 3febeafcd7
commit 8b27792e1e

View File

@ -282,6 +282,8 @@ let Cal = {
if (/神铸赋形/.test(title)) {
type = 'weapon'
title = title.replace(/(单手剑|双手剑|长柄武器|弓|法器|·)/g, '')
extra.sort = 3
} else if (/集录/.test(title)) {
extra.sort = 2
} else if (/祈愿/.test(title)) {
type = 'character'