mirror of
https://github.com/simon987/sist2.git
synced 2025-12-20 02:26:08 +00:00
SQLite search backend
This commit is contained in:
@@ -71,7 +71,7 @@ export default {
|
||||
const doc = this.doc;
|
||||
const props = doc._props;
|
||||
if (props.isGif && this.hover) {
|
||||
return `f/${doc._id}`;
|
||||
return `f/${doc._source.index}/${doc._id}`;
|
||||
}
|
||||
return (this.currentThumbnailNum === 0)
|
||||
? `t/${doc._source.index}/${doc._id}`
|
||||
|
||||
Reference in New Issue
Block a user