1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-23 12:27:48 +00:00

feat: metadata description property (#6744)

* feat: metadata description property

* feat: optimize view

---------

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-09-10 15:18:07 +08:00
committed by GitHub
parent 604175e5e3
commit 99e728c9b4
14 changed files with 55 additions and 55 deletions

View File

@@ -905,7 +905,7 @@ export const Utils = {
}
},
isSummarySupportedFile: function (filePath) {
isDescriptionSupportedFile: function (filePath) {
return Utils.isSdocFile(filePath) || Utils.isMarkdownFile(filePath) || Utils.pdfCheck(filePath) || Utils.isDocxFile(filePath);
},