Skip to content
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

copilot系列-思维链组件 #1355

Merged
merged 30 commits into from
Jan 24, 2025
Merged

Conversation

coderrorer
Copy link
Contributor

copilot系列-思维链组件

Copy link
Contributor

github-actions bot commented Jan 3, 2025

🎊 PR Preview 65f2b85 has been successfully built and deployed to https://ant-design-ant-design-mini-preview-pr-1355.surge.sh

🕐 Build time: 285.813s

🤖 By surge-preview

Copy link
Contributor

@github-actions github-actions bot left a 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

Copy link

cloudflare-workers-and-pages bot commented Jan 3, 2025

Deploying ant-design-mini with  Cloudflare Pages  Cloudflare Pages

Latest commit: 65f2b85
Status: ✅  Deploy successful!
Preview URL: https://9b1ba34b.ant-design-mini.pages.dev
Branch Preview URL: https://feat-copilot-thought-chain.ant-design-mini.pages.dev

View logs

background-color: #00000009;
border-radius: 24rpx;
margin-top: 24rpx;
padding: 24px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

看上去单位有点问题

}

&-secondlevel {
background-color: #00000009;
Copy link
Collaborator

Choose a reason for hiding this comment

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

这种透明度写法在安卓中有兼容性问题

{
onContentItemTap(e) {
if (this.props.onContentItemTap) {
this.props.onContentItemTap(e);
Copy link
Collaborator

Choose a reason for hiding this comment

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

事件用 triggerEvent实现

}
},
onTitleTap(e) {
const { index, isExpand } = e.target.dataset || {};
Copy link
Collaborator

Choose a reason for hiding this comment

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

e.currentTarget更好,因为微信也支持

@@ -0,0 +1,28 @@
@import (reference) '../../src/style/variables.less';
Copy link
Collaborator

Choose a reason for hiding this comment

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

深色模式和浅色模式的变量建议在配置中加下

dahlzb and others added 17 commits January 7, 2025 10:24
* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>
* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.
* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc
* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add
* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>
* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@github-actions github-actions bot left a 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

Copy link
Contributor

@github-actions github-actions bot left a 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

Comment on lines 5 to 6
title: Copilot
order: 2
Copy link
Collaborator

Choose a reason for hiding this comment

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

title: 确认
order: 4

Copy link
Contributor

@github-actions github-actions bot left a 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

Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@galacean/[email protected] None +8 46 MB yiqi
npm/[email protected] None 0 2.92 MB alecmev-framer, andrey-framer, andrey.ozornin, ...51 more

View full report↗︎

@coderrorer coderrorer merged commit d48cf36 into feat/x-components Jan 24, 2025
8 checks passed
@coderrorer coderrorer deleted the feat/copilot-thought-chain branch January 24, 2025 05:24
coderrorer added a commit that referenced this pull request Jan 24, 2025
* feat: 尝试删除compiled

* feat: 改造compiled

* feat: 修改real_release.yml文件

* fix: eslintignore

* fix: 修改beta版本号

* fix: release时不再需要重复run build

* feat: 将几处demo页面列表及组件列表的配置文件改为动态生成

* fix: rm app.json

* fix: 提示优化

* fix: 更改beta版本号

* feat: Copilot组件框架

* fix: 增加编译流程

* prompts 组件 (#1345)

* Feat/noticebar support multiple line (#1333)

* fix: temp

* feat: noticeBar组件支持多行展示

* fix: del compiled

* fix: del app.json

* fix: rerun cloudflare pages

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: 闭合 Button 标签 (#1329)

* fix: 闭合 Button 标签

* docs: checkbox Introducing

---------

Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>

* feat: release.yml增加npm run build指令 (#1335)

* 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]>

* chore(release): v3.0.2 (#1336)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: popover theme color (#1338)

* fix: tabs wechat error (#1340)

* chore(release): v3.0.3 (#1342)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: 新增组件prompts框架

* feat: 新增组件prompts

* feat: demo调整

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: 命名优化

---------

Co-authored-by: Dennis <[email protected]>
Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>

* feat: copilot suggestion dev

* Copilot suggestion dev (#1356)

* feat: copilot suggestion dev

* feat: copilot suggestion dev

* feat: copilot prompts dev

* feat: copilot prompts dev

* feat: merge prompts & suggestion (#1381)

* Feat Conversations (#1388)

* feat: init copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: Add copilot components

* feat: add dark mode

* copilot系列-思维链组件 (#1355)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* 优化思维链组件 (#1389)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

* fix: 修复深色模式问题

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: adjust wx

* fix: add demos

* style: change text

* fix: 修复微信编译问题

* fix: fix props & doc contents

* fix: 修复微信兼容问题

* fix: 修复demo问题

* fix: 更新文档

* fix: update doc

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: Ray0329 <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>
Co-authored-by: anotherso1a <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
coderrorer added a commit that referenced this pull request Jan 24, 2025
* feat: 尝试删除compiled

* feat: 改造compiled

* feat: 修改real_release.yml文件

* fix: eslintignore

* fix: 修改beta版本号

* fix: release时不再需要重复run build

* feat: 将几处demo页面列表及组件列表的配置文件改为动态生成

* fix: rm app.json

* fix: 提示优化

* fix: 更改beta版本号

* feat: Copilot组件框架

* fix: 增加编译流程

* prompts 组件 (#1345)

* Feat/noticebar support multiple line (#1333)

* fix: temp

* feat: noticeBar组件支持多行展示

* fix: del compiled

* fix: del app.json

* fix: rerun cloudflare pages

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: 闭合 Button 标签 (#1329)

* fix: 闭合 Button 标签

* docs: checkbox Introducing

---------

Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>

* feat: release.yml增加npm run build指令 (#1335)

* 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]>

* chore(release): v3.0.2 (#1336)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: popover theme color (#1338)

* fix: tabs wechat error (#1340)

* chore(release): v3.0.3 (#1342)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: 新增组件prompts框架

* feat: 新增组件prompts

* feat: demo调整

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: 命名优化

---------

Co-authored-by: Dennis <[email protected]>
Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>

* feat: copilot suggestion dev

* Copilot suggestion dev (#1356)

* feat: copilot suggestion dev

* feat: copilot suggestion dev

* feat: copilot prompts dev

* feat: copilot prompts dev

* feat: merge prompts & suggestion (#1381)

* Feat Conversations (#1388)

* feat: init copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: Add copilot components

* feat: add dark mode

* copilot系列-思维链组件 (#1355)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* 优化思维链组件 (#1389)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

* fix: 修复深色模式问题

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: adjust wx

* fix: add demos

* style: change text

* fix: 修复微信编译问题

* fix: fix props & doc contents

* fix: 修复微信兼容问题

* fix: 修复demo问题

* fix: 更新文档

* fix: update doc

* docs: add en path

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: Ray0329 <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>
Co-authored-by: anotherso1a <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
anotherso1a added a commit that referenced this pull request Jan 24, 2025
* feat: 尝试删除compiled

* feat: 改造compiled

* feat: 修改real_release.yml文件

* fix: eslintignore

* fix: 修改beta版本号

* fix: release时不再需要重复run build

* feat: 将几处demo页面列表及组件列表的配置文件改为动态生成

* fix: rm app.json

* fix: 提示优化

* fix: 更改beta版本号

* feat: Copilot组件框架

* fix: 增加编译流程

* prompts 组件 (#1345)

* Feat/noticebar support multiple line (#1333)

* fix: temp

* feat: noticeBar组件支持多行展示

* fix: del compiled

* fix: del app.json

* fix: rerun cloudflare pages

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: 闭合 Button 标签 (#1329)

* fix: 闭合 Button 标签

* docs: checkbox Introducing

---------

Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>

* feat: release.yml增加npm run build指令 (#1335)

* 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]>

* chore(release): v3.0.2 (#1336)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: popover theme color (#1338)

* fix: tabs wechat error (#1340)

* chore(release): v3.0.3 (#1342)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: 新增组件prompts框架

* feat: 新增组件prompts

* feat: demo调整

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: 命名优化

---------

Co-authored-by: Dennis <[email protected]>
Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>

* feat: copilot suggestion dev

* Copilot suggestion dev (#1356)

* feat: copilot suggestion dev

* feat: copilot suggestion dev

* feat: copilot prompts dev

* feat: copilot prompts dev

* feat: merge prompts & suggestion (#1381)

* Feat Conversations (#1388)

* feat: init copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: Add copilot components

* feat: add dark mode

* copilot系列-思维链组件 (#1355)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* 优化思维链组件 (#1389)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

* fix: 修复深色模式问题

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: adjust wx

* fix: add demos

* style: change text

* fix: 修复微信编译问题

* fix: fix props & doc contents

* fix: 修复微信兼容问题

* fix: 修复demo问题

* fix: 更新文档

* fix: update doc

* docs: add en path

* fix: 统一demo样式

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: Ray0329 <[email protected]>
Co-authored-by: Dennis <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
anotherso1a added a commit that referenced this pull request Jan 26, 2025
* feat: 尝试删除compiled

* feat: 改造compiled

* feat: 修改real_release.yml文件

* fix: eslintignore

* fix: 修改beta版本号

* fix: release时不再需要重复run build

* feat: 将几处demo页面列表及组件列表的配置文件改为动态生成

* fix: rm app.json

* fix: 提示优化

* fix: 更改beta版本号

* feat: Copilot组件框架

* fix: 增加编译流程

* prompts 组件 (#1345)

* Feat/noticebar support multiple line (#1333)

* fix: temp

* feat: noticeBar组件支持多行展示

* fix: del compiled

* fix: del app.json

* fix: rerun cloudflare pages

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: 闭合 Button 标签 (#1329)

* fix: 闭合 Button 标签

* docs: checkbox Introducing

---------

Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>

* feat: release.yml增加npm run build指令 (#1335)

* 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]>

* chore(release): v3.0.2 (#1336)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: popover theme color (#1338)

* fix: tabs wechat error (#1340)

* chore(release): v3.0.3 (#1342)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat: 新增组件prompts框架

* feat: 新增组件prompts

* feat: demo调整

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: css 样式变量化 为暗黑模式适配留坑位

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: demo 完善

* feat: 命名优化

---------

Co-authored-by: Dennis <[email protected]>
Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>

* feat: copilot suggestion dev

* Copilot suggestion dev (#1356)

* feat: copilot suggestion dev

* feat: copilot suggestion dev

* feat: copilot prompts dev

* feat: copilot prompts dev

* feat: merge prompts & suggestion (#1381)

* Feat Conversations (#1388)

* feat: init copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: dev copilot conversations

* feat: Add copilot components

* feat: add dark mode

* copilot系列-思维链组件 (#1355)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* 优化思维链组件 (#1389)

* feat: thought-chain组件开发

* feat: 思考链组件demo及文档完善

* fix: 修改标题

* CascaderPicker引用路径错误修正 (#1343)

* fix: popup title cant display in wechat platform (#1358)

* fix-some-demo-op (#1341)

* fix: 优化选人组件高度

* fix: 优化文案

---------

Co-authored-by: shijia.sj <[email protected]>

* Update the link to the correct migration documentation (#1325)

* Update faq.md

迁移文档的链接指的是本地主机而不是文档域。


The link to the migration document refers to the localhost instead of the documentation domain.

* Include all instance of localhost.

* docs: update doc

* Feat/table ellipse (#1359)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

---------

Co-authored-by: dennis.zpf <[email protected]>

* chore(release): v3.0.5 (#1362)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Wx problem fix (#1364)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* Add wx:key (#1370)

* fix: inline button style fix in wechat platform

* docs: translate doc

* docs: translate doc

* feat: wx:key add

* Feat/table ellipse (#1365)

* fix: temp

* fix: 删除无用代码

* feat: table组件支持多行省略配置 & tabs bar增加一个类配置

* fix: 还原文件格式

* fix: 格式优化

* fix: 触发flouer page

* feat: 表头也支持换行

* fix: 去掉注释

---------

Co-authored-by: dennis.zpf <[email protected]>

* fix: form onValueChange validate time series problem (#1372)

* fix: form onValueChange validate time series problem

* fix: form onValueChange validate time series problem

* chore(release): v3.0.6 (#1376)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: card divider (#1377)

* Fix card divier (#1378)

* fix: card divider

* fix: button add loading

* fix: aide button in wechat platform

* fix: display range problem (#1383)

* chore(release): v3.0.7 (#1384)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs: adjust doc

* chore: nav 新增功能动效

* chore: nav 新增功能动效

* fix: 更新chain-thought组件

* fix: 优化事件和文档

* feat: welcome组件

* fix: 修复深色模式问题

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: homi <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* fix: adjust wx

* fix: add demos

* style: change text

* fix: 修复微信编译问题

* fix: fix props & doc contents

* fix: 修复微信兼容问题

* fix: 修复demo问题

* fix: 更新文档

* fix: update doc

* docs: add en path

* fix: 统一demo样式

* docs: fix welcome demo

---------

Co-authored-by: dennis.zpf <[email protected]>
Co-authored-by: Ray0329 <[email protected]>
Co-authored-by: Dennis <[email protected]>
Co-authored-by: 赵林 <[email protected]>
Co-authored-by: 柏丘 <[email protected]>
Co-authored-by: rayhomie <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: weifang.jiagweifan <[email protected]>
Co-authored-by: dahlzb <[email protected]>
Co-authored-by: ShiJia <[email protected]>
Co-authored-by: shijia.sj <[email protected]>
Co-authored-by: Michael Gichia <[email protected]>
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.

6 participants