🔨 Finish the initial setup of the Zone project

This commit is contained in:
2025-11-19 21:12:07 +08:00
parent 382579a20e
commit ce18b194a5
11 changed files with 217 additions and 27 deletions

View File

@@ -22,6 +22,7 @@ builder.Services.AddAppBusinessServices(builder.Configuration);
builder.Services.AddAppScheduledJobs();
builder.Services.AddDysonAuth();
builder.Services.AddRingService();
builder.Services.AddAccountService();
builder.Services.AddSphereService();