chore: bump deps

This commit is contained in:
taskylizard 2024-10-17 06:03:48 +00:00
parent 96e5da2b79
commit e100c58485
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
3 changed files with 785 additions and 1170 deletions

View file

@ -28,9 +28,8 @@ export const meta = {
export const commitRef =
process.env.CF_PAGES && process.env.CF_PAGES_COMMIT_SHA
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${
process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
? `<a href="https://github.com/fmhy/FMHYEdit/commit/${process.env.CF_PAGES_COMMIT_SHA
}">${process.env.CF_PAGES_COMMIT_SHA.slice(0, 8)}</a>`
: 'dev'
export const feedback = `<a href="/feedback" class="feedback-footer">Made with ❤</a>`
@ -147,10 +146,6 @@ export const nav: DefaultTheme.NavItem[] = [
link: 'https://github.com/fmhy/bookmarks'
}
]
},
{
text: '💐 tasky',
link: 'https://tasky.nuxt.dev'
}
]