Skip to content

Commit 6b3863e

Browse files
committed
修正配置显示
1 parent e0ae003 commit 6b3863e

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

front/control_panel.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2031,27 +2031,27 @@ <h4>自动封禁配置</h4>
20312031
</div>
20322032

20332033
<div class="config-group">
2034-
<h4>429重试配置</h4>
2034+
<h4>重试配置</h4>
20352035

20362036
<div class="form-group">
20372037
<label>
20382038
<input type="checkbox" id="retry429Enabled" class="config-checkbox" />
2039-
启用429重试
2039+
启用错误重试
20402040
</label>
2041-
<small class="config-note">遇到429错误时自动重试</small>
2041+
<small class="config-note">遇到错误时自动重试</small>
20422042
</div>
20432043

20442044
<div class="form-group">
2045-
<label for="retry429MaxRetries">429重试次数:</label>
2045+
<label for="retry429MaxRetries">错误重试次数:</label>
20462046
<input type="number" id="retry429MaxRetries" class="config-input" min="1" max="50" />
2047-
<small class="config-note">遇到429错误时的最大重试次数</small>
2047+
<small class="config-note">遇到错误时的最大重试次数</small>
20482048
</div>
20492049

20502050
<div class="form-group">
2051-
<label for="retry429Interval">429重试间隔(秒):</label>
2051+
<label for="retry429Interval">错误重试间隔(秒):</label>
20522052
<input type="number" id="retry429Interval" class="config-input" min="0.01" max="10"
20532053
step="0.01" />
2054-
<small class="config-note">遇到429错误时每两次重试间的等待时间</small>
2054+
<small class="config-note">遇到错误时每两次重试间的等待时间</small>
20552055
</div>
20562056
</div>
20572057

@@ -2134,7 +2134,7 @@ <h4>配置热更新说明</h4>
21342134
<strong>🔥 热更新配置(立即生效):</strong>
21352135
<ul style="margin: 8px 0; padding-left: 20px; color: #212529;">
21362136
<li><strong>网络配置:</strong>代理设置、端点配置、HTTP超时时间、最大连接数</li>
2137-
<li><strong>API配置:</strong>凭证轮换次数、429重试设置、自动封禁配置</li>
2137+
<li><strong>API配置:</strong>凭证轮换次数、错误重试设置、自动封禁配置</li>
21382138
<li><strong>密码配置:</strong>API密码、控制面板密码、通用密码</li>
21392139
<li><strong>功能配置:</strong>抗截断最大重试次数</li>
21402140
</ul>

front/control_panel_mobile.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1761,29 +1761,29 @@ <h4 style="margin-top: 0; margin-bottom: 15px;">自动封禁配置</h4>
17611761
</div>
17621762

17631763
<div class="card">
1764-
<h4 style="margin-top: 0; margin-bottom: 15px;">429重试配置</h4>
1764+
<h4 style="margin-top: 0; margin-bottom: 15px;">错误重试配置</h4>
17651765

17661766
<div class="form-group">
17671767
<label style="display: flex; align-items: center; cursor: pointer;">
17681768
<input type="checkbox" id="retry429Enabled" style="margin-right: 8px;" />
1769-
启用429重试
1769+
启用错误重试
17701770
</label>
17711771
<small
1772-
style="display: block; color: #666; font-size: 12px; margin-top: 5px;">遇到429错误时自动重试</small>
1772+
style="display: block; color: #666; font-size: 12px; margin-top: 5px;">遇到错误时自动重试</small>
17731773
</div>
17741774

17751775
<div class="form-group">
1776-
<label for="retry429MaxRetries">429重试次数:</label>
1776+
<label for="retry429MaxRetries">错误重试次数:</label>
17771777
<input type="number" id="retry429MaxRetries" min="1" max="50" />
17781778
<small
1779-
style="display: block; color: #666; font-size: 12px; margin-top: 5px;">遇到429错误时的最大重试次数</small>
1779+
style="display: block; color: #666; font-size: 12px; margin-top: 5px;">遇到错误时的最大重试次数</small>
17801780
</div>
17811781

17821782
<div class="form-group">
1783-
<label for="retry429Interval">429重试间隔(秒):</label>
1783+
<label for="retry429Interval">错误重试间隔(秒):</label>
17841784
<input type="number" id="retry429Interval" min="0.01" max="10" step="0.01" />
17851785
<small
1786-
style="display: block; color: #666; font-size: 12px; margin-top: 5px;">遇到429错误时每两次重试间的等待时间</small>
1786+
style="display: block; color: #666; font-size: 12px; margin-top: 5px;">遇到错误时每两次重试间的等待时间</small>
17871787
</div>
17881788
</div>
17891789

0 commit comments

Comments
 (0)