v0.14.12: SearXNG pageno pagination + max_results HTML mode UI

- SearXNG: pageno分页+URL去重+早退, 准确满足max_results
- SearXNG: HTML模式禁用单次结果数输入框+提示
- menu.ts: 关于对话框版本号同步
- 版本号0.14.12
This commit is contained in:
紫影233
2026-07-10 12:55:51 +08:00
parent e3b44a0357
commit c824562f68
7 changed files with 137 additions and 60 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ export function createMenu(): void {
dialog.showMessageBox(mainWindow!, {
type: 'info',
title: '关于 Metona Ollama',
message: 'Metona Ollama Desktop v0.14.11',
message: 'Metona Ollama Desktop v0.14.12',
detail: 'TypeScript + Electron Ollama AI 聊天客户端\n\nhttps://gitee.com/thzxx/metona-ollama',
icon: getIconPath()
});