feat: Add Help System, Local File Operations, Site Manager improvements, and UI refinements

This commit is contained in:
backuppc
2026-01-19 13:34:14 +09:00
parent c485f411b3
commit 5fd84a7ff1
7 changed files with 1105 additions and 746 deletions

View File

@@ -44,4 +44,5 @@ export interface SiteConfig {
user: string;
pass?: string; // Optional for security
passiveMode?: boolean;
initialPath?: string;
}