fix:1、添加H5

This commit is contained in:
barry
2026-05-25 09:45:16 +08:00
parent 8144a27fdb
commit 5f68fe42c1
276 changed files with 46771 additions and 27478 deletions
+4
View File
@@ -2,6 +2,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using DontConfuse;
// using System.IO;
@@ -91,6 +92,7 @@ namespace RedHotRoast
protected override void OnClose()
{
WebviewManager.Instance.SetDarkThough(true);
// 归还所有播放器
foreach (var kvp in dictionary_)
VideoPlayerPool.Instance.ReturnPlayer(kvp.Value);
@@ -123,6 +125,8 @@ namespace RedHotRoast
protected override void OnOpenBefore(object args)
{
WebviewManager.Instance.SetDarkThough(false);
LiveConfig = ConfigSystem.GetLiveConfig();
ui.list_.itemRenderer = RendererList;