This commit is contained in:
gongxh
2025-06-04 23:10:59 +08:00
commit 0d9f048f39
18 changed files with 1538 additions and 0 deletions

11
Notes.md Normal file
View File

@@ -0,0 +1,11 @@
发布版本
```bash
npm publish --otp <code>
```
删除指定版本
```bash
npm unpublish kunpocc-behaviortree@1.0.23 --otp <code>
```