fix(lark-msg): 修复变量定义错误
All checks were successful
/ release (push) Successful in 24s

This commit is contained in:
zhaoyingbo 2024-10-12 10:54:00 +00:00
parent b736abd395
commit f48a00cb41

View File

@ -6,7 +6,7 @@ import { baseErrorCard, basePendingCard, baseSuccessCard } from "./component"
type FunctionMap = Record<
string,
{ Xname: string; Xauthor: string; Xicon: string }
{ xName: string; xAuthor: string; xIcon: string }
>
type CardMap = Record<string, any>