cut-abstractions/README.md
2025-06-24 14:45:53 +08:00

10 lines
180 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 生产接口协议
本项目使用typescript编写IDE推荐使用vscode。
### 编译与发布
更新 package.json 版本号
```shell
pnpm clean
pnpm build
pnpm release
```