upgrade: add LaansDole to the contributor list

fix: add instructions on using the make command to the Chinese README.
This commit is contained in:
Shu Yao 2026-02-07 18:59:00 +08:00
parent 5119d63817
commit 67530ae608
2 changed files with 32 additions and 0 deletions

View File

@ -120,6 +120,17 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
### ⚡️ 运行应用 ### ⚡️ 运行应用
#### 使用 Makefile推荐
**同时启动后端与前端**
```bash
make dev
```
> 然后访问 Web 控制台:**[http://localhost:5173](http://localhost:5173)**。
#### 手动命令
1. **启动后端** 1. **启动后端**
```bash ```bash
# 从项目根目录运行 # 从项目根目录运行
@ -140,6 +151,25 @@ ChatDev 已从一个专门的软件开发多智能体系统演变为一个全面
> * **后端**:启动时指定 `--port 6401` > * **后端**:启动时指定 `--port 6401`
> * **前端**:设置 `VITE_API_BASE_URL=http://localhost:6401` > * **前端**:设置 `VITE_API_BASE_URL=http://localhost:6401`
#### 常用命令
* **帮助命令**
```bash
make help
```
* **同步 YAML 工作流到前端**
```bash
make sync
```
`yaml_instance/` 中的所有工作流文件上传到数据库。
* **校验所有 YAML 工作流**
```bash
make validate-yamls
```
检查所有 YAML 文件的语法与 schema 错误。
### 🔑 配置 ### 🔑 配置
@ -252,6 +282,7 @@ if result.final_message:
<td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td> <td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td>
<td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td> <td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td>
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td> <td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
</table> </table>
## 🤝 致谢 ## 🤝 致谢

View File

@ -289,6 +289,7 @@ By contributing to DevAll, you'll be recognized in our **Contributors** list bel
<td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td> <td align="center"><a href="https://github.com/shiowen"><img src="https://github.com/shiowen.png?size=100" width="64px;" alt=""/><br /><sub><b>shiowen</b></sub></a></td>
<td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td> <td align="center"><a href="https://github.com/kilo2127"><img src="https://github.com/kilo2127.png?size=100" width="64px;" alt=""/><br /><sub><b>kilo2127</b></sub></a></td>
<td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td> <td align="center"><a href="https://github.com/AckerlyLau"><img src="https://github.com/AckerlyLau.png?size=100" width="64px;" alt=""/><br /><sub><b>AckerlyLau</b></sub></a></td>
<td align="center"><a href="https://github.com/LaansDole"><img src="https://github.com/LaansDole.png?size=100" width="64px;" alt=""/><br /><sub><b>LaansDole</b></sub></a></td>
</table> </table>
## 🤝 Acknowledgments ## 🤝 Acknowledgments