| | |
| | | import "./globals.css"; |
| | | import ClientLayoutContent from '@/components/layout/ClientLayoutContent'; |
| | | import Script from 'next/script'; |
| | | import { UserProvider } from "@/context/UserContext"; |
| | | |
| | | const inter = Inter({ subsets: ["latin"] }); |
| | | |
| | | export const metadata: Metadata = { |
| | | title: "帷幄君成 - 数字员工平台", |
| | | description: "智能物流解决方案", |
| | | title: "帷幄君成 - AI场景模拟平台", |
| | | description: "智能化供应链管理,AI模拟APS场景的领航者", |
| | | icons: { |
| | | icon: '/logo.svg', |
| | | apple: '/logo.svg', |
| | | icon: '/images/favicon.ico', |
| | | shortcut: '/images/favicon.ico', |
| | | apple: '/images/favicon.ico', |
| | | }, |
| | | }; |
| | | |
| | |
| | | <html lang="zh-CN" className="smooth-scroll"> |
| | | <ScrollToTop /> |
| | | <body className={`${inter.className} overflow-x-hidden`}> |
| | | <ClientLayoutContent>{children}</ClientLayoutContent> |
| | | <UserProvider> |
| | | <ClientLayoutContent>{children}</ClientLayoutContent> |
| | | </UserProvider> |
| | | </body> |
| | | </html> |
| | | ); |