Merge pull request #6 from fmhy/main

[pull] main from fmhy:main
This commit is contained in:
pull[bot] 2025-04-12 08:39:17 +00:00 committed by GitHub
commit f109fd6b5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 417 additions and 360 deletions

View file

@ -230,7 +230,7 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
link: '/android-iosguide'
},
{
text: '<span class="i-twemoji:penguin"></span> Linux / MacOS',
text: '<span class="i-twemoji:penguin"></span> Linux / macOS',
link: '/linuxguide'
},
{

View file

@ -266,8 +266,7 @@ const toggleCard = () => (isCardShown.value = !isCardShown.value)
placeholder="What a lovely wiki!"
/>
<p class="desc mb-2">
If you want a reply to your feedback, feel free to mention a contact
in the message or join our
Add your Discord handle if you would like a response, or if we need more information from you, otherwise join our
<a
class="text-primary text-underline font-semibold"
href="https://rentry.co/FMHY-Invite/"

View file

@ -22,11 +22,11 @@ interface Header {
export const headers: Header = {
'adblockvpnguide.md': {
title: 'Adblocking / Privacy',
description: "Adblocking, Privacy, VPN's, Proxies, Antivirus"
description: "Adblocking, Privacy, VPNs, Proxies, Antiviruses"
},
'ai.md': {
title: 'Artificial Intelligence',
description: 'Chat Bots, Text Generators, Image Generators, ChatGPT Tools'
description: 'Chatbots, Text Generators, Image Generators, ChatGPT Tools'
},
'android-iosguide.md': {
title: 'Android / iOS',