【m】优化卸载加载逻辑

This commit is contained in:
2026-04-12 16:48:41 +08:00
parent 15d3d24884
commit d2ea34aa38
19 changed files with 334 additions and 451 deletions

View File

@@ -26,7 +26,7 @@ public class VideoSystem : AbstractSystem, IVideoSystem
public async void PlayVideo(VideoPanel.VideoInfo info)
{
AudioCoreManager.SetMusicVolume(2f, 0f);
await this.GetSystem<IPanelSystem>().PushQueue<VideoPanel>(parent:AppConfig.GetDefaultMainInstance().transform,packageName:"Main");
await this.GetSystem<IPanelSystem>().PushQueue<VideoPanel>(packageName:"Main");
this.GetSystem<IPanelSystem>().SendPanelEvent(ModeType.VideoStart,info);
}