From a7f4556d9dbdf0ed89dd6a4a9b02944469d5ae6a Mon Sep 17 00:00:00 2001 From: luorijun Date: Tue, 9 Dec 2025 18:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A4=9A=E4=B8=AA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=B8=8E=E5=B1=95=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 ++++++++++++--- src/app/(home)/collect/page.tsx | 2 +- src/app/(home)/footer.tsx | 48 +++++++-------------- src/app/(home)/header.tsx | 7 +-- src/app/(home)/help/layout.tsx | 2 +- src/app/(home)/help/sidebar.tsx | 2 +- src/app/(home)/page.tsx | 6 +-- src/app/globals.css | 2 + src/components/composites/extract/index.tsx | 8 ++-- 9 files changed, 57 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index bedeb90..ccae8da 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,33 @@ ## TODO -提取页面: - - 手机端重新调整样式 - - 类似电商的底部支付栏 - - 整体边距,尽量一页显示完整 +首页 +- 推荐文章实现动态展示 +- 网站公告内容重新设计 -整体文字替换 +购买页面: +- 固定套餐与定制套餐 + +业务场景页面,部分内容动态展示 + +文档中心页面,实现动态路由解析静态或动态文章 + +业务定制页面优化 + +考虑重新组织导航栏 + +页尾 +- 公众号二维码与客户经理信息 +- 服务保障跳转企业微信 +- 站点导航 - 企业服务,推广返利 +- 全球代理 + +后台导航改进,目前过于散乱 + +IP 管理按长短效分页 + +购买与提取手机端优化,尽量一页展示全部 + +### 次要 全部替换封装时间范围组件,检查结束时间字段手机端适配问题(需要尾部对齐) @@ -13,8 +35,6 @@ 树组件优化 -IP 管理按长短效分页 - ### 架构改进 考虑使用 swr 或 react query 来代替直接的服务端 react cache 缓存以及客户端 zustand 缓存,以将服务端请求的数据能够水合到客户端,避免重复请求 diff --git a/src/app/(home)/collect/page.tsx b/src/app/(home)/collect/page.tsx index 99a29db..36472e6 100644 --- a/src/app/(home)/collect/page.tsx +++ b/src/app/(home)/collect/page.tsx @@ -7,7 +7,7 @@ export type CollectPageProps = {} export default function CollectPage(props: CollectPageProps) { return (
- + diff --git a/src/app/(home)/footer.tsx b/src/app/(home)/footer.tsx index 3a35d36..c1c25a7 100644 --- a/src/app/(home)/footer.tsx +++ b/src/app/(home)/footer.tsx @@ -8,27 +8,27 @@ export default function Footer(props: FooterProps) {
-
+
logo - 关注我们查看更多资讯 + 关注我们查看更多资讯

商务合作

-

大客户经理:张经理

-

电话/微信:177 9666 8888

-

QQ号:70177252

+

大客户经理:张经理

+

微信:17796668888

+

QQ: 70177252

服务保障

-

售前服务

-

技术支持

+

售前服务

+

技术支持

- -
-
-

- 蓝狐代理仅提供IP服务,用户使用蓝狐代理IP从事的任何行为均不代表蓝狐代理IP的意志和观点,与蓝狐代理的立场无关。严禁用户使用蓝狐代理从事任何违法犯罪行为, 产生的相关责任用 - 户自负,对此蓝狐代理不承担任何法律责任。 +

+

+ 蓝狐代理仅提供IP服务,用户使用蓝狐代理IP从事的任何行为均不代表蓝狐代理IP的意志和观点,与蓝狐代理的立场无关。严禁用户使用蓝狐代理从事任何违法犯罪行为, 产生的相关责任用户自负,对此蓝狐代理不承担任何法律责任。

-

版权所有 河南华连网络科技有限公司 | 豫ICP备17004061号-17 | 增值电信业务经营许可证:B1-20190663

+

版权所有 河南华连网络科技有限公司 | 豫ICP备17004061号-17 | 增值电信业务经营许可证:B1-20190663

@@ -108,7 +92,7 @@ function SiteNavList(props: { ].join(' ')}> {props.items.map((item, index) => (
  • - {item.name} + {item.name}
  • ))} diff --git a/src/app/(home)/header.tsx b/src/app/(home)/header.tsx index e455a7c..7e1cabb 100644 --- a/src/app/(home)/header.tsx +++ b/src/app/(home)/header.tsx @@ -130,11 +130,8 @@ export default function Header(props: HeaderProps) { onPointerLeave={exitMenu} /> - + text="业务定制" + href="/customized"/> {/* 移动端菜单 */} diff --git a/src/app/(home)/help/layout.tsx b/src/app/(home)/help/layout.tsx index b07d5eb..e7e846e 100644 --- a/src/app/(home)/help/layout.tsx +++ b/src/app/(home)/help/layout.tsx @@ -14,7 +14,7 @@ export default function HelpLayout(props: { ]}/>
    -
    +
    {props.children}
    diff --git a/src/app/(home)/help/sidebar.tsx b/src/app/(home)/help/sidebar.tsx index 36b4770..50c8e2e 100644 --- a/src/app/(home)/help/sidebar.tsx +++ b/src/app/(home)/help/sidebar.tsx @@ -48,7 +48,7 @@ export default function Sidebar({collapsed = false, selected, onSelect, onToggle } return ( -