Files
Starlight_Lancher/.agents/skills/lark-im/references/card/components/person.md

907 B
Raw Blame History

人员 person

展示单个用户的头像/姓名,点击可看名片。Card 2.0

最小示例

{
  "tag": "person",
  "user_id": "ou_xxx",
  "show_name": true
}

字段

字段 必填 类型 默认 说明
tag String / 固定 person
user_id String / 人员 ID支持 open_id / union_id / user_id
size String medium extra_small / small / medium / large
show_avatar Boolean true 是否显示头像
show_name Boolean false 是否显示姓名
style String normal normal / capsule(胶囊)
margin String 0 外边距 [-99,99]px
element_id String / 唯一标识,字母开头 ≤20 字符

易错点

  • 发卡应用需有访问用户 ID 的权限,否则人员信息无法展示。