Skip to content

Commit

Permalink
add to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ftyszyx committed Aug 27, 2024
1 parent b6eeab5 commit d9d9ae9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,24 @@

1. 删除了一些没有用的接口。
2. 去掉了很多测试用例,感觉这些测试用例只是检查接口调用有没有异常,并不能真正的测试接口是否正确,有点鸡肋。后面有可能全部删除。

# 使用

安装依赖

···
npm install --build-from-source
···

打包

···
npm pack
···

上传 github

```
npm publish
```

0 comments on commit d9d9ae9

Please sign in to comment.