Stickers & packs api

This commit is contained in:
2025-05-10 21:28:25 +08:00
parent 790dcafeb0
commit eab775e224
8 changed files with 3324 additions and 11 deletions

View File

@ -15,6 +15,7 @@ using DysonNetwork.Sphere.Localization;
using DysonNetwork.Sphere.Permission;
using DysonNetwork.Sphere.Post;
using DysonNetwork.Sphere.Realm;
using DysonNetwork.Sphere.Sticker;
using DysonNetwork.Sphere.Storage;
using Microsoft.AspNetCore.HttpOverrides;
using Microsoft.AspNetCore.Localization;
@ -162,6 +163,7 @@ builder.Services.AddScoped<PostService>();
builder.Services.AddScoped<RealmService>();
builder.Services.AddScoped<ChatRoomService>();
builder.Services.AddScoped<ChatService>();
builder.Services.AddScoped<StickerService>();
// Timed task