feat: misc optimizations (#14257)

fix #13798
This commit is contained in:
DarkSky
2026-01-15 03:47:22 +08:00
committed by GitHub
parent 76e1721d70
commit ac7a95e708
6 changed files with 424 additions and 76 deletions
@@ -74,7 +74,7 @@ export class DocBacklinks extends Entity {
'markdownPreview',
],
pagination: {
limit: 5, // the max number of backlinks to show for each doc
limit: BUILD_CONFIG.isElectron ? 100 : 5, // the max number of backlinks to show for each doc
},
},
pagination: {