This commit is contained in:
2025-10-15 15:28:21 +08:00
parent 3bcbbd26e8
commit 0d94f895a3
9 changed files with 80 additions and 50 deletions
@@ -86,8 +86,7 @@ export class PastGirlListPanel extends li_BaseView {
// 获取已解锁女孩列表
const ids = await this.getUnlockedGirls();
if (true) {
//!ids || ids.length === 0) {
if (!ids || ids.length === 0) {
this._nodeTab.cleanBg.active = true;
} else {
this._nodeTab.cleanBg.active = false;