change sidebar, feedbacks
This commit is contained in:
parent
3b1a93178f
commit
02cc84b4d0
@ -85,7 +85,7 @@ export default defineConfig({
|
||||
// @ts-ignore
|
||||
boostDocument: (_, term, storedFields: Record<string, string | string[]>) => {
|
||||
const titles = (storedFields?.titles as string[])
|
||||
.filter((t) => !!t)
|
||||
.filter((t) => Boolean(t))
|
||||
.map((t) => t.toLowerCase());
|
||||
// Uprate if term appears in titles. Add bonus for higher levels (i.e. lower index)
|
||||
const titleIndex =
|
||||
@ -138,7 +138,7 @@ export default defineConfig({
|
||||
{ text: "👾 Gaming Tools", link: "/gamingpiracyguide#gaming-tools" },
|
||||
{ text: "📷 Image Tools", link: "/img-tools" },
|
||||
{ text: "📼 Video Tools", link: "/video-tools" },
|
||||
{ text: "🔊 Audio Tools", link: "/audio-tools" },
|
||||
{ text: "🔊 Audio Tools", link: "/audiopiracyguide#audio-tools" },
|
||||
{ text: "🍎 Educational Tools", link: "/edupiracyguide#educational-tools" },
|
||||
{ text: "👨💻 Developer Tools", link: "/devtools" },
|
||||
],
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
name: Feedback
|
||||
description: Anonymous comments, taken from reddit, discord, twitter, and our feedback system.
|
||||
next: false
|
||||
prev: false
|
||||
lastUpdated: false
|
||||
@ -27,3 +29,7 @@ outline: false
|
||||
* *"This wiki is one of the best out there, seriously. Keep up the great work!"*
|
||||
|
||||
* *"I love having an extreme amount of privacy. And it's not just for piracy, so this is REALLY useful. Thanks!"*
|
||||
|
||||
- *"thank you so much for this effort, guys you are amazing, i stopped searching on google for stuff and got addicted to your website, keep going :)"*
|
||||
|
||||
- *"Ever since i find out fmhy exist, i have been using it for a long time now. The website is very good and i love the community so much, pls keep making more"*
|
||||
|
Loading…
Reference in New Issue
Block a user