placeholder_greater_than

placeholder_greater_than

变量符必须大于某个值才能满足该条件。

示例配置

- id: placeholder_greater_than
  args:
    placeholder: '%ecocrates_ancient_opens%' # 变量符,包括 % 符号
    value: 5 # 大于的值

Last updated