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
@@ -9,6 +9,8 @@ using UnityEngine;
using System;
using System.Threading;
using System.Threading.Tasks;
using DontConfuse;
namespace RedHotRoast
{
@@ -61,6 +63,7 @@ namespace RedHotRoast
protected override void OnClose()
{
WebviewManager.Instance.SetDarkThough(true);
foreach (var t in loader_list)
if (t != null && !t.isDisposed && t.texture != null)
{
@@ -98,6 +101,7 @@ namespace RedHotRoast
public SmartInvoker invoker;
protected override void OnOpenBefore(object args)
{
WebviewManager.Instance.SetDarkThough(false);
invoker = new SmartInvoker(() =>
{
for (int i = 0; i < UpDatatime.Length; i++)