删除图鉴内容

This commit is contained in:
2026-06-12 18:28:19 +08:00
parent 1e5f719b4e
commit e4381d18b5
200 changed files with 89 additions and 11093 deletions
+6 -12
View File
@@ -95,7 +95,7 @@ namespace LoveLegend
// Debug.Log("OnLoadingComplete------------");
CtrlDispatcher.Instance.Dispatch(CtrlMsg.Game_StartReady);
if (GameHelper.IsGiftSwitch()) CrazyAsyKit.StartCoroutine(TextureHelper.WriteTempBeforeOpenCoroutine_());
TimerHelper.mEasy.AddTimer(0.5f, () =>
{
@@ -112,7 +112,7 @@ namespace LoveLegend
{
if (is_open) return;
is_open = true;
PreDownloadManager.InitializeLiveData();
UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.GameLoginUI_Open);
ChatHelper.CheckReply();
@@ -120,16 +120,10 @@ namespace LoveLegend
if (GameHelper.IsGiftSwitch())
{
// PreDownloadManager.StartDownloadLivePicture();
// PreDownloadManager.StartDownloadAlbumsPicture();
// //预下载视频
// PreDownloadManager.StartDownload();
// PreDownloadManager.StartDownloadSecretPicture();
// DOVirtual.DelayedCall(2, () =>
// {
// ApplePayManager.GetVipHistory();
// });
DOVirtual.DelayedCall(2, () =>
{
ApplePayManager.GetVipHistory();
});
}
}