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
@@ -1,3 +1,4 @@
using DontConfuse;
using SGModule.MarkdownKit;
namespace RedHotRoast
@@ -42,6 +43,9 @@ namespace RedHotRoast
protected override void OnClose()
{
ui?.FadeOut();
WebviewManager.Instance.SetDarkThough(true);
}
protected override void OnBind()
@@ -58,6 +62,8 @@ namespace RedHotRoast
}
WebviewManager.Instance.SetDarkThough(false);
InitView();
ui.show.selectedIndex = isTerm != 2 ? 0 : 1;