mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 12:25:51 +00:00
Add files via upload
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
<div class="auth-code-input">
|
||||
<input type="password" id="amily2_auth_code" placeholder="输入授权码..."><button id="auth_submit">验证</button>
|
||||
</div>
|
||||
<div class="auth-daily-code">
|
||||
<span>今日授权码:</span>
|
||||
<span id="amily2_daily_code_display" class="daily-code">正在生成...</span>
|
||||
<button id="amily2_copy_daily_code" class="copy-button" title="复制授权码"><i class="fas fa-copy"></i></button>
|
||||
</div>
|
||||
<div class="auth-footer">授权码请联系开发者获取,完全免费,禁止商用。但目前不是很想发联系方式啊等等再说吧。</div>
|
||||
</div>
|
||||
|
||||
@@ -18,7 +23,9 @@
|
||||
|
||||
|
||||
<div class="amily2-header">
|
||||
<!-- 左侧垂直布局容器 -->
|
||||
<div class="header-left-panel">
|
||||
<!-- 主开关 -->
|
||||
<div class="main-toggle amily2_settings_block">
|
||||
<label for="amily2_enabled" class="main-toggle-label"><strong>启动Amily2号</strong></label>
|
||||
<label class="toggle-switch">
|
||||
@@ -27,13 +34,15 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<!-- 翰林院入口 -->
|
||||
<div class="rag-palace-entry-container">
|
||||
<button id="amily2_open_rag_palace" class="secret-chamber-button interactable">
|
||||
<i class="fas fa-brain"></i> 翰林院
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- 左侧容器结束 -->
|
||||
|
||||
<!-- 右侧操作按钮组 -->
|
||||
<div class="header-actions-group">
|
||||
<div class="update-section">
|
||||
<button id="amily2_update_button" class="menu_button small_button interactable" title="查看更新日志">
|
||||
@@ -79,7 +88,7 @@
|
||||
<div class="amily2_settings_block">
|
||||
<label for="amily2_optimization_target_tag">御定优化标签</label>
|
||||
<input id="amily2_optimization_target_tag" type="text" class="text_pole" placeholder="例如: content, 正文" />
|
||||
<small class="notes">指定Amily2号精准优化的唯一XML标签名。若留空或未找到,将优化全文。</small>
|
||||
<small class="notes">指定Amily2号精准优化的唯一XML标签名。若留空或未找到,则不执行优化。</small>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user