🎨 优化

This commit is contained in:
BTMuli
2023-05-20 13:54:55 +08:00
parent 371570d7cc
commit dd58fc4df6
2 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ function checkCover (data: GachaData[]) {
}
// 获取缓存
const cover = homeStore.poolCover satisfies Record<number, string>;
if (cover === undefined || cover === null) {
if (cover === undefined) {
return false;
}
return data.every((item) => {