Update Amily2-optimization.html

This commit is contained in:
2025-08-22 06:31:41 +08:00
committed by GitHub
parent 6cf18f5590
commit 9cca3c176a

View File

@@ -105,6 +105,15 @@
<small class="notes">开启后会将角色绑定的世界书内容作为参考信息发送给API。</small>
</div>
<div class="amily2_opt_settings_block">
<label for="amily2_opt_table_enabled">启用表格</label>
<label class="toggle-switch">
<input id="amily2_opt_table_enabled" type="checkbox" />
<span class="slider"></span>
</label>
<small class="notes">开启后会将表格系统的内容作为参考信息发送给API。</small>
</div>
<div class="amily2_opt_settings_block">
<label for="amily2_opt_context_limit">上下文条数: <span id="amily2_opt_context_limit_value">10</span></label>
<input type="range" id="amily2_opt_context_limit" min="1" max="50" step="1" value="10">