aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/docs/Standard/what-is-rule-package.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/Standard/what-is-rule-package.md b/docs/docs/Standard/what-is-rule-package.md
index b7788db5..f7f95eed 100644
--- a/docs/docs/Standard/what-is-rule-package.md
+++ b/docs/docs/Standard/what-is-rule-package.md
@@ -17,6 +17,7 @@ class MyRule(Rule):
name属性是必须实现的属性之一,用来定义这个规则包的名字
priority是可选实现的属性之一,默认0
"""
+
name = "我的自定义规则包"
priority = 0 # 优先级