ant-design / pro-chat

🤖 Components Library for Quickly Building LLM Chat Interfaces.
https://pro-chat.antdigital.dev
MIT License
667 stars 83 forks source link

fix: userMeta设置backgroundColor 不生效的问题 #295

Closed fisher-zh closed 1 month ago

fisher-zh commented 1 month ago

userMeta 设置 backgroundColor 无效, 修改后支持从userMeta 获取 backgroundColor 的值来渲染

💻 变更类型 | Change Type

🔀 变更说明 | Description of Change

📝 补充信息 | Additional Information

ONLY-yours commented 1 month ago

不对,这个 Meta 属性不应该包含 bgcolor 的

ONLY-yours commented 1 month ago

我不小心合了,等会我 rollback 了

fisher-zh commented 1 month ago

不对,这个 Meta 属性不应该包含 bgcolor 的

我看这行代码有这个属性,这里是不支持吗?

const { avatar, title, backgroundColor, ...rest } = s.userMeta;