docs: 📝 文档更新
This commit is contained in:
parent
2e8939f861
commit
057699d0ac
21
README.md
21
README.md
@ -77,14 +77,31 @@ pnpm lint:stylelint # 样式格式化
|
||||
pnpm cz # 规范提交(自动执行lint)
|
||||
```
|
||||
|
||||
开发模式配置远程服务器地址
|
||||
开发模式配置远程服务器地址:
|
||||
|
||||
根目录下新建 `.env.development.local` 文件
|
||||
|
||||
```bahs
|
||||
```bash
|
||||
VITE_API_URL = xxxxxxxxxxxxxxxxxxxxx
|
||||
```
|
||||
|
||||
## 🪼 项目发版
|
||||
|
||||
项目使用 `release-it` 进行发版
|
||||
|
||||
默认更新次版本号,如果想每次更新修订号,可执行 pnpm release patch
|
||||
|
||||
```bash
|
||||
# 更新主版本号
|
||||
pnpm release major
|
||||
|
||||
# 更新次版本号
|
||||
pnpm release minor
|
||||
|
||||
# 更新修订号
|
||||
pnpm release patch
|
||||
```
|
||||
|
||||
## 🧸 即将推出 (含 ruoyi-ai 接口联调)
|
||||
- [x] 会话管理
|
||||
- [x] 发送消息
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user