change sidebar, feedbacks

This commit is contained in:
taskylizard 2023-12-30 10:44:04 +00:00
parent 3b1a93178f
commit 02cc84b4d0
No known key found for this signature in database
GPG Key ID: 1820131ED1A24120
2 changed files with 8 additions and 2 deletions

View File

@ -85,7 +85,7 @@ export default defineConfig({
// @ts-ignore // @ts-ignore
boostDocument: (_, term, storedFields: Record<string, string | string[]>) => { boostDocument: (_, term, storedFields: Record<string, string | string[]>) => {
const titles = (storedFields?.titles as string[]) const titles = (storedFields?.titles as string[])
.filter((t) => !!t) .filter((t) => Boolean(t))
.map((t) => t.toLowerCase()); .map((t) => t.toLowerCase());
// Uprate if term appears in titles. Add bonus for higher levels (i.e. lower index) // Uprate if term appears in titles. Add bonus for higher levels (i.e. lower index)
const titleIndex = const titleIndex =
@ -138,7 +138,7 @@ export default defineConfig({
{ text: "👾 Gaming Tools", link: "/gamingpiracyguide#gaming-tools" }, { text: "👾 Gaming Tools", link: "/gamingpiracyguide#gaming-tools" },
{ text: "📷 Image Tools", link: "/img-tools" }, { text: "📷 Image Tools", link: "/img-tools" },
{ text: "📼 Video Tools", link: "/video-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: "🍎 Educational Tools", link: "/edupiracyguide#educational-tools" },
{ text: "👨‍💻 Developer Tools", link: "/devtools" }, { text: "👨‍💻 Developer Tools", link: "/devtools" },
], ],

View File

@ -1,4 +1,6 @@
--- ---
name: Feedback
description: Anonymous comments, taken from reddit, discord, twitter, and our feedback system.
next: false next: false
prev: false prev: false
lastUpdated: false lastUpdated: false
@ -27,3 +29,7 @@ outline: false
* *"This wiki is one of the best out there, seriously. Keep up the great work!"* * *"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!"* * *"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"*