mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-13 20:03:44 +08:00
chore: update copy
This commit is contained in:
@@ -371,7 +371,7 @@ const OperationSetting = () => {
|
||||
value={inputs.ChannelDisableThreshold}
|
||||
onChange={handleInputChange}
|
||||
label="最长响应时间"
|
||||
placeholder="单位秒,当运行通道全部测试时,超过此时间将自动禁用通道"
|
||||
placeholder="单位秒,当运行渠道全部测试时,超过此时间将自动禁用渠道"
|
||||
disabled={loading}
|
||||
/>
|
||||
</FormControl>
|
||||
@@ -392,7 +392,7 @@ const OperationSetting = () => {
|
||||
</FormControl>
|
||||
</Stack>
|
||||
<FormControlLabel
|
||||
label="失败时自动禁用通道"
|
||||
label="失败时自动禁用渠道"
|
||||
control={
|
||||
<Checkbox
|
||||
checked={inputs.AutomaticDisableChannelEnabled === "true"}
|
||||
@@ -402,7 +402,7 @@ const OperationSetting = () => {
|
||||
}
|
||||
/>
|
||||
<FormControlLabel
|
||||
label="成功时自动启用通道"
|
||||
label="成功时自动启用渠道"
|
||||
control={
|
||||
<Checkbox
|
||||
checked={inputs.AutomaticEnableChannelEnabled === "true"}
|
||||
|
||||
Reference in New Issue
Block a user