Update Amily2-optimization.html

This commit is contained in:
2026-01-12 23:36:31 +08:00
committed by GitHub
parent ad420586f8
commit 641ddfabf2

View File

@@ -103,6 +103,8 @@
<input type="text" id="amily2_plotOpt_concurrentModel" class="text_pole" placeholder="请先获取模型列表或手动输入">
<select id="amily2_plotOpt_concurrentModel_select" class="text_pole" style="display: none;"></select>
</div>
<label for="amily2_plotOpt_concurrentMaxTokens">最大 Tokens: <span id="amily2_plotOpt_concurrentMaxTokens_value">8100</span></label>
<input type="range" id="amily2_plotOpt_concurrentMaxTokens" min="100" max="100000" step="100" value="8100">
<div class="jqyh-button-row" style="grid-column: 1 / -1;">
<button id="amily2_plotOpt_concurrent_fetch_models" class="menu_button secondary" title="获取模型列表"><i class="fas fa-sync-alt"></i> 获取模型</button>
<button id="amily2_plotOpt_concurrent_test_connection" class="menu_button primary"><i class="fas fa-plug"></i> 测试连接</button>
@@ -222,11 +224,12 @@
</label>
</div>
<div class="control-block-with-switch">
<label for="amily2_opt_table_enabled">启用表格</label>
<label class="toggle-switch">
<input id="amily2_opt_table_enabled" type="checkbox" />
<span class="slider"></span>
</label>
<label for="amily2_opt_table_enabled">表格发送目标</label>
<select id="amily2_opt_table_enabled" class="text_pole">
<option value="disabled">不发送</option>
<option value="main">发送给主API</option>
<option value="concurrent">发送给并发API</option>
</select>
</div>
</fieldset>
<fieldset class="settings-group">