From 32e436c9782d2c7e81f916e589fc04b16ee66d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=BB=E5=8B=87=E7=A5=A5?= <237899745@qq.com> Date: Thu, 13 Nov 2025 22:13:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(frontend):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=86=85=E5=AE=B9=20-=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7V1.0=20+=20=E5=8F=8C=E5=AD=98=E5=82=A8=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改版本badge: v1.0生产就绪版本 → 版本号 V1.0 - 更新主描述: 支持SFTP远程连接和服务器本地存储两种模式 - Stats区域优化: * 移除「100%开源免费」和「Docker一键部署」 * 新增「双模式 - SFTP + 本地存储」 - 功能卡片更新: * 流式下载 → 灵活下载 * 详细说明三种模式: HTTP直链、SFTP流式、本地存储 - 移除CTA区域的「查看源码」按钮 - 简化Footer: 删除所有导航链接,只保留版权信息 - 响应式优化: 调整stats为单列布局(移动端) --- frontend/index.html | 115 +++++--------------------------------------- 1 file changed, 11 insertions(+), 104 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 1ce131b..3893701 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -276,7 +276,7 @@ margin: 80px auto; padding: 0 50px; display: grid; - grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); + grid-template-columns: repeat(3, 1fr); gap: 40px; } @@ -290,7 +290,6 @@ .stat-card:nth-child(1) { animation-delay: 0.1s; } .stat-card:nth-child(2) { animation-delay: 0.2s; } .stat-card:nth-child(3) { animation-delay: 0.3s; } - .stat-card:nth-child(4) { animation-delay: 0.4s; } .stat-number { font-size: 56px; @@ -523,53 +522,12 @@ .footer { background: #111; color: white; - padding: 60px 50px 30px; - } - - .footer-content { - max-width: 1200px; - margin: 0 auto; - display: grid; - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); - gap: 50px; - margin-bottom: 40px; - } - - .footer-section h3 { - font-size: 20px; - font-weight: 700; - margin-bottom: 20px; - background: var(--gradient); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - } - - .footer-links { - list-style: none; - } - - .footer-links li { - margin-bottom: 12px; - } - - .footer-links a { - color: rgba(255,255,255,0.7); - text-decoration: none; - transition: color 0.3s; - display: inline-flex; - align-items: center; - gap: 8px; - } - - .footer-links a:hover { - color: white; + padding: 40px 50px; } .footer-bottom { max-width: 1200px; margin: 0 auto; - padding-top: 30px; - border-top: 1px solid rgba(255,255,255,0.1); text-align: center; color: rgba(255,255,255,0.7); } @@ -610,6 +568,7 @@ } .stats { + grid-template-columns: 1fr; padding: 0 20px; gap: 30px; } @@ -638,12 +597,7 @@ } .footer { - padding: 40px 20px 20px; - } - - .footer-content { - grid-template-columns: 1fr; - gap: 30px; + padding: 30px 20px; } } @@ -690,7 +644,7 @@
- v1.0 生产就绪版本 + 版本号 V1.0

@@ -698,7 +652,7 @@

简单、安全、高效的现代化云存储管理解决方案
- 连接你的 SFTP 服务器,随时随地管理文件,轻松分享 + 支持SFTP远程连接和服务器本地存储两种模式,随时随地管理文件,轻松分享

@@ -714,17 +668,13 @@