mirror of
https://github.com/fmhy/edit.git
synced 2025-08-04 10:12:13 +10:00
commit
f109fd6b5a
25 changed files with 417 additions and 360 deletions
|
@ -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'
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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/"
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue