Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Jan 18, 2025
2 parents aadc5cb + 7b9324a commit 3e7ce17
Show file tree
Hide file tree
Showing 14 changed files with 449 additions and 91 deletions.
4 changes: 4 additions & 0 deletions src/components/ShowFile/ShowFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3607,6 +3607,10 @@ export default {
this.newCreateFileDialogTitle = '新建Word文档'
this.createNewFile('docx')
break
case 'createExcalidrawFile':
this.newCreateFileDialogTitle = '新建白板'
this.createNewFile('excalidraw')
break
case 'createExcelFile':
this.newCreateFileDialogTitle = '新建Excel工作表'
this.createNewFile('xlsx')
Expand Down
Loading

0 comments on commit 3e7ce17

Please sign in to comment.