chore(lark-msg): 修改变量名
All checks were successful
/ release (push) Successful in 26s

This commit is contained in:
zhaoyingbo 2024-10-12 03:15:32 +00:00
parent a203384c2e
commit bce2c085df
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import LarkBody from "./Body"
import LarkCard from "./Card"
import * as CardComponent from "./Card/component"
import LarkBody from "./larkBody"
import LarkCard from "./larkCard"
import * as cardComponent from "./larkCard/component"
import { LarkAction, LarkEvent } from "./types"
/**
@ -16,4 +16,4 @@ export const genCardOptions = (options: Record<string, string>) => {
}))
}
export { CardComponent, LarkAction, LarkBody, LarkCard, LarkEvent }
export { cardComponent, LarkAction, LarkBody, LarkCard, LarkEvent }