@@ -2,42 +2,71 @@ export const submodules = {
2
2
'tdesign-vue' : {
3
3
title : '## Vue2 for Web 发布' ,
4
4
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-vue/refs/heads/main/CHANGELOG.md' ,
5
+ tagPrefix : '' ,
6
+ repo : 'Tencent/tdesign-vue' ,
5
7
} ,
6
8
'tdesign-vue-next' : {
7
9
title : '## Vue3 for Web 发布' ,
8
- changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-vue-next/refs/heads/main/packages/tdesign-vue-next/CHANGELOG.md' ,
10
+ changelogUrl :
11
+ 'https://raw.githubusercontent.com/Tencent/tdesign-vue-next/refs/heads/main/packages/tdesign-vue-next/CHANGELOG.md' ,
12
+ tagPrefix : 'tdesign-vue-next@' ,
13
+ repo : 'Tencent/tdesign-vue-next' ,
9
14
} ,
10
15
'tdesign-react' : {
11
16
title : '## React for Web 发布 ' ,
12
- changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-react/refs/heads/main/packages/tdesign-react/CHANGELOG.md' ,
17
+ changelogUrl :
18
+ 'https://raw.githubusercontent.com/Tencent/tdesign-react/refs/heads/main/packages/tdesign-react/CHANGELOG.md' ,
19
+ tagPrefix : '' ,
20
+ repo : 'Tencent/tdesign-react' ,
13
21
} ,
14
22
'tdesign-miniprogram' : {
15
23
title : '## Miniprogram for WeChat 发布' ,
16
24
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-miniprogram/refs/heads/main/CHANGELOG.md' ,
25
+ tagPrefix : '' ,
26
+ repo : 'Tencent/tdesign-miniprogram' ,
17
27
} ,
18
28
'tdesign-mobile-vue' : {
19
29
title : '## Vue3 for Mobile 发布' ,
20
30
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-mobile-vue/refs/heads/main/CHANGELOG.md' ,
31
+ tagPrefix : '' ,
32
+ repo : 'Tencent/tdesign-mobile-vue' ,
21
33
} ,
22
34
'tdesign-flutter' : {
23
35
title : '## Flutter for Mobile 发布' ,
24
36
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-flutter/refs/heads/main/tdesign-site/CHANGELOG.md' ,
37
+ tagPrefix : '' ,
38
+ repo : 'Tencent/tdesign-flutter' ,
25
39
} ,
26
40
'tdesign-mobile-react' : {
27
41
title : '## React for Mobile 发布' ,
28
42
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-mobile-react/refs/heads/main/CHANGELOG.md' ,
43
+ tagPrefix : '' ,
44
+ repo : 'Tencent/tdesign-mobile-react' ,
29
45
} ,
30
46
'tdesign-vue-starter' : {
31
47
title : '## Vue for Starter 发布 ' ,
32
48
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-vue-starter/refs/heads/main/CHANGELOG.md' ,
49
+ tagPrefix : '' ,
50
+ repo : 'Tencent/tdesign-vue-starter' ,
33
51
} ,
34
52
'tdesign-vue-next-starter' : {
35
- title : '## Vue-next for Starter 发布 ' ,
53
+ title : '## Vue3 for Starter 发布 ' ,
36
54
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-vue-next-starter/refs/heads/main/CHANGELOG.md' ,
55
+ tagPrefix : '' ,
56
+ repo : 'Tencent/tdesign-vue-next-starter' ,
37
57
} ,
38
58
'tdesign-react-starter' : {
39
59
title : '## React for Starter 发布 ' ,
40
60
changelogUrl : 'https://raw.githubusercontent.com/Tencent/tdesign-react-starter/refs/heads/main/CHANGELOG.md' ,
61
+ tagPrefix : '' ,
62
+ repo : 'Tencent/tdesign-react-starter' ,
63
+ } ,
64
+ '@tdesign-vue-next/chat' : {
65
+ title : '## Vue3 for Chat 发布' ,
66
+ changelogUrl :
67
+ 'https://raw.githubusercontent.com/Tencent/tdesign-vue-next/refs/heads/main/packages/tdesign-vue-next-chat/CHANGELOG.md' ,
68
+ tagPrefix : '@tdesign-vue-next/chat@' ,
69
+ repo : 'Tencent/tdesign-vue-next' ,
41
70
} ,
42
71
} ;
43
72
@@ -54,4 +83,5 @@ export const submodulesKeys: SubmoduleItem[] = [
54
83
'tdesign-vue-starter' ,
55
84
'tdesign-vue-next-starter' ,
56
85
'tdesign-react-starter' ,
86
+ //'@tdesign-vue-next/chat',
57
87
] ;
0 commit comments