Type为1的背景框没有正确显示的bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m23s

This commit is contained in:
TJH 2026-02-24 16:15:40 +08:00
parent 2a3afc71a4
commit 7915edd14c

View File

@ -207,7 +207,8 @@ export class Loading extends Component {
} }
} }
); );
await GameDataManager.instance.preloadFrameTypeCache();
await GameDataManager.instance.preloadSymbolCache();
// 资源加载完成进度条到90% // 资源加载完成进度条到90%
this.updateProgress(this.PROGRESS_RESOURCE); this.updateProgress(this.PROGRESS_RESOURCE);