-
Notifications
You must be signed in to change notification settings - Fork 319
chore(site): manually triggered update #4063
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: merge deploy mode * chore: rename * chore: pin [email protected] --------- Co-authored-by: 黎伟杰 <[email protected]>
* chore: update build package name * chore: fix typos
* chore(indexes): fix sidebar click error in demo * chore: retain controlled usage --------- Co-authored-by: anlyyao <[email protected]>
* fix(sidebar): fix color of disabled sidebar * chore: optimize active state logic --------- Co-authored-by: anlyyao <[email protected]>
* chore: update site * chore: update image link --------- Co-authored-by: anlyyao <[email protected]>
* feat(Drawer): add overlayProps attr * chore: unified code standard
* fix: mini..._npm path * feat: api * feat: function * feat: layout demo * chore: docs * chore: typo * fix(Watermark): fix demo --------- Co-authored-by: anlyyao <[email protected]>
* fix(SideBarItem): min-height is set to auto * docs: update css vars
* chore: static * chore: add static prefix
* chore: update css generation script * chore: update script
* chore: publish v1.11.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: generate slots documents for all components * fix: fix test * docs: format
* chore: trusted publisher * chore: 提权 * chore: publishConfig
* fix: 修复自定义tabbar颜色叠加问题 * fix: 移 除tabbar-item的背景颜色
* fix(types): type definition error * chore: update common.ts --------- Co-authored-by: anlyyao <[email protected]>
…nent initialization data (#4013)
…也会重置选项为拨动前的 Bug (#3874) * fix: resolve merge conflicts * chore: update ISSUE TEMPLATE --------- Co-authored-by: anlyyao <[email protected]>
* chore: publish v1.11.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix: 修复大量数据picker卡顿问题 * fix(picker): 使用虚拟滚动优化性能 * fix(picker): 完善使用虚拟滚动优化性能 * fix(picker): 去掉日志 * fix(picker): 移除css * docs: update css vars --------- Co-authored-by: Boomkaa <[email protected]> Co-authored-by: anlyyao <[email protected]>
* feat(Cascader): enhance the capabilities of the keys property * chore(Radio): root node supplements the disabled state classname * test: update snapshots
* feat(Picker): support visibleItemCount prop * test: update snapshots
* chore(site): support ai-search * chore: update common
* chore: publish v1.11.2 * chore: changelog's changes * fix: fix lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(site): add AI Chat routing * chore(demo): update demo * chore: update the directory structure again * chore: update liveUrl for dev * feat: update qrcode for page * docs: update title * feat(chat): 更新聊天组件及相关示例代码 * fix: 修改common路径 * fix: 修改代码引入路径 * fix: attachments对齐pc端 * fix: chat-loading样式问题修复 * feat(site): add AI Chat routing * chore(demo): update demo * chore: update the directory structure again * chore: update liveUrl for dev * feat: update qrcode for page * docs: update title * feat(chat): 更新聊天组件及相关示例代码 * fix: 修改common路径 * fix: 修改代码引入路径 * fix: attachments对齐pc端 * fix: chat-loading样式问题修复 * style: fixed multiple style errors * fix(site): fix page path error * style(demo): fix style * fix: 修复chatContentProps的使用问题 * chore: fixed multiple errors in multiple components * feat: 文案调整 * feat: chat图片示例调整 * style(ChatMarkdown): use css token * fix(ChatActionbar): update demo * chore: styleIsolation configuration is migrated from options to json * fix: chat示例样式调整;chatSender示例增加背景色;chatSender组件输入框的最大最小高度按照按照rpx传值 * feat(ChatActionBar): update icon * feat(ChatLoading): change circle to dots type * chore(ChatActionbar): named according to BEM * chore(ChatLoading): named according to BEM * chore(ChatThinking): named according to BEM * chore(ChatContent): named according to BEM * refactor(ChatList): remove old chat example files and add new chat list component with examples * feat: 补充遗漏样式 * chore(Attachments): named according to BEM * chore(ChatMessage): named according to BEM * chore: update app.json * chore(ChatMarkdown): named according to BEM * chore(ChatSender): named according to BEM * chore(ChatList): named according to BEM * chore: format * feat: 更改为tdesign-miniprogram引入chat组件 * feat(ChatList): add scrollToBottom method demo * fix: 修复多个组件示例源码展示问题 * docs: update README * docs: update getting-started * feat: 完善文档 * feat: 新增错误状态 * fix: remove isMarkdown property * refactor: rename event from handleAction to actions in ChatActionbar component * refactor: rename event from expandChange to collapsedChange in ChatThinking component * fix: 修复思考过程内容首行换行问题 * feat: refactor: 移除 imageProps 属性,新增 FileItem 尺寸及模式属性 * docs: update README to clarify items property description in attachments * docs: 移除 chat-sender 组件 update:visible 事件说明 * fix(demo): fixed multiple style issues * fix(demo): fixed multiple style issues * feat(ChatSender): 修改文档描述 * feat(Attachments): use the multiply icon instead * fix(ChatLoading): fix text spacing error * refactor(ChatSender): remove type property from upload configuration and update related logic * chore(site): update site.config.mjs file * chore(ChatMessage): setting max-width * fix(Attachments): fix file margin-top erro * feat: 更新聊天内容类型及界面插槽名称 * refactor: 移除未使用样式及更新注释描述 * style: 移除 chat-actionbar 组件未使用样式代码 * docs(Chat): update api docs (#4038) * docs(Chat): update api docs * docs: update * chore: using props.ts file * fix(Demo): fix multiple example bugs * chore: remove irrelevant content * feat: 新增动画与状态属性,优化消息结构及性能 * refactor: update submodule * fix(chat-list): 修复控制台告警 * docs: add code snippet link (#4041) * chore: update _common * fix(Demo): fix console warnings * docs: add code snippet link * docs: remove irrelevant changelogs * docs(chat): fix doc link (#4051) * docs(chat): fix doc link * chore: fix doc * docs: update api docs --------- Co-authored-by: zydemail <[email protected]> Co-authored-by: nekowu <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: waiterxiaoyy <[email protected]> Co-authored-by: liweijie0812 <[email protected]>
* fix component path in getting-started documentation * update submodule
* docs(chat-site): support component changelog * chore: update common
* 更新 ci.yml * 更新 ci.yml
commit: |
Collaborator
TDesign Component Site Preview Open
|
Contributor
|
Size Change: 0 B Total Size: 232 kB ℹ️ View Unchanged
|
liweijie0812
approved these changes
Nov 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

No description provided.