feat(lark-msg): 新增卡片属性
This commit is contained in:
parent
056d51f5a7
commit
d75ca80cc3
@ -1,6 +1,9 @@
|
|||||||
import { cardComponent } from "@egg/lark-msg-tool"
|
import { cardComponent } from "@egg/lark-msg-tool"
|
||||||
|
|
||||||
const functionSelector = {
|
const functionSelector = {
|
||||||
|
config: {
|
||||||
|
update_multi: true,
|
||||||
|
},
|
||||||
elements: [
|
elements: [
|
||||||
{
|
{
|
||||||
tag: "markdown",
|
tag: "markdown",
|
||||||
@ -33,6 +36,9 @@ const functionSelector = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const timeScopeSelector = {
|
const timeScopeSelector = {
|
||||||
|
config: {
|
||||||
|
update_multi: true,
|
||||||
|
},
|
||||||
elements: [
|
elements: [
|
||||||
{
|
{
|
||||||
tag: "markdown",
|
tag: "markdown",
|
||||||
@ -104,6 +110,9 @@ const timeScopeSelector = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const resultReport = {
|
const resultReport = {
|
||||||
|
config: {
|
||||||
|
update_multi: true,
|
||||||
|
},
|
||||||
elements: [
|
elements: [
|
||||||
{
|
{
|
||||||
tag: "markdown",
|
tag: "markdown",
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dotenvx/dotenvx": "^1.19.2",
|
"@dotenvx/dotenvx": "^1.19.2",
|
||||||
"@egg/hooks": "^1.2.0",
|
"@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/logger": "^1.4.4",
|
||||||
"@egg/net-tool": "^1.9.2",
|
"@egg/net-tool": "^1.9.2",
|
||||||
"@egg/path-tool": "^1.4.1",
|
"@egg/path-tool": "^1.4.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user