From 040ddd674b33706785ff95720a03dccf672b3b78 Mon Sep 17 00:00:00 2001 From: luorijun Date: Thu, 18 Dec 2025 12:25:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=A1=B5=E5=B0=BE=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=8A=9F=E8=83=BD=E4=B8=8E=E6=A0=B7=E5=BC=8F=20&=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A8=E5=8D=95=E6=8F=90=E4=BA=A4=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++--------------- src/app/(home)/footer.tsx | 11 +++++----- src/app/admin/bills/page.tsx | 2 +- src/app/admin/clients.tsx | 16 +++++++-------- src/app/admin/whitelist/page.tsx | 15 +------------- src/components/composites/recharge/index.tsx | 2 +- 6 files changed, 22 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index c399b21..3fbdcf2 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,16 @@ ## TODO -表单提交失效? - 长效动态统计 -页头 -- 产品订购 - 网站公告 +页头产品订购 - 网站公告 -页尾 -- 服务保障跳转企业微信 -- 站点导航 - 企业服务(删除推广返利) -- 可以缩短页尾,正好一列四个链接 -- 底边距太大,需要适当缩窄 +页尾服务保障跳转企业微信 -首页 -- 推荐文章 +首页推荐文章 -购买页 -- 固定套餐 +购买页固定套餐 -后台导航改进 - -价格:原价和折扣价 +价格展示原价和折扣价 ### 禁止直接依赖 form diff --git a/src/app/(home)/footer.tsx b/src/app/(home)/footer.tsx index e146032..c25dd4e 100644 --- a/src/app/(home)/footer.tsx +++ b/src/app/(home)/footer.tsx @@ -6,7 +6,7 @@ export type FooterProps = {} export default function Footer(props: FooterProps) { return (