mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-24 12:24:46 +08:00
feat: refactor config
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
export interface AdminConfig {
|
||||
ConfigSubscribtion: {
|
||||
URL: string;
|
||||
AutoUpdate: boolean;
|
||||
LastCheck: string;
|
||||
};
|
||||
ConfigFile: string;
|
||||
SiteConfig: {
|
||||
SiteName: string;
|
||||
|
||||
Reference in New Issue
Block a user