Merge branch 'develop' into feature/签字功能

This commit is contained in:
2025-12-25 22:02:33 +08:00
579 changed files with 121714 additions and 13685 deletions
@@ -25,20 +25,6 @@ namespace AibisDream
UIManager.Instance.ShowPanel<EndPanel>();
}
[Obsolete]
[YarnCommand("switch_tv")]
public static void SwitchTV(string picName)
{
Debug.Log("switch_tv 已废弃");
}
[Obsolete]
[YarnCommand("show_tv_scene")]
public static void ShowTVScene(float duration)
{
Debug.Log("show_tv_scene 已废弃");
}
[YarnCommand("load_scene")]
public static IEnumerator LoadScene(string sceneName, float duration = 1)
{