mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-05 01:55:05 +08:00
feat: add optional cache busting for image (#12055)
### What problem does this PR solve? Add optional cache busting for image #12003 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -55,6 +55,7 @@ const Chunk = () => {
|
||||
handleInputChange,
|
||||
available,
|
||||
handleSetAvailable,
|
||||
dataUpdatedAt,
|
||||
} = useFetchNextChunkList();
|
||||
const { handleChunkCardClick, selectedChunkId } = useHandleChunkCardClick();
|
||||
const isPdf = documentInfo?.type === 'pdf';
|
||||
@ -277,6 +278,7 @@ const Chunk = () => {
|
||||
clickChunkCard={handleChunkCardClick}
|
||||
selected={item.chunk_id === selectedChunkId}
|
||||
textMode={textMode}
|
||||
t={dataUpdatedAt}
|
||||
></ChunkCard>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user