mirror of
https://github.com/Wx-2025/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 15:05:51 +00:00
Update amily2-modal.html
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
gap: 0px;
|
||||
}
|
||||
.side-button {
|
||||
writing-mode: vertical-rl; /* 【V59.0】恢复垂直模式 */
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: mixed;
|
||||
height: 140px;
|
||||
width: 50px;
|
||||
@@ -182,7 +182,7 @@
|
||||
<input id="amily2_optimization_enabled" type="checkbox" />
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
<small class="notes">核心处理开关</small>
|
||||
<small class="notes">正文优化功能开关</small>
|
||||
</div>
|
||||
<div class="amily2_settings_block">
|
||||
<label for="amily2_optimization_exclusion_enabled">内容排除</label>
|
||||
@@ -190,7 +190,7 @@
|
||||
<input id="amily2_optimization_exclusion_enabled" type="checkbox" />
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
<small class="notes">点击开关可直接编辑规则</small>
|
||||
<small class="notes">正文优化排除开关</small>
|
||||
</div>
|
||||
<div class="amily2_settings_block">
|
||||
<label for="amily2_greeting_optimization_enabled">暂未完成</label>
|
||||
@@ -198,7 +198,7 @@
|
||||
<input id="amily2_greeting_optimization_enabled" type="checkbox" disabled />
|
||||
<span class="slider"></span>
|
||||
</label>
|
||||
<small class="notes">该功能正在重构,暂不可用。</small>
|
||||
<small class="notes">当前功能正在重构</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -407,8 +407,8 @@
|
||||
<button id="amily2_restore_colors" class="menu_button small_button">默认</button>
|
||||
</div>
|
||||
<div class="amily2_settings_block">
|
||||
<label for="amily2_bg_opacity">背景透明度: <span id="amily2_bg_opacity_value">0.1</span></label>
|
||||
<input type="range" id="amily2_bg_opacity" min="0" max="1" step="0.01" value="0.1">
|
||||
<label for="amily2_bg_opacity">背景透明度: <span id="amily2_bg_opacity_value">0</span></label>
|
||||
<input type="range" id="amily2_bg_opacity" min="0" max="1" step="0.01" value="0">
|
||||
</div>
|
||||
<div class="amily2_settings_block">
|
||||
<label>自定义背景图:</label>
|
||||
@@ -453,4 +453,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user