优化审批工具
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Weiming
2026-06-27 11:15:59 +08:00
parent 4e924327ab
commit 9805857a60
4 changed files with 110 additions and 12 deletions

View File

@@ -28,7 +28,7 @@ node server.js
{
"projectId": "approval_of_design",
"port": 8080,
"host": "0.0.0.0",
"host": "127.0.0.1",
"label": "飞书审批配置服务"
}
```