feat(home): 优化首页蝴蝶互动功能

- 修复了页面滚动时蝴蝶位置异常的问题
-优化了蝴蝶和光标框的动画效果
- 调整了光标框的样式和位置
- 新增了隐藏光标框的功能
- 优化了代码结构,提高了可维护性
This commit is contained in:
陈昱达
2025-07-05 15:45:24 +08:00
parent 2a1d8f37f9
commit 6c4ca42fb8
2 changed files with 219 additions and 122 deletions

View File

@@ -28,6 +28,7 @@ module.exports = {
productionSourceMap: false,
devServer: {
port: port,
host: '0.0.0.0',
open: true,
overlay: {
warnings: false,