Merge branch 'hicccc77:main' into main

This commit is contained in:
Jason
2026-04-13 23:02:10 +08:00
committed by GitHub
23 changed files with 3816 additions and 688 deletions

View File

@@ -71,6 +71,7 @@ interface ConfigSchema {
quoteLayout: 'quote-top' | 'quote-bottom'
wordCloudExcludeWords: string[]
exportWriteLayout: 'A' | 'B' | 'C'
exportAutomationTaskMap: Record<string, unknown>
// AI 见解
aiModelApiBaseUrl: string
@@ -189,6 +190,7 @@ export class ConfigService {
quoteLayout: 'quote-top',
wordCloudExcludeWords: [],
exportWriteLayout: 'A',
exportAutomationTaskMap: {},
aiModelApiBaseUrl: '',
aiModelApiKey: '',
aiModelApiModel: 'gpt-4o-mini',