移除pansou在server-config中的信息

This commit is contained in:
mtvpls
2025-12-23 01:03:08 +08:00
parent afb45fccc0
commit ffa6a3aefe
3 changed files with 6 additions and 7 deletions
+3
View File
@@ -300,6 +300,9 @@ interface SiteConfig {
DanmakuApiToken: string;
TMDBApiKey?: string;
TMDBProxy?: string;
PansouApiUrl?: string;
PansouUsername?: string;
PansouPassword?: string;
EnableComments: boolean;
EnableRegistration?: boolean;
RegistrationRequireTurnstile?: boolean;