增加手机上传图片的功能

This commit is contained in:
wandering
2026-05-25 12:00:06 +08:00
parent f754386695
commit 02e2ca90a7
4 changed files with 220 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
├── web/
│ ├── app.py # Web 服务入口
│ ├── templates/
│ │ ── index.html # Web 前端页面
│ │ ── index.html # Web 前端页面
│ │ └── mobile_upload.html # 移动端扫码上传页面
│ └── uploads/ # 用户上传文件目录
├── *.pdf # 发票 PDF按需放置
├── *.png / *.jpg # 与 PDF 同名的支付截图
@@ -133,6 +134,7 @@ python web/app.py
| 实时日志 | 处理进度通过 SSE 实时推送 |
| 下载 CSV | 处理后下载发票汇总表 |
| 配置上传 | 可上传 `config.json` 自动填充表单 |
| 手机扫码上传 | 支付截图区域显示二维码,手机端扫码后可拍照/选图上传PC 端实时同步接收 |
> Web 模式下浏览器以无头模式运行,不会弹出窗口。
> 若未上传 PDF 附件,浏览器填报阶段将自动跳过附件上传步骤。