fix: parameter rule (#8064)

pull/8065/head
crazywoola 2 years ago committed by GitHub
parent 44f963f281
commit 900fd82a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).

@ -27,7 +27,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).

@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).

@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).

@ -26,7 +26,7 @@ parameter_rules:
type: int
default: 4
min: 1
max: 6
max: 10
help:
zh_Hans: 从 k 个候选中随机选择一个(非等概率)。
en_US: Randomly select one from k candidates (non-equal probability).

Loading…
Cancel
Save