feat: 新增文件上传服务页面 + Go后端

- 新增 upload.html 文件上传页面(拖拽/选择文件,带进度条)
- 新增 Go 上传后端服务(/opt/upload-server/),systemd 管理
- 新增 index.html 中文件上传服务卡片
- nginx: /upload/ 路径映射(静态页+API代理)
- 文件大小限制 500MB,存储到 /var/www/sumi.work/upload/files/
This commit is contained in:
lwt
2026-05-13 09:26:12 +08:00
parent c66daa3427
commit 3e03f66439
2 changed files with 531 additions and 0 deletions
+7
View File
@@ -138,6 +138,13 @@
<span class="arrow-button"></span>
</a>
<a class="service-card card-blue" href="/upload/" aria-label="进入文件上传">
<span class="service-icon"><svg width="58" height="58" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 30v6a4 4 0 0 0 4 4h24a4 4 0 0 0 4-4v-6"/><path d="M24 10v20m-8-8 8 8 8-8"/></svg></span>
<span class="service-title">文件上传</span>
<span class="service-desc">文件共享服务</span>
<span class="arrow-button"></span>
</a>
<a
class="service-card card-purple"
href="https://gemini.google.com/app"