mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 18:15:50 +00:00
update input type to number
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
|
||||
<div class="amily2_opt_settings_block">
|
||||
<label for="table_worldbook_char_limit">世界书最大字符数: <span id="table_worldbook_char_limit_value">60000</span></label>
|
||||
<input type="range" id="table_worldbook_char_limit" min="1000" max="200000" step="1000" value="60000">
|
||||
<input type="number" class="text_pole" id="table_worldbook_char_limit" min="1000" max="200000" value="60000">
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
@@ -328,12 +328,12 @@
|
||||
|
||||
<div class="amily2_opt_settings_block" style="margin-bottom: 10px;">
|
||||
<label for="nccs-max-tokens">最大Token数: <span id="nccs-max-tokens-value">2000</span></label>
|
||||
<input type="range" id="nccs-max-tokens" min="100" max="100000" step="100" value="2000">
|
||||
<input type="number" class="text_pole" id="nccs-max-tokens" min="100" max="100000" value="2000">
|
||||
</div>
|
||||
|
||||
<div class="amily2_opt_settings_block" style="margin-bottom: 10px;">
|
||||
<label for="nccs-temperature">Temperature: <span id="nccs-temperature-value">0.7</span></label>
|
||||
<input type="range" id="nccs-temperature" min="0" max="2" step="0.1" value="0.7">
|
||||
<input type="number" class="text_pole" id="nccs-temperature" min="0" max="2" value="0.7">
|
||||
</div>
|
||||
|
||||
<div class="amily2_opt_settings_block" style="margin-bottom: 10px;">
|
||||
|
||||
Reference in New Issue
Block a user