fix lint type error

This commit is contained in:
duanfuxiang
2025-04-24 20:41:32 +08:00
parent 0178a9b024
commit a722e2ca40
9 changed files with 166 additions and 138 deletions

View File

@@ -18,6 +18,7 @@ describe('parseSmartCopilotSettings', () => {
groqApiKey: '',
deepseekApiKey: '',
chatModelId: '',
collectedChatModels: [],
chatModelProvider: 'OpenRouter',
applyModelId: '',
applyModelProvider: 'OpenRouter',
@@ -198,6 +199,7 @@ describe('settings migration', () => {
geminiApiKey: '',
groqApiKey: '',
deepseekApiKey: '',
collectedChatModels: [],
chatModelId: '',
chatModelProvider: 'OpenRouter',
applyModelId: '',