# ipw_website **Repository Path**: tczzld/ipw_website ## Basic Information - **Project Name**: ipw_website - **Description**: 工业零件清洗机官网 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-30 - **Last Updated**: 2026-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Aqua Clean Homepage (Pixel Clone) 这是一个 **首页像素级复刻工程骨架**:Next.js(App Router) + TypeScript + TailwindCSS。 ### 本地运行 ```bash npm install npm run dev ``` 打开 `http://localhost:3000` ### 资源与授权说明(重要) 当前页面为了快速对齐布局,部分图片使用了目标站的远程 URL 作为占位。若用于正式交付/上线,请你提供 **可用授权** 的图片/Logo/字体素材,我们会替换为本地 `public/` 资源并继续像素级微调。 ### 视觉回归(可选) ```bash # 首次生成基线截图 npm run test:visual:update # 对比差异 npm run test:visual ``` ### 主要入口 - `app/page.tsx`: 首页组合 - `components/sections/*`: 首页区块 - `components/header/*`: 顶部区域 - `components/footer/Footer.tsx`: 页脚 - `components/floating/SideLinks.tsx`: 右下角浮动按钮