@@ -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 >
0 commit comments