feat: v0.16.16 — 稳定性增强 + 性能优化 + 体验补全
This commit is contained in:
+15
-1
@@ -28,7 +28,7 @@
|
||||
<div class="header-left">
|
||||
<img class="logo" src="./assets/icons/llama.png" alt="logo" />
|
||||
<span class="app-title">Metona Ollama</span>
|
||||
<span class="app-version">v0.16.15</span>
|
||||
<span class="app-version">v0.16.16</span>
|
||||
<button class="icon-btn help-btn" id="btnHelp" title="使用帮助">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"/>
|
||||
@@ -46,6 +46,11 @@
|
||||
<line x1="12" y1="5" x2="12" y2="19"/><line x1="5" y1="12" x2="19" y2="12"/>
|
||||
</svg>
|
||||
</button>
|
||||
<button class="icon-btn" id="btnSearch" title="对话内搜索 (Ctrl+F)">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/>
|
||||
</svg>
|
||||
</button>
|
||||
<button class="icon-btn" id="btnMemory" title="Agent 记忆">
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
|
||||
<path d="M12 2a7 7 0 0 1 7 7c0 2.38-1.19 4.47-3 5.74V17a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1v-2.26C6.19 13.47 5 11.38 5 9a7 7 0 0 1 7-7z"/>
|
||||
@@ -81,6 +86,15 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<!-- ═══════════════ 对话内搜索条 ═══════════════ -->
|
||||
<div class="search-bar" id="searchBar" style="display:none;">
|
||||
<input type="text" id="searchInput" placeholder="搜索对话内容..." autocomplete="off" />
|
||||
<span class="search-count" id="searchCount"></span>
|
||||
<button class="search-nav-btn" id="searchPrev" title="上一个">▲</button>
|
||||
<button class="search-nav-btn" id="searchNext" title="下一个">▼</button>
|
||||
<button class="search-close-btn" id="searchClose" title="关闭">✕</button>
|
||||
</div>
|
||||
|
||||
<!-- ═══════════════ 模型选择栏 ═══════════════ -->
|
||||
<div class="model-bar">
|
||||
<div class="model-bar-icon">
|
||||
|
||||
Reference in New Issue
Block a user