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