fix: resolve compiler conflict in providers.ts, inline style in PrintableReport and implement mobile responsiveness

This commit is contained in:
2026-06-23 17:16:51 +00:00
parent d194dbf383
commit f14a8b0528
4 changed files with 7 additions and 10 deletions
-2
View File
@@ -1,5 +1,3 @@
import { AIProvider } from './providers';
export type AIProvider = 'gemini' | 'openai' | 'ollama' | 'openrouter';
export const OLLAMA_AUTO_DETECT_URLS = [