Modify move NameConditions, ModifierRules to finder/base/rules and renamed and replace them with a new method of use

This commit is contained in:
2022-09-15 02:21:08 +08:00
parent f48b5b71a7
commit a9e5c0780f
24 changed files with 600 additions and 1289 deletions

View File

@@ -0,0 +1,23 @@
## NameRules *- class*
```kotlin
class NameRules private constructor()
```
**变更记录**
`v1.0.88` `新增`
`v1.0.93` `修改`
`NameConditions` 更名为 `NameRules`
作为 lambda 整体判断条件使用
移动到 base 包名
私有化构造方法
**功能描述**
!> 新的功能已转移到新文档,这里仅保留文字说明记录。