Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/PBH-BTN/pbh-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Sep 15, 2024
2 parents f842475 + fbf087a commit 71dbe7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/module/expression-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AviatorScript 支持如下返回值。不同的类型和值对应不同的行为

## 配置文件

```yaml
# 规则引擎,支持 AviatorScript 语言 - User script, support AviatorScript
# 提供在 PBH 上自行编程编写规则的能力 - Provide programming ability on PBH
expression-engine:
Expand Down Expand Up @@ -99,4 +100,5 @@ AviatorScript 支持如下返回值。不同的类型和值对应不同的行为
# 是否启用
enabled: true
# 封禁时间,单位:毫秒,使用 default 则跟随全局设置
ban-duration: default
ban-duration: default
```

0 comments on commit 71dbe7d

Please sign in to comment.