(fontSize: Settings['fontSize'])
| 277 | // ==================== 基础设置 ==================== |
| 278 | |
| 279 | export function setFontSize(fontSize: Settings['fontSize']): void { |
| 280 | stores.settings.setFontSize(fontSize) |
| 281 | } |
| 282 | |
| 283 | export function setDefaultLLMId(id: string | undefined): void { |
| 284 | stores.settings.setDefaultLLMId(id) |
nothing calls this directly
no test coverage detected