This commit is contained in:
labanzu 2025-02-20 16:10:29 +08:00
parent a3d3ca293e
commit f4e67bf2d3

View File

@ -20,6 +20,7 @@
(item?.name && item?.name.toLowerCase().endsWith('.pdf'));
onMount(() => {
console.log(item);
if (item?.context === 'full') {
enableFullContent = true;
}