feat: home page

This commit is contained in:
wonfen
2025-03-14 13:31:34 +08:00
parent c25015ed54
commit 1f99cee78b
37 changed files with 4488 additions and 74 deletions

View File

@@ -787,6 +787,7 @@ interface IVergeConfig {
webdav_url?: string;
webdav_username?: string;
webdav_password?: string;
home_cards?: Record<string, boolean>;
}
interface IWebDavFile {