清理 ui1 ui2 精简到ui3 和ui4

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

View File

@@ -122,7 +122,6 @@ export class GuideConComp extends CCComp {
/** 步骤完成回调 */
private onStepCompleted(step: IGuideStep) {
console.log(`[Tutorial] 步骤完成: ${step.id}`);
finishCurrGuide(step.key)
// 检查是否有下一个引导
if (step.nextStep && step.nextStep.trim() !== "") {
const nextGuide = findGuideById(step.nextStep);