Skip to content

feat: optimize AIAgent components #561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liuxy0551
Copy link
Collaborator

@liuxy0551 liuxy0551 commented May 12, 2025

变更类型

请选择以下选项以描述 PR 的类型:

  • Bug 修复(修复现有问题)
  • 新功能(添加了一个功能)
  • 代码优化(性能改进、代码重构)
  • 文档更新
  • 单测新增或修改
  • 其他(请说明):

相关问题

  • 同步子产品的公共改动

变更内容

  • 其他细节优化

详细描述

对应 Previewer

@liuxy0551 liuxy0551 requested review from mortalYoung and LuckyFBB May 12, 2025 10:49
@liuxy0551 liuxy0551 marked this pull request as draft May 12, 2025 10:49
@liuxy0551 liuxy0551 force-pushed the feat_AIAgent branch 2 times, most recently from bf671a0 to 237f2fe Compare May 19, 2025 06:18
@liuxy0551 liuxy0551 marked this pull request as ready for review May 28, 2025 09:48
@@ -111,4 +111,7 @@
}
}
}
img {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不太建议这么写

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不太建议这么写

怎么说,有没有建议写法

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

@@ -48,6 +49,9 @@ export default memo(
hr() {
return <hr color="#ebecf0" className="dtc__aigc__markdown__hr" />;
},
img({ src, ...rest }) {
return <Image src={src} {...(rest as any)} />;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

用 rc 的吧

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants