File tree 5 files changed +5
-3
lines changed
5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 62
62
steps :
63
63
# We need get PR id first
64
64
- name : download pr artifact
65
- uses : dawidd6/action-download-artifact@v7
65
+ uses : dawidd6/action-download-artifact@v8
66
66
with :
67
67
workflow : ${{ github.event.workflow_run.workflow_id }}
68
68
run_id : ${{ github.event.workflow_run.id }}
82
82
# Download site artifact
83
83
- name : download site artifact
84
84
if : ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-success) }}
85
- uses : dawidd6/action-download-artifact@v7
85
+ uses : dawidd6/action-download-artifact@v8
86
86
with :
87
87
workflow : ${{ github.event.workflow_run.workflow_id }}
88
88
run_id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ Common props ref:[Common props](/docs/react/common-props)
52
52
| onSubmit | Callback when click send button | (message: string) => void | - | - |
53
53
| onChange | Callback when input value changes | (value: string, event?: React.FormEvent<` HTMLTextAreaElement ` > \| React.ChangeEvent<` HTMLTextAreaElement ` > ) => void | - | - |
54
54
| onCancel | Callback when click cancel button | () => void | - | - |
55
+ | onPasteFile | Callback when paste file | (file: File) => void | - | - |
55
56
56
57
``` typescript | pure
57
58
type SpeechConfig = {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*cOfrS4fVkOMAAA
53
53
| onSubmit | 点击发送按钮的回调 | (message: string) => void | - | - |
54
54
| onChange | 输入框值改变的回调 | (value: string, event?: React.FormEvent<` HTMLTextAreaElement ` > \| React.ChangeEvent<` HTMLTextAreaElement ` > ) => void | - | - |
55
55
| onCancel | 点击取消按钮的回调 | () => void | - | - |
56
+ | onPasteFile | 黏贴文件的回调 | (file: File) => void | - | - |
56
57
57
58
``` typescript | pure
58
59
type SpeechConfig = {
Original file line number Diff line number Diff line change 254
254
"spinnies" : " ^0.5.1" ,
255
255
"stylelint" : " ^16.9.0" ,
256
256
"stylelint-config-rational-order" : " ^0.1.2" ,
257
- "stylelint-config-standard" : " ^36 .0.1 " ,
257
+ "stylelint-config-standard" : " ^37 .0.0 " ,
258
258
"stylelint-prettier" : " ^5.0.2" ,
259
259
"sylvanas" : " ^0.6.1" ,
260
260
"tar" : " ^7.4.3" ,
You can’t perform that action at this time.
0 commit comments