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:
@@ -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'
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user