mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 10:45:47 +08:00
Modify move NameConditions, ModifierRules to finder/base/rules and renamed and replace them with a new method of use
This commit is contained in:
23
docs/api/public/NameRules.md
Normal file
23
docs/api/public/NameRules.md
Normal file
@@ -0,0 +1,23 @@
|
||||
## NameRules *- class*
|
||||
|
||||
```kotlin
|
||||
class NameRules private constructor()
|
||||
```
|
||||
|
||||
**变更记录**
|
||||
|
||||
`v1.0.88` `新增`
|
||||
|
||||
`v1.0.93` `修改`
|
||||
|
||||
`NameConditions` 更名为 `NameRules`
|
||||
|
||||
作为 lambda 整体判断条件使用
|
||||
|
||||
移动到 base 包名
|
||||
|
||||
私有化构造方法
|
||||
|
||||
**功能描述**
|
||||
|
||||
!> 新的功能已转移到新文档,这里仅保留文字说明记录。
|
Reference in New Issue
Block a user