feat(lark-msg): 新增卡片属性
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 47s
Egg Server CI/CD / refresh-image (push) Successful in 13s
Egg Server CI/CD / fast-deploy (push) Successful in 2s

This commit is contained in:
zhaoyingbo 2024-10-15 01:42:56 +00:00
parent 056d51f5a7
commit d75ca80cc3
3 changed files with 10 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,6 +1,9 @@
import { cardComponent } from "@egg/lark-msg-tool"
const functionSelector = {
config: {
update_multi: true,
},
elements: [
{
tag: "markdown",
@ -33,6 +36,9 @@ const functionSelector = {
}
const timeScopeSelector = {
config: {
update_multi: true,
},
elements: [
{
tag: "markdown",
@ -104,6 +110,9 @@ const timeScopeSelector = {
}
const resultReport = {
config: {
update_multi: true,
},
elements: [
{
tag: "markdown",

View File

@ -36,7 +36,7 @@
"dependencies": {
"@dotenvx/dotenvx": "^1.19.2",
"@egg/hooks": "^1.2.0",
"@egg/lark-msg-tool": "^1.8.0",
"@egg/lark-msg-tool": "^1.9.0",
"@egg/logger": "^1.4.4",
"@egg/net-tool": "^1.9.2",
"@egg/path-tool": "^1.4.1",