feat: 添加图标库依赖并优化首页按钮动画
添加@iconify-json/ph图标库依赖 在nuxt.config.ts中配置vite优化依赖 更新社交媒体图标为ph:x-logo 实现首页"Talk"按钮的悬停动画效果
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"vue-router": "^5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/ph": "1.2.2",
|
||||
"@nuxtjs/tailwindcss": "6.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user