fix(lark-msg): 修复飞书卡片继承错误
All checks were successful
/ release (push) Successful in 26s

This commit is contained in:
zhaoyingbo 2024-10-17 01:41:29 +00:00
parent fda12dd90b
commit 9e08f296ba

View File

@ -56,10 +56,10 @@ class LarkCard<
this.stringify = stringify
}
child(func: string, stringify: boolean = true) {
child(func: string, stringify: boolean) {
return new LarkCard(
func,
stringify,
stringify || this.stringify,
this.requestId,
this.cardMap,
this.tempMap,