Skip to content

Conversation

@YyumeiZhang
Copy link
Collaborator

中文模板 / Chinese Template

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Test Case
  • TypeScript definition update
  • Document improve
  • CI/CD improve
  • Branch sync
  • Other, please describe:

PR description

Fixes #

Changelog

🇨🇳 Chinese

  • Feat: 新增 AI Token,AI Icon, floatButton,Feedback,Tag/Button 新增加 colorful API

🇺🇸 English

  • Feat: Added AI Token, AI Icon, floatButton, Feedback, Tag/Button and added colorful API

Checklist

  • Test or no need
  • Document or no need
  • Changelog or no need

Other

  • Skip Changelog

Additional information

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 8, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit f2f3109:

Sandbox Source
pr-story Configuration

@YannLynn YannLynn self-requested a review August 11, 2025 03:13
$color-button_primary_borderless-text-default: var(--semi-color-primary); // 主要按钮无边框文字颜色

$color-button_primary_solid_colorful-bg-default: var(--semi-color-ai-general); // colorful 主要按钮背景颜色 - 深色主题
$color-button_primary_solid_colorful-bg-hover: var(--semi-color-ai-general-hover); // colorful 主要按钮背景颜色 - 深色主题 - 悬浮
Copy link
Collaborator

Choose a reason for hiding this comment

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

和设计师确认一下有无 active 态,目前普通的按钮是 default / hover / active 三种状态都有的

break;
}
if (show) {
return <p className={`${prefixCls}-thank-text`}>🎉 Thank you for your feedback!</p>;
Copy link
Collaborator

@YannLynn YannLynn Aug 11, 2025

Choose a reason for hiding this comment

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

这块写死感觉不太好,应该支持文案定制比较合适。

@@ -0,0 +1,135 @@
@import './variables.scss';

$module: #{$prefix}-floatButton;
Copy link
Collaborator

Choose a reason for hiding this comment

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

和设计对齐一下这个组件需不要要 active 样式

order: 87
category: 基础
title: Feedback 反馈
icon: doc-divider
Copy link
Collaborator

Choose a reason for hiding this comment

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

图标找设计师换一下哦

@YannLynn YannLynn closed this Nov 12, 2025
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