feat(ui): 添加 Terminal 风格主界面 UI 系统

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-01 12:06:11 +08:00
co-authored by Cursor
parent da436479db
commit a05d5d476c
63 changed files with 15763 additions and 3481 deletions
@@ -276,9 +276,9 @@ namespace AibisDream.SaveSystem
var ui = UIManager.Instance;
if (ui != null)
{
ui.HidePanel<StartPanel>();
ui.HidePreferredStartPanel();
ui.ShowPanel<MainPanel>();
ui.HidePanel<ChapterPanel>();
ui.HidePreferredChapterPanel();
ui.HidePanel<SavesPanel>();
ui.HidePanel<EndPanel>();
}