Mini apps in develop

This commit is contained in:
2026-01-18 01:57:24 +08:00
parent b7aac30384
commit a3c1d74501
11 changed files with 863 additions and 33 deletions

View File

@@ -18,6 +18,7 @@ public class AppDatabase(
public DbSet<SnCustomApp> CustomApps { get; set; } = null!;
public DbSet<SnCustomAppSecret> CustomAppSecrets { get; set; } = null!;
public DbSet<SnBotAccount> BotAccounts { get; set; } = null!;
public DbSet<SnMiniApp> MiniApps { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{