Revert "add: home card drag (#4215)"

This reverts commit 84989e0ea3.
This commit is contained in:
Tunglies
2025-08-07 20:04:22 +08:00
parent a3957289c8
commit 2af8c32497
3 changed files with 120 additions and 243 deletions

View File

@@ -822,7 +822,6 @@ interface IVergeConfig {
verge_tproxy_enabled?: boolean;
verge_socks_enabled?: boolean;
verge_http_enabled?: boolean;
card_order?: string[];
enable_proxy_guard?: boolean;
enable_bypass_check?: boolean;
use_default_bypass?: boolean;
@@ -861,12 +860,6 @@ interface IVergeConfig {
enable_external_controller?: boolean;
}
interface CardConfig {
id: string;
size: number;
enabled: boolean;
}
interface IWebDavFile {
filename: string;
href: string;