rule 的两种使用方式的差异
#5434
Replies: 1 comment
-
add_files 里应用 rules 是有限制的,如果你想执行 on_load/on_config 建议走 add_rules + set_extensions |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
add_files("", {rule = "my_rule"}
只会导致以下函数被调用
这种丢失 on_load / on_config 应该是个错误吧
add_rules("my_rule");
只会导致以下函数被调用
Beta Was this translation helpful? Give feedback.
All reactions