• Joined on 2022-01-14
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 20:45:10 +08:00
4b0f954b42 fix(template): 优化logs.html模板中的AJAX请求处理逻辑
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 20:41:45 +08:00
3aed58dc5c fix(template): 修改logs.html模板中的重试请求
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 20:30:21 +08:00
6927a23bbe chore: add db file
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 20:26:14 +08:00
a031049c64 fix(template): 修复logs.html模板中的AJAX请求处理逻辑
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 18:57:43 +08:00
2cd9b6e106 feat(models): 优化添加商品逻辑,支持扫码记录和更新商品信息
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 18:18:11 +08:00
789111e629 feat(models): 优化scanlog获取商品名字逻辑
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 18:16:35 +08:00
40129961a0 feat(models): 添加扫码日志记录功能
d8887eaf5b fix(models): 优化ScanLog查询方法
Compare 2 commits »
ching pushed to main at ching/grocy-barcode-helper 2025-02-09 18:06:22 +08:00
fe4be1b06e feat(app): 添加扫描日志页面
ching pushed to main at ching/grocy-barcode-helper 2025-02-07 22:54:43 +08:00
a7865638f4 feat(app): 添加糖果/甜味剂产品到零食柜
ching pushed to main at ching/grocy-barcode-helper 2025-02-07 22:25:09 +08:00
d7fe6ffb14 feat(api): 添加ShowApiSpider类用于查询商品信息
ching pushed to master at ching/scripts 2025-01-15 17:21:16 +08:00
7f892ee70e feat(print_sth): 增加打印脚本
ching pushed to main at ching/grocy-barcode-helper 2024-11-14 16:28:31 +08:00
e8293c0a74 chore(api): 修改推送消息内容 TUN-133
ching pushed to main at ching/grocy-barcode-helper 2024-10-13 14:32:18 +08:00
50cd69f378 fix(api): 修复添加下厨房菜谱通知失败的问题
ching pushed to main at ching/grocy-barcode-helper 2024-10-13 14:01:58 +08:00
4c76880cde fix(api): 修复添加下厨房菜谱报错的问题
ching pushed to main at ching/grocy-barcode-helper 2024-10-07 18:46:59 +08:00
168bbb9352 feat(api): 添加添加商品标志位功能
ching pushed to main at ching/grocy-barcode-helper 2024-10-07 18:45:37 +08:00
36c34d4170 feat(api): 添加消耗商品标志位和连续消耗标志位
ching pushed to main at ching/grocy-barcode-helper 2024-09-30 00:25:58 +08:00
51b62df189 feat(api): 菜谱接口使用 redis streams TUN-124
11307820b4 fix(api): 修复上传图片失败的问题
Compare 2 commits »
ching pushed to main at ching/grocy-barcode-helper 2024-09-29 18:25:08 +08:00
f83f229622 feat(api): 菜谱中使用 cdn 图片代替 base64 图片
ching pushed to main at ching/grocy-barcode-helper 2024-09-29 18:20:41 +08:00
b358f25a6c feat(api): 添加图片上传功能
ching pushed to main at ching/grocy-barcode-helper 2024-09-29 15:24:41 +08:00
f880fa6081 feat: 添加商品时修复条码保存问题,并添加默认数量;