feat(frontend): 添加网站 Logo 和界面预览图片

This commit is contained in:
2977094657
2025-07-31 15:13:13 +08:00
parent 540a0fd823
commit a0302672d2
7 changed files with 26 additions and 2 deletions

View File

@@ -26,6 +26,9 @@ export default defineNuxtConfig({
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ name: 'description', content: '微信4.x版本数据库解密工具' }
],
link: [
{ rel: 'icon', type: 'image/png', href: '/logo.png' }
]
},
pageTransition: { name: 'page', mode: 'out-in' }