feat: OOBE新增入口页与PostgreSQL自动同步分流

This commit is contained in:
JSR
2026-03-19 18:16:40 +08:00
parent 62ae72a073
commit 8f68b972b5
3 changed files with 192 additions and 59 deletions
+13
View File
@@ -42,6 +42,19 @@
"step": "Step {{current}}/{{total}}",
"skip": "Skip",
"steps": {
"entry": {
"title": "Get Started",
"description": "Choose how you want to proceed",
"enterOobe": "Enter OOBE",
"connectPostgresAutoSync": "Connect PostgreSQL with Auto Sync",
"skipDirect": "Skip OOBE and Enter"
},
"postgresql": {
"title": "Connect PostgreSQL",
"description": "Enter a PostgreSQL connection string. The app will connect and auto-sync before entering.",
"connectionPlaceholder": "postgresql://user:password@host:port/database?sslmode=require",
"autoSyncAndEnter": "Connect, Auto Sync, and Enter"
},
"language": {
"title": "Select Language",
"description": "Choose your preferred interface language"