框架优化

This commit is contained in:
czj
2026-05-13 10:35:35 +08:00
committed by “hsc”
parent 362e509be1
commit 60d3009670
16 changed files with 11 additions and 918 deletions

View File

@@ -15,7 +15,6 @@ namespace MainModule
public void RegisterTypes(IContainerRegistry containerRegistry)
{
containerRegistry.RegisterForNavigation<MainView>("MainView");
containerRegistry.RegisterForNavigation<PostDetailView>("PostDetailView");
}
}
}