This commit is contained in:
2025-02-22 01:37:30 +08:00
parent 34367f433f
commit 30ca85748d
36 changed files with 2859 additions and 65 deletions
@@ -185,6 +185,7 @@ namespace AibisDream
if (_dialogViewDict.TryGetValue(dialogViewType, out var view))
{
_curView.HideDialog();
_lastShowView = null;
_curView = view;
}
else