(admin) 支持添加cookie

This commit is contained in:
2024-10-11 11:54:30 +08:00
parent 3f3cc2d25e
commit a18b2e4f7b
2 changed files with 41 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ export interface PlatformConfig {
categories: CategoryConfig;
enabledTag: boolean;
platformName: string;
siteName: string;
hasTarget: boolean;
}