houhuan
97d9d98b4c
Update: Refactor to absolute imports, fix QPS limits, and enhance Gitea sync with SQLite support
2026-07-21 10:25:29 +08:00
houhuan
056e7d8e75
feat: 百度通用文字识别提取供应商/日期(config api_key 持久化)
2026-07-19 19:23:38 +08:00
houhuan
cc66448327
backup: 价格bug修复 + 订单批量识别设计文档
2026-07-19 16:17:12 +08:00
houhuan and Claude Opus 4.7
0c28031e81
docs: update README with web features, remove dev planning docs
...
- Add Web 端功能 section covering all features
- Add web/ directory to project structure
- Add Web startup instructions (backend + frontend)
- Remove docs/superpowers/ (internal dev planning docs)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 20:53:25 +08:00
houhuan and Claude Opus 4.7
32af38fe2a
docs: add processing flow + UI/UX enhancement plan
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-13 19:09:27 +08:00
houhuan and Claude Opus 4.7
beaf7c6203
docs: add frontend bug fix and code quality implementation plan
...
12 tasks covering: useDebounce/useFileUtils/useFilePreview composables,
global error handler, fetchUser fix, file view refactoring, error handling
across 9 views, dead code cleanup, password validation, batch-delete API.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-12 21:14:29 +08:00
houhuan and Claude Opus 4.7
7c3616ff98
docs: add frontend bug fix and code quality design spec
...
Addresses 11 issues across 3 phases: critical bug fixes (fetchUser,
silent errors, loading states, stats fallback, global error handler),
code quality (extract composables, remove dead code), and minor
improvements (password validation, batch delete endpoint).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-12 21:06:05 +08:00
houhuan and Claude Opus 4.7
71c0ba9c96
docs: add implementation plan for logging, task history, and file management
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-05 11:25:02 +08:00
houhuan and Claude Opus 4.7
c1826918aa
docs: add design spec for logging, task history, and file management
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-05 11:19:14 +08:00
houhuan and Claude Opus 4.7
6f96bf50ac
fix: 修复输出路径问题 — 路径解析改为基于应用目录而非CWD
...
当从外部目录(如D:\ccc)拖入文件时,输出文件会错误地写入源目录。
根因是所有路径使用相对路径 + os.getcwd() 解析,CWD不同则路径错误。
修复方案:
- ConfigManager.get_path() 改为使用 app_root (exe所在目录/脚本所在目录)
- 将 22 处裸硬编码 "data/result"/"data/output" 替换为 config.get_path()
- 添加 result_folder 到默认配置和 config.ini
- 修复 error_utils.py 中的路径匹配字符串
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-04 23:05:10 +08:00
houhuan and Claude Opus 4.7
e4d62df7e3
feat: 益选 OCR 订单处理系统初始提交
...
- 智能供应商识别(蓉城易购/烟草/杨碧月/通用)
- 百度 OCR 表格识别集成
- 规则引擎(列映射/数据清洗/单位转换/规格推断)
- 条码映射管理与云端同步(Gitea REST API)
- 云端同步支持:条码映射、供应商配置、商品资料、采购模板
- 拖拽一键处理(图片→OCR→Excel→合并)
- 191 个单元测试
- 移除无用的模板管理功能
- 清理 IDE 产物目录
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-04 19:51:13 +08:00