manual save(2025-12-29 00:54)
This commit is contained in:
@@ -15,7 +15,7 @@ import {
|
||||
COMPANY_INFO,
|
||||
FOOTER_LINKS,
|
||||
SOCIAL_MEDIA,
|
||||
} from '../../lib/constants';
|
||||
} from '../lib/constants';
|
||||
|
||||
/**
|
||||
* Footer 组件 - 企业官网页脚
|
||||
|
||||
@@ -2,7 +2,7 @@ import { useState, useEffect, useCallback } from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
import { motion, AnimatePresence } from 'framer-motion';
|
||||
import { Menu, X, Building2 } from 'lucide-react';
|
||||
import { NAVIGATION_MENU } from '../../lib/constants';
|
||||
import { NAVIGATION_MENU } from '../lib/constants';
|
||||
|
||||
/**
|
||||
* Header 组件 - 企业官网导航栏
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { useEffect, useRef } from 'react';
|
||||
import { motion, useInView, useAnimation } from 'framer-motion';
|
||||
import { ArrowDown, TrendingUp, Users, Building2, Award } from 'lucide-react';
|
||||
import { COMPANY_INFO, COMPANY_STATS } from '../../lib/constants';
|
||||
import { COMPANY_INFO, COMPANY_STATS } from '../lib/constants';
|
||||
|
||||
/**
|
||||
* 数字递增动画组件
|
||||
|
||||
Reference in New Issue
Block a user