Skip to content

Commit

Permalink
Merge pull request #255 from jamebal/search
Browse files Browse the repository at this point in the history
chore: bump version to v2.9.3
  • Loading branch information
jamebal authored Aug 3, 2024
2 parents 4039bf1 + 1c81ef9 commit 867516e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmal-cloud-view",
"version": "2.9.2",
"version": "2.9.3",
"description": "jmalcloud",
"author": "Jmal <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ShowFile/ShowFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ export default {
drawFlag: false,
fileListScrollTop: 0,
initFileListScrollTop: 0,
notPreviewDialogMsg: '', // 非预览文件提示信息
notPreviewDialogMsg: '此文件不支持预览, 是否下载该文件?', // 非预览文件提示信息
notPreviewDialogVisible: false,
openingFile: '',
openCompressionVisible: false,
Expand Down

0 comments on commit 867516e

Please sign in to comment.