1
0
Files

20 lines
149 B
Markdown

# 脚本
## 注意事项
- 需要安装 Node.js 和 NPM。
## 相关命令
初始化
```text
npm i
```
开始处理
```text
npm run start
```