fix: parameter rule (#8064)

This commit is contained in:
crazywoola 2024-09-06 19:15:24 +08:00 committed by GitHub
parent 44f963f281
commit 900fd82a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).

View File

@ -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).