mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 14:20:51 +08:00
chore(frontend): 补充 wrapped 视觉依赖与全局样式资源
- 新增 ogl 依赖并更新 lock 文件,为后续 wrapped 视觉效果扩展提供基础支持。 - 在 nuxt head 中引入 Font Awesome CDN 样式资源。
This commit is contained in:
@@ -28,7 +28,8 @@ export default defineNuxtConfig({
|
||||
{ name: 'description', content: '微信4.x版本数据库解密工具' }
|
||||
],
|
||||
link: [
|
||||
{ rel: 'icon', type: 'image/png', href: '/logo.png' }
|
||||
{ rel: 'icon', type: 'image/png', href: '/logo.png' },
|
||||
{ rel: 'stylesheet', href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css' }
|
||||
]
|
||||
},
|
||||
pageTransition: { name: 'page', mode: 'out-in' }
|
||||
|
||||
Reference in New Issue
Block a user