feat: 前后端+飞书全链路联调成功 - 创建项目自动发送飞书通知
Some checks failed
CI / lint-and-typecheck (push) Failing after 33s
CI / test (push) Has been skipped
CI / build (push) Has been skipped

This commit is contained in:
2026-04-12 02:08:02 +08:00
parent 28340b23c1
commit ab0154bcf9
4 changed files with 107 additions and 4 deletions

13
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "0.5.0",
"dependencies": {
"@arco-design/web-react": "^2.66.0",
"@hono/node-server": "^1.19.13",
"@larksuiteoapi/node-sdk": "^1.60.0",
"hono": "^4.7.0",
"react": "^18.3.0",
@@ -1020,6 +1021,18 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@hono/node-server": {
"version": "1.19.13",
"resolved": "https://registry.npmmirror.com/@hono/node-server/-/node-server-1.19.13.tgz",
"integrity": "sha512-TsQLe4i2gvoTtrHje625ngThGBySOgSK3Xo2XRYOdqGN1teR8+I7vchQC46uLJi8OF62YTYA3AhSpumtkhsaKQ==",
"license": "MIT",
"engines": {
"node": ">=18.14.1"
},
"peerDependencies": {
"hono": "^4"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmmirror.com/@humanfs/core/-/core-0.19.1.tgz",