fix:1、添加sdk。2、修复bug

This commit is contained in:
barry
2026-06-11 18:30:41 +08:00
parent fcf9128dd3
commit 570f4635f2
1240 changed files with 111200 additions and 39704 deletions
@@ -1,4 +1,4 @@
using Dont_Confuse;
using IgnoreOPS;
using FairyGUI;
using FGUI.Setting_07;
using IgnoreOPS;
@@ -45,7 +45,8 @@ namespace ChillConnect
protected override void OnClose()
{
WebviewManager.ShezhiACT(true);
// WebviewManager.ShezhiACT(true);
WebviewManager.Instance.SetDarkThough(true);
}
protected override void OnBind()
@@ -60,7 +61,7 @@ namespace ChillConnect
// {
// ui.title.y += Screen.safeArea.y;
// }
WebviewManager.ShezhiACT(false);
// WebviewManager.ShezhiACT(false);
_selectIndex = DataMgr.PlayerAvatarId.Value;
InitView();
@@ -69,6 +70,7 @@ namespace ChillConnect
protected override void OnOpen(object args)
{
// CommonHelper.FadeIn(ui);
WebviewManager.Instance.SetDarkThough(false);
ui.show.Play();
}