添加检索功能接口 #35

This commit is contained in:
OLDREDSTONE
2025-11-01 18:00:52 +08:00
parent f588b3ce92
commit 7a2e16d714
3 changed files with 68 additions and 0 deletions
+5
View File
@@ -90,6 +90,11 @@
`排位顺序`:同一时间设置多个自定义方法时,你可能需要让这些事件按一定顺序生效,这个时候就需要设置这个参数了。这个参数支持负数,数字越小,事件越早生效。
## 快捷查询
<div class="custommethods-search">
</div>
## 我知道你还想问什么
你也许会有这种疑问:为什么官方要设置一个“调用自定义方法”,像写代码一样完成一些明明是很成熟的功能和特效?为什么不把它们也做成普通的事件直接添加就好了?