Commit Graph

5 Commits

Author SHA1 Message Date
let5sne.win10
7e4f2c92b1 feat: 添加桌面程序打包支持
- 添加 PyInstaller 打包脚本 build_exe.py
- 更新 requirements.txt 添加 PyQt6 和 opencv-python
- .gitignore 添加 PyInstaller 打包产物忽略规则

使用方法:
  pip install pyinstaller
  python build_exe.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 23:00:57 +08:00
let5sne.win10
e7e4fa8a80 chore: 优化 .gitignore 配置
- 移除重复的 .gradle/ 条目
- 添加更多 Android 构建产物忽略规则
- 完善 Python 和 Keystore 文件忽略规则

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 22:47:34 +08:00
let5sne.win10
38b68c9987 feat: 添加 Android USB 摄像头 APP 源代码
- 源代码文件: MainActivity, CameraHelper, MjpegServer
- 布局文件: activity_main.xml
- 优化 .gitignore 只忽略构建产物
2026-02-12 22:26:40 +08:00
let5sne.win10
767271d499 feat: 添加 USB 摄像头连接功能
- 新增 Android USB 摄像头 APP (MJPEG 服务器)
- 电脑端支持 ADB 端口转发连接
- 修复 .gitignore 忽略 Android 文件

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-12 22:23:43 +08:00
empty
fe5a346fdd feat: initial commit for post-ocr extraction pipeline 2026-02-12 14:20:33 +08:00