diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
index b3f98d278..6fadf7aed 100644
--- a/docs/.vitepress/config.mts
+++ b/docs/.vitepress/config.mts
@@ -46,14 +46,24 @@ export default defineConfig({
['link', { rel: 'icon', href: '/test.png', type: 'image/svg+xml' }],
['link', { rel: 'alternate icon', href: '/test.png' }],
['link', { rel: 'mask-icon', href: '/test.png', color: '#7bc5e4' }],
- ["meta", { name: "keywords", content: meta.keywords.join(" ") }],
+ ['meta', { name: 'keywords', content: meta.keywords.join(' ') }],
['link', { rel: 'apple-touch-icon', href: '/test.png', sizes: '192x192' }],
// Bing site verification
- ["meta", {
- name: "msvalidate.01", content: "55ae5a0600A8C7827B59CFD506D76DC2"
- }],
+ [
+ 'meta',
+ {
+ name: 'msvalidate.01',
+ content: '55ae5a0600A8C7827B59CFD506D76DC2'
+ }
+ ],
// Google site verification
- ["meta", { name: "google-site-verification", content: "XCq-ZTw6VJPQ7gVNEOl8u0JRqfadK7WcsJ0H598Wv9E" }]
+ [
+ 'meta',
+ {
+ name: 'google-site-verification',
+ content: 'XCq-ZTw6VJPQ7gVNEOl8u0JRqfadK7WcsJ0H598Wv9E'
+ }
+ ]
],
transformHead: async (context) => generateMeta(context, meta.hostname),
buildEnd: async (context) => {
@@ -130,7 +140,7 @@ export default defineConfig({
search,
footer: {
message: `${feedback} (rev: ${commitRef})`,
- copyright: `© ${new Date().getFullYear()}, nbats, taskylizard and contributors.`
+ copyright: `© ${new Date().getFullYear()}, nbats, taskylizard and contributors. Estd 2018.`
},
editLink: {
pattern: 'https://github.com/fmhy/FMHYEdit/edit/main/docs/:path',
diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts
index b52cf9315..f507768f4 100644
--- a/docs/.vitepress/constants.ts
+++ b/docs/.vitepress/constants.ts
@@ -131,7 +131,6 @@ export const socialLinks: DefaultTheme.SocialLink[] = [
export const nav: DefaultTheme.NavItem[] = [
{ text: '🔖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },
- { text: '📑 Guides', link: 'https://rentry.co/fmhy-guides' },
{
text: '💾 Backups',
link: 'https://github.com/fmhy/FMHY/wiki/Backups'
@@ -143,13 +142,15 @@ export const nav: DefaultTheme.NavItem[] = [
{ text: '🌐 Search', link: '/posts/search' },
{ text: '🏞 Wallpapers', link: '/other/wallpapers' },
{ text: '📋 snowbin', link: 'https://pastes.fmhy.net' },
- { text: '🔍 SearXNG', link: 'https://searx.fmhy.net/' },
- { text: '🔍 Whoogle', link: 'https://whoogle.fmhy.net/' },
{
text: '🔗 Bookmarks',
link: 'https://github.com/fmhy/bookmarks'
}
]
+ },
+ {
+ text: '💐 tasky',
+ link: 'https://tasky.nuxt.dev'
}
]
diff --git a/docs/.vitepress/theme/components/Announcement.vue b/docs/.vitepress/theme/components/Announcement.vue
index 21f83602c..9b18ad3b9 100644
--- a/docs/.vitepress/theme/components/Announcement.vue
+++ b/docs/.vitepress/theme/components/Announcement.vue
@@ -3,8 +3,11 @@ const { frontmatter } = useData()
-
+
{{ frontmatter.hero.announcement.title }}
diff --git a/docs/.vitepress/theme/components/SidebarCard.vue b/docs/.vitepress/theme/components/SidebarCard.vue
index f6eb8baf6..6821f3590 100644
--- a/docs/.vitepress/theme/components/SidebarCard.vue
+++ b/docs/.vitepress/theme/components/SidebarCard.vue
@@ -5,50 +5,36 @@ import ToggleStarred from './ToggleStarred.vue'
-
-