-
Notifications
You must be signed in to change notification settings - Fork 139
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
prompts 组件 #1345
base: feat/x-components
Are you sure you want to change the base?
prompts 组件 #1345
Conversation
* fix: temp * feat: noticeBar组件支持多行展示 * fix: del compiled * fix: del app.json * fix: rerun cloudflare pages --------- Co-authored-by: dennis.zpf <[email protected]>
* fix: 闭合 Button 标签 * docs: checkbox Introducing --------- Co-authored-by: 柏丘 <[email protected]> Co-authored-by: rayhomie <[email protected]>
* fix: temp * feat: noticeBar组件支持多行展示 * fix: del compiled * fix: del app.json * fix: rerun cloudflare pages * fix: release.yml脚本增加npm run build --------- Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
🎊 PR Preview 2bf815e has been successfully built and deployed to https://ant-design-ant-design-mini-preview-pr-1345.surge.sh 🕐 Build time: 275.669s 🤖 By surge-preview |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review by ChatGPT
copilot/Prompts/props.ts
Outdated
|
||
className?: string; | ||
|
||
onClickPromptsItem?: (item: IPromptsItem) => void; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对外的事件是不是叫tap比较好:
onTapPromptsItem
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review by ChatGPT
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat/x-components #1345 +/- ##
====================================================
Coverage ? 89.97%
====================================================
Files ? 150
Lines ? 3709
Branches ? 999
====================================================
Hits ? 3337
Misses ? 319
Partials ? 53 ☔ View full report in Codecov by Sentry. |
No description provided.