清理 ui1 ui2 精简到ui3 和ui4

This commit is contained in:
walkpan
2025-10-12 14:58:52 +08:00
parent d628829718
commit 797cf72a09
101 changed files with 10216 additions and 107449 deletions

View File

@@ -1,10 +1,8 @@
import { _decorator, Component, instantiate, Node, Prefab, UITransform } from 'cc';
import { smc } from '../common/SingletonModuleComp';
import { oops } from 'db://oops-framework/core/Oops';
import { HCardUICom } from './HCardUICom';
import { HeroConSet } from '../common/config/BoxSet';
import { getHeroList } from '../common/config/heroSet';
import { finishCurrGuide, startGuide } from '../common/config/Guide';
const { ccclass, property } = _decorator;
@ccclass('HeroPageComp')
@@ -18,7 +16,6 @@ export class HeroPageComp extends Component {
}
onEnable(){
this.update_heros()
startGuide(3)
}
update_heros(){