diff --git a/deploy/nginx-jiu.conf b/deploy/nginx-jiu.conf index 6818fb1..09ec4a6 100644 --- a/deploy/nginx-jiu.conf +++ b/deploy/nginx-jiu.conf @@ -53,12 +53,6 @@ server { try_files $uri /app/index.html; } - # 扫码页(/scan/ → scan.html,JS 从 URL 读取 id) - location /scan/ { - root /opt/jiu/marketing; - try_files /scan.html =404; - } - # 桌面客户端安装包下载(Windows .exe / macOS .zip) location /downloads/ { alias /opt/jiu/downloads/; diff --git a/docs/deployment-nas-gitea.md b/docs/deployment-nas-gitea.md index 5f6f456..dc04c9d 100644 --- a/docs/deployment-nas-gitea.md +++ b/docs/deployment-nas-gitea.md @@ -155,8 +155,7 @@ git push nas main && git push nas v1.1.0 │ ├── assets/ │ ├── index.html │ ├── docs.html -│ ├── download.html -│ └── scan.html +│ └── download.html ├── images/ # 商品图片上传目录 └── web-old/ # 上一版本 Flutter Web(回滚备用) ``` @@ -175,5 +174,5 @@ Systemd 服务名:`jiu` | `/api/*`, `/health`, `/version` | Go 后端 API | | `/images/*` | 商品图片静态文件 | | `/app/` | Flutter 管理端 SPA | +| `/product/` | 商品扫码公开页(Flutter Web 路由) | | `/` | 营销首页 | -| `/scan/` | 商品扫码页 | diff --git a/todo/todo.html b/todo/todo.html index 1db0418..bce6bad 100644 --- a/todo/todo.html +++ b/todo/todo.html @@ -102,8 +102,8 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }
生成于 2026-06-08 · 真相源 todo/todo.json
6全部
-
5未完成
-
1已完成
+
4未完成
+
2已完成
@@ -132,7 +132,7 @@ ul.todo-list { list-style: none; margin: 0; padding: 0; }
-
📋 未完成(5)
+
📋 未完成(4)
  • -
  • -
    - scan.html / features 走 passthrough 不享模板 - 一般 / 优化 -
    -
    features/scan.html 直接复制,不经 njk 模板,页脚/备案/CSS 都得手动同步。建议长期改造为模板化。
    - -
  • -
  • -
    ✅ 已完成(1)
    +
    ✅ 已完成(2)