mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
🎨 优化
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user