File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
packages/auto-release-collection/src Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,13 @@ export const submodules = {
7676 tagPrefix : '@tdesign-vue-next/chat@' ,
7777 repo : 'Tencent/tdesign-vue-next' ,
7878 } ,
79+ '@tdesign-react/chat' : {
80+ title : '## React for AI Chat 发布' ,
81+ changelogUrl :
82+ 'https://raw.githubusercontent.com/Tencent/tdesign-react/refs/heads/main/packages/tdesign-react-aigc/CHANGELOG.md' ,
83+ tagPrefix : '@tdesign-react/chat@' ,
84+ repo : 'Tencent/tdesign-react' ,
85+ } ,
7986 '@tdesign/uniapp-chat' : {
8087 title : '## UniApp for AI Chat 发布' ,
8188 changelogUrl :
@@ -99,6 +106,7 @@ export const submodulesKeys: SubmoduleItem[] = [
99106 'tdesign-vue-starter' ,
100107 'tdesign-vue-next-starter' ,
101108 'tdesign-react-starter' ,
102- //'@tdesign-vue-next/chat',
109+ '@tdesign-vue-next/chat' ,
110+ '@tdesign-react/chat' ,
103111 '@tdesign/uniapp-chat' ,
104112] ;
You can’t perform that action at this time.
0 commit comments