manual save(2025-12-29 00:54)

This commit is contained in:
SiteAgent Bot
2025-12-29 00:54:10 +08:00
parent e604e821e4
commit 64cc04e4d9
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import {
COMPANY_INFO,
FOOTER_LINKS,
SOCIAL_MEDIA,
} from '../../lib/constants';
} from '../lib/constants';
/**
* Footer 组件 - 企业官网页脚

View File

@@ -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 组件 - 企业官网导航栏

View File

@@ -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';
/**
* 数字递增动画组件