From 3e03f66439b1e442fe4f68eb5b558946ad11fe21 Mon Sep 17 00:00:00 2001 From: lwt Date: Wed, 13 May 2026 09:26:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=8D=E5=8A=A1=E9=A1=B5=E9=9D=A2=20+=20Go?= =?UTF-8?q?=E5=90=8E=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 upload.html 文件上传页面(拖拽/选择文件,带进度条) - 新增 Go 上传后端服务(/opt/upload-server/),systemd 管理 - 新增 index.html 中文件上传服务卡片 - nginx: /upload/ 路径映射(静态页+API代理) - 文件大小限制 500MB,存储到 /var/www/sumi.work/upload/files/ --- index.html | 7 + upload.html | 524 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 531 insertions(+) create mode 100644 upload.html diff --git a/index.html b/index.html index 9d9140c..93b509b 100644 --- a/index.html +++ b/index.html @@ -138,6 +138,13 @@ + + + 文件上传 + 文件共享服务 + + + + + + + + + + 上传 · sumi.work + + + + + + +
+
+

文件上传

+

拖放文件到此处或点击选择文件,上传后自动生成分享链接。

+ +
+
+ + + + +
+
拖放文件到此处
+
或点击下方按钮选择文件,最大 500MB
+ 选择文件 + +
+ + + +
+ +
+

已上传文件

+ +
+ +
+
+ + + + + + 还没有上传文件 +
+
+
+
+ +
+ + + +