fix: 自我头像无法愉悦

This commit is contained in:
CrescentLeaf
2025-12-07 00:29:57 +08:00
parent f4a9cc9cda
commit bd49edb586

View File

@@ -28,5 +28,5 @@ export default function AvatarMySelf({
}) })
}) })
return <Avatar avatarRef={avatarRef} {...props} {...args}></Avatar> return <Avatar avatarRef={avatarRef} {...props} text={args.text} src={args.src}></Avatar>
} }