mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 15:05:51 +00:00
Update Memorisation-forms.html
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-width: 0;
|
min-width: 0; /* Prevents flex items from overflowing */
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable-container {
|
.scrollable-container {
|
||||||
@@ -152,6 +152,7 @@
|
|||||||
|
|
||||||
<div id="table_worldbook_select_wrapper" style="display: none;">
|
<div id="table_worldbook_select_wrapper" style="display: none;">
|
||||||
<div class="worldbook-selection-container">
|
<div class="worldbook-selection-container">
|
||||||
|
<!-- World Book List Column -->
|
||||||
<div class="worldbook-column">
|
<div class="worldbook-column">
|
||||||
<div class="amily2_opt_label_with_button_wrapper">
|
<div class="amily2_opt_label_with_button_wrapper">
|
||||||
<label>选择世界书 (可多选)</label>
|
<label>选择世界书 (可多选)</label>
|
||||||
@@ -169,6 +170,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- World Book Entry List Column -->
|
||||||
<div class="worldbook-column" style="margin-top: 10px;">
|
<div class="worldbook-column" style="margin-top: 10px;">
|
||||||
<label>选择条目 (可多选)</label>
|
<label>选择条目 (可多选)</label>
|
||||||
<div class="table-search-wrapper">
|
<div class="table-search-wrapper">
|
||||||
@@ -199,6 +201,13 @@
|
|||||||
<span class="slider"></span>
|
<span class="slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="control-block-with-switch" style="margin-bottom: 10px;">
|
||||||
|
<label for="context-optimization-enabled-toggle">启用上下文优化 (合并世界书)</label>
|
||||||
|
<label class="toggle-switch">
|
||||||
|
<input type="checkbox" id="context-optimization-enabled" data-setting-key="context_optimization_enabled" data-type="boolean">
|
||||||
|
<span class="slider"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
<div class="control-block-with-switch" style="margin-bottom: 10px;">
|
<div class="control-block-with-switch" style="margin-bottom: 10px;">
|
||||||
<label>填表模式</label>
|
<label>填表模式</label>
|
||||||
<div class="radio-group">
|
<div class="radio-group">
|
||||||
@@ -218,6 +227,13 @@
|
|||||||
<small class="notes" style="margin-top: 5px; display: block;">默认使用微言录的标签提取与内容排除规则。</small>
|
<small class="notes" style="margin-top: 5px; display: block;">默认使用微言录的标签提取与内容排除规则。</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 分步填表延迟滑块 - 仅在分步模式下显示 -->
|
||||||
|
<div id="secondary-filler-delay-container" class="control-block-with-switch" style="margin-bottom: 10px; display: none;">
|
||||||
|
<label for="secondary-filler-delay-slider">填表延迟 (楼层): <span id="secondary-filler-delay-value">0</span></label>
|
||||||
|
<input type="range" id="secondary-filler-delay-slider" min="0" max="10" step="1" value="0" class="text_pole" style="width: 100%; margin-top: 5px;">
|
||||||
|
<small class="notes" style="margin-top: 5px; display: block;">设置延迟多少楼层后才进行填表(防并发冲突、超级记忆功能专用,默认为0)。</small>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="table-independent-rules-container" class="control-block-with-switch" style="margin-bottom: 10px; display: none; flex-direction: column; align-items: flex-start; gap: 8px;">
|
<div id="table-independent-rules-container" class="control-block-with-switch" style="margin-bottom: 10px; display: none; flex-direction: column; align-items: flex-start; gap: 8px;">
|
||||||
<div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
|
<div style="display: flex; justify-content: space-between; align-items: center; width: 100%;">
|
||||||
<label for="table-independent-rules-enabled">启用独立提取规则</label>
|
<label for="table-independent-rules-enabled">启用独立提取规则</label>
|
||||||
@@ -379,4 +395,3 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
</html>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user