mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 04:15:51 +00:00
页面调整
This commit is contained in:
@@ -139,14 +139,6 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="amily2_settings_block">
|
|
||||||
<label for="amily2_ngms_fakestream_enabled">启用 Fake Stream (防超时)</label>
|
|
||||||
<label class="toggle-switch">
|
|
||||||
<input id="amily2_ngms_fakestream_enabled" type="checkbox" />
|
|
||||||
<span class="slider"></span>
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="amily2_settings_block" id="amily2_ngms_content" style="display: none;">
|
<div class="amily2_settings_block" id="amily2_ngms_content" style="display: none;">
|
||||||
<div class="control-group">
|
<div class="control-group">
|
||||||
<label for="amily2_ngms_api_mode">API调用模式:</label>
|
<label for="amily2_ngms_api_mode">API调用模式:</label>
|
||||||
@@ -198,6 +190,11 @@
|
|||||||
<input type="range" id="amily2_ngms_temperature" min="0" max="2" step="0.1" value="0.7" />
|
<input type="range" id="amily2_ngms_temperature" min="0" max="2" step="0.1" value="0.7" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="control-group" style="display: flex; align-items: center; gap: 10px;">
|
||||||
|
<label for="amily2_ngms_fakestream_enabled" style="margin-bottom: 0;">启用流式支持 (防超时)</label>
|
||||||
|
<input type="checkbox" id="amily2_ngms_fakestream_enabled" style="width: auto;" />
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- 测试按钮组 - 水平排列 -->
|
<!-- 测试按钮组 - 水平排列 -->
|
||||||
<div class="ngms-button-row" style="display: flex; gap: 10px; justify-content: center; margin-top: 15px;">
|
<div class="ngms-button-row" style="display: flex; gap: 10px; justify-content: center; margin-top: 15px;">
|
||||||
<button id="amily2_ngms_test_connection" class="menu_button primary small_button interactable">
|
<button id="amily2_ngms_test_connection" class="menu_button primary small_button interactable">
|
||||||
|
|||||||
Reference in New Issue
Block a user