fix:1、添加H5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user