File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ let fullscreen: ICommand = {
4646 ...fullscreenInit ,
4747 buttonProps : { 'aria-label' : '切换全屏(ctrl + 0)' , title : '切换全屏(ctrl + 0)' } ,
4848} ;
49- let hr : ICommand = { ...hrInit , buttonProps : { 'aria-label' : '插入HR (ctrl + h)' , title : '插入HR (ctrl + h)' } } ;
49+ let hr : ICommand = { ...hrInit , buttonProps : { 'aria-label' : '插入分割线 (ctrl + h)' , title : '插入分割线 (ctrl + h)' } } ;
5050let image : ICommand = {
5151 ...imageInit ,
5252 buttonProps : { 'aria-label' : '添加图像(ctrl + k)' , title : '添加图像(ctrl + k)' } ,
@@ -91,8 +91,8 @@ let quote: ICommand = {
9191let strikethrough : ICommand = {
9292 ...strikethroughInit ,
9393 buttonProps : {
94- 'aria-label' : 'Add strikethrough text (ctrl + shift + x)' ,
95- title : 'Add strikethrough text (ctrl + shift + x)' ,
94+ 'aria-label' : '添加删除线文本 (ctrl + shift + x)' ,
95+ title : '添加删除线文本 (ctrl + shift + x)' ,
9696 } ,
9797} ;
9898let issue : ICommand = { ...issueInit , buttonProps : { 'aria-label' : '添加 issue' , title : '添加 issue' } } ;
You can’t perform that action at this time.
0 commit comments