按需加载优化

This commit is contained in:
hsc
2026-01-15 11:07:26 +08:00
parent 73e2cd8383
commit 362e509be1
2 changed files with 1 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ using System.Reflection;
namespace MainModule
{
[Module(OnDemand=true)]
public class MainModule : IModule
{
public void OnInitialized(IContainerProvider containerProvider)