feat: Enable Feishu file and image uploads via webhook, supporting multipart requests and introducing a new alert sending UI component.

This commit is contained in:
2026-02-09 14:57:59 +08:00
parent 5dc5c330ca
commit 0bdd4f4213
11 changed files with 750 additions and 281 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@alertmessagecenter/web",
"version": "1.4.0",
"version": "1.5.0",
"type": "module",
"scripts": {
"dev": "bun run --env-file .env vite",
@@ -29,4 +29,4 @@
"@types/node": "^20.0.0",
"bun-types": "latest"
}
}
}