mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Refine memory LLM preset layout
This commit is contained in:
56
panel.html
56
panel.html
@@ -578,33 +578,35 @@
|
||||
>
|
||||
<option value="">-- 手动模式 --</option>
|
||||
</select>
|
||||
<button
|
||||
id="bme-llm-preset-save"
|
||||
class="bme-config-secondary-btn"
|
||||
title="覆盖保存当前模板"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-floppy-disk"></i>
|
||||
<span>保存</span>
|
||||
</button>
|
||||
<button
|
||||
id="bme-llm-preset-save-as"
|
||||
class="bme-config-secondary-btn"
|
||||
title="另存为新模板"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-file-circle-plus"></i>
|
||||
<span>另存为</span>
|
||||
</button>
|
||||
<button
|
||||
id="bme-llm-preset-delete"
|
||||
class="bme-config-secondary-btn"
|
||||
title="删除当前模板"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-trash-can"></i>
|
||||
<span>删除</span>
|
||||
</button>
|
||||
<div class="bme-llm-preset-actions">
|
||||
<button
|
||||
id="bme-llm-preset-save"
|
||||
class="bme-config-secondary-btn"
|
||||
title="覆盖保存当前模板"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-floppy-disk"></i>
|
||||
<span>保存</span>
|
||||
</button>
|
||||
<button
|
||||
id="bme-llm-preset-save-as"
|
||||
class="bme-config-secondary-btn"
|
||||
title="另存为新模板"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-file-circle-plus"></i>
|
||||
<span>另存为</span>
|
||||
</button>
|
||||
<button
|
||||
id="bme-llm-preset-delete"
|
||||
class="bme-config-secondary-btn"
|
||||
title="删除当前模板"
|
||||
type="button"
|
||||
>
|
||||
<i class="fa-solid fa-trash-can"></i>
|
||||
<span>删除</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bme-config-row">
|
||||
|
||||
Reference in New Issue
Block a user