feat: add yellow filter

This commit is contained in:
shinya
2025-08-01 13:17:19 +08:00
parent 52c379cff5
commit 25c699a819
12 changed files with 148 additions and 25 deletions

View File

@@ -6,6 +6,7 @@ export interface AdminConfig {
SiteInterfaceCacheTime: number;
ImageProxy: string;
DoubanProxy: string;
DisableYellowFilter: boolean;
};
UserConfig: {
AllowRegister: boolean;