a面修改

This commit is contained in:
2026-06-01 10:36:42 +08:00
parent 777e484b51
commit 9b2b69dac2
9 changed files with 27 additions and 9 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ namespace ChillConnect
AppDispatcher.Instance.AddListener(AppMsg.LoginInit, OnLoadingComplete);
// DataMgr.InitPreferences();
NetworkDispatcher.Instance.Dispatch(NetworkMsg.GetConfig);
// NetworkDispatcher.Instance.Dispatch(NetworkMsg.GetConfig);
}
private bool ispen = false;
private void OnLoadingComplete(object param = null)
@@ -91,7 +91,7 @@ namespace ChillConnect
ispen = true;
WebviewManager.DakaiACT();
}
TimerHelper.mEasy.AddTimer(2.0f, () =>
TimerHelper.mEasy.AddTimer(0.1f, () =>
{
AudioManager.Instance.InitDefaultButtonClickSound(AudioConst.gameclick);