feat: client auth — login/password flow, auto device reg, sync interval + improved sync UI

This commit is contained in:
2026-06-01 23:36:19 +08:00
parent 241a9d8c06
commit f8dc436709
4 changed files with 129 additions and 16 deletions
+1
View File
@@ -27,6 +27,7 @@ type SyncConfig struct {
APIKey string `yaml:"api_key"`
DeviceID string `yaml:"device_id"`
AutoSync bool `yaml:"auto_sync"`
SyncInterval int `yaml:"sync_interval"`
}
type BrowserConfig struct {