feat: refactor config

This commit is contained in:
shinya
2025-08-13 13:20:58 +08:00
parent 312c9db3fd
commit a97208f582
2 changed files with 127 additions and 377 deletions

View File

@@ -1,4 +1,9 @@
export interface AdminConfig {
ConfigSubscribtion: {
URL: string;
AutoUpdate: boolean;
LastCheck: string;
};
ConfigFile: string;
SiteConfig: {
SiteName: string;