Merge pull request #521 from BeiChen-CN/main

feat: 支持自定义引用消息样式
This commit is contained in:
xuncha
2026-03-21 23:00:23 +08:00
committed by GitHub
6 changed files with 276 additions and 27 deletions

View File

@@ -53,6 +53,7 @@ interface ConfigSchema {
notificationFilterList: string[]
messagePushEnabled: boolean
windowCloseBehavior: 'ask' | 'tray' | 'quit'
quoteLayout: 'quote-top' | 'quote-bottom'
wordCloudExcludeWords: string[]
}
@@ -120,6 +121,7 @@ export class ConfigService {
notificationFilterList: [],
messagePushEnabled: false,
windowCloseBehavior: 'ask',
quoteLayout: 'quote-top',
wordCloudExcludeWords: []
}