perf: 去除分包

This commit is contained in:
richarjiang
2025-10-22 08:23:42 +08:00
parent 6a23f0af3f
commit 5bd887aa7f
4 changed files with 4 additions and 7 deletions

View File

@@ -19,7 +19,8 @@ export class Start extends Component {
protected onLoad(): void {
// 加载所有 bundle
this.loadAllBundles();
// this.loadAllBundles();
this.loadTargetScene()
}
start() {