This commit is contained in:
2025-10-15 11:04:32 +08:00
parent af2031f486
commit 7e2a69bf0e
6 changed files with 486 additions and 17 deletions
@@ -86,6 +86,13 @@ export class PastGirlListPanel extends li_BaseView {
// 获取已解锁女孩列表
const ids = await this.getUnlockedGirls();
if (true) {
//!ids || ids.length === 0) {
this._nodeTab.cleanBg.active = true;
} else {
this._nodeTab.cleanBg.active = false;
}
if (this.cacheIds && ids && this.cacheIds.length == ids.length) {
let isSame = true;
for (let i = 0; i < ids.length; i++) {