feat: 8 AI providers, rich text editor, agent notifications, UI contrast & font settings
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m25s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m25s
- Add DeepSeek, OpenRouter, Mistral, Z.AI, LM Studio as AI providers with editable model names via Combobox in admin settings - Fix OpenRouter broken by normalizeProvider bug in config.ts - Convert agent-created notes from Markdown to HTML (TipTap rich text) - Add Notification model + in-app notifications for agent results - Agent notification click opens the created note directly - Add note count display on notebook and inbox headers - Fix checklist toggle in card view (persist state via localCheckItems) - Add checklist creation option in tabs/list view (dropdown on + button) - Fix image description ENOENT error with HTTP fallback - Improve UI contrast across all themes (input, border, checkbox visibility) - Add font family setting (Inter vs System Default) in Appearance settings - Fix CSS font-sans variable conflict (removed dead Geist references) - Update README with new features and 8 providers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -837,6 +837,11 @@
|
||||
"providerOllamaOption": "🦙 Ollama (Local & Free)",
|
||||
"providerOpenAIOption": "🤖 OpenAI (GPT-5, GPT-4)",
|
||||
"providerCustomOption": "🔧 Custom OpenAI-Compatible",
|
||||
"providerDeepSeekOption": "🔍 DeepSeek",
|
||||
"providerOpenRouterOption": "🌐 OpenRouter",
|
||||
"providerMistralOption": "🌀 Mistral AI",
|
||||
"providerZAIOption": "✨ Z.AI",
|
||||
"providerLMStudioOption": "🖥️ LM Studio (本地)",
|
||||
"bestValue": "最佳性价比",
|
||||
"bestQuality": "最佳质量",
|
||||
"saved": "(已保存)",
|
||||
@@ -1175,7 +1180,11 @@
|
||||
"notesViewLabel": "笔记布局",
|
||||
"notesViewTabs": "标签页(OneNote 风格)",
|
||||
"notesViewMasonry": "卡片(网格)",
|
||||
"selectTheme": "Select theme"
|
||||
"selectTheme": "Select theme",
|
||||
"fontFamilyLabel": "字体系列",
|
||||
"fontFamilyDescription": "选择应用程序中使用的字体",
|
||||
"selectFontFamily": "Inter 针对可读性进行了优化,系统使用您操作系统的原生字体",
|
||||
"fontSystem": "系统默认字体"
|
||||
},
|
||||
"generalSettings": {
|
||||
"title": "常规设置",
|
||||
|
||||
Reference in New Issue
Block a user