This commit is contained in:
2025-08-13 15:37:15 +08:00
parent 53e2687546
commit 8048584f38
27 changed files with 15071 additions and 1511 deletions
@@ -45,7 +45,7 @@ export class ThemePanel extends li_BaseView {
this.registerListener();
this.itemInst = this._nodeTab.ThemeItem.getComponent(ThemeItem);
this.itemInst.node.active = false;
this.content = this._nodeTab.AllThemesLayout;
this.content = this._nodeTab.allThemecontent;
this.Show();
}