Merge branch 'dev' into dev

This commit is contained in:
xuncha
2026-04-03 19:49:29 +08:00
committed by GitHub
23 changed files with 3495 additions and 1499 deletions

View File

@@ -45,6 +45,7 @@ interface ConfigSchema {
// 更新相关
ignoredUpdateVersion: string
updateChannel: 'auto' | 'stable' | 'preview' | 'dev'
// 通知
notificationEnabled: boolean
@@ -119,6 +120,7 @@ export class ConfigService {
authUseHello: false,
authHelloSecret: '',
ignoredUpdateVersion: '',
updateChannel: 'auto',
notificationEnabled: true,
notificationPosition: 'top-right',
notificationFilterMode: 'all',