feat: add silent startup option to prevent window popup on launch (issue #708) (#713)

This commit is contained in:
funnytime
2026-01-26 10:54:59 +08:00
committed by GitHub
parent 3434dcb87c
commit a0ca8c2517
8 changed files with 41 additions and 1 deletions
+2
View File
@@ -162,6 +162,8 @@ export interface Settings {
skipClaudeOnboarding?: boolean;
// 是否开机自启
launchOnStartup?: boolean;
// 静默启动(程序启动时不显示主窗口)
silentStartup?: boolean;
// 首选语言(可选,默认中文)
language?: "en" | "zh" | "ja";