新增渠道更新

This commit is contained in:
cc
2026-04-02 22:14:46 +08:00
parent 4a13d3209b
commit 54ed35ffb3
8 changed files with 794 additions and 39 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',