add all
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Ichni.UI
|
||||
AudioManager.Post(AK.EVENTS.TOUCHTOSTART);
|
||||
|
||||
// 已有登录缓存 → 跳过 LoginPage,直接进入章节选择
|
||||
if (LoginCacheManager.HasCachedLogin)
|
||||
if (LoginCacheManager.HasValidSession)
|
||||
{
|
||||
FadeOut();
|
||||
floatingParticles.GetComponent<Renderer>().material.DOColor(Color.clear, "_BaseColor", 0.5f).Play();
|
||||
|
||||
Reference in New Issue
Block a user