fix: Align backend <source> tag indexing with frontend citation grouping

This commit is contained in:
tth37
2025-04-17 22:27:22 +08:00
parent a6ccc48d91
commit 79bde6fa47
2 changed files with 11 additions and 6 deletions

View File

@@ -83,6 +83,7 @@
});
return acc;
}, []);
console.log('citations', citations);
showRelevance = calculateShowRelevance(citations);
showPercentage = shouldShowPercentage(citations);