1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

add thumbnail server

preview heic

check jwt

fix share dir show image

update internal check

add-share-link-access-check

update
This commit is contained in:
孙永强
2024-09-09 14:11:59 +08:00
parent 6cb0522a4c
commit fe331d95d2
4 changed files with 67 additions and 6 deletions

View File

@@ -527,7 +527,7 @@ class SharedDirView extends React.Component {
'parentDir': item.file_path.slice(0, item.file_path.indexOf(name)),
'thumbnail': `${siteRoot}thumbnail/${token}/${thumbnailSizeForOriginal}${Utils.encodePath(item.file_path)}`,
'src': src,
'downloadURL': fileURL + '&dl=1',
'downloadURL': fileURL + '&dl=1'
};
};