File tree Expand file tree Collapse file tree 3 files changed +0
-62
lines changed
packages/tdesign-miniprogram-chat Expand file tree Collapse file tree 3 files changed +0
-62
lines changed Original file line number Diff line number Diff line change 6464 BODY : ${{ github.event.comment.body }}
6565 run : |
6666 txt=$(cat packages/tdesign-miniprogram/CHANGELOG.md)
67- chat_txt=$(cat packages/tdesign-miniprogram-chat/CHANGELOG.md)
6867 echo "${txt%%##*}$BODY${txt##*---}" > packages/tdesign-miniprogram/CHANGELOG.md
69- echo "${chat_txt%%##*}$BODY${chat_txt##*---}" > packages/tdesign-miniprogram-chat/CHANGELOG.md
7068 git add .
7169 git config --local user.email "github-actions[bot]@users.noreply.github.com"
7270 git config --local user.name "github-actions[bot]"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,14 +12,6 @@ export const docs = [
1212 path : '/miniprogram-chat/getting-started' ,
1313 component : ( ) => import ( '@docs/getting-started.md' ) ,
1414 } ,
15- {
16- title : '更新日志' ,
17- titleEn : 'CHANGELOG' ,
18- name : 'changelog' ,
19- meta : { docType : 'explain' } ,
20- path : '/miniprogram-chat/changelog' ,
21- component : ( ) => import ( '@tdesign-miniprogram-chat/CHANGELOG.md' ) ,
22- } ,
2315 {
2416 title : '什么是流式输出' ,
2517 name : 'sse' ,
You can’t perform that action at this time.
0 commit comments