chore: 更新最近文件列表和日志文件

更新 user_settings.json 中的最近文件列表,反映最新的文件操作历史。
更新 app.core.excel.converter.log 日志文件,包含最新的条码映射配置加载和保存记录。
This commit is contained in:
侯欢 2026-03-31 13:13:35 +08:00
parent 12b9e0e771
commit bbe2d110e4
2 changed files with 13 additions and 4 deletions

View File

@ -2,9 +2,12 @@
"window_size": "900x600",
"theme_mode": "light",
"recent_files": [
"data/result\\采购单_20260331-112747.xls",
"data/result\\采购单_20260331-112736.xls",
"data/output\\20260331-112736.xlsx",
"data/output\\20260331-112747.xlsx"
"data/result\\采购单_预处理之后_原始数据.xls",
"E:/2025Code/python/orc-order-v2/data/output/原始数据.xlsx",
"data/result\\采购单_预处理之后_订单1774849009841.xls",
"E:/2025Code/python/orc-order-v2/data/output/订单明细20260330133908.xlsx",
"data/output\\订单明细20260330133908.xlsx",
"E:/2025Code/python/orc-order-v2/data/output/订单1774849009841.xlsx",
"data/output\\订单1774849009841.xlsx"
]
}

View File

@ -10496,3 +10496,9 @@
2026-03-31 11:28:11,994 - app.core.excel.converter - INFO - 解析二级规格: 1*12 -> 1*12
2026-03-31 11:28:13,707 - app.core.excel.converter - INFO - 成功加载条码映射配置共62项
2026-03-31 11:28:49,634 - app.core.excel.converter - INFO - 成功加载条码映射配置共62项
2026-03-31 11:45:07,766 - app.core.excel.converter - INFO - 成功加载条码映射配置共62项
2026-03-31 11:46:06,001 - app.core.excel.converter - INFO - 条码映射配置保存成功共62项
2026-03-31 11:46:43,417 - app.core.excel.converter - INFO - 成功加载条码映射配置共62项
2026-03-31 11:47:20,330 - app.core.excel.converter - INFO - 条码映射配置保存成功共63项
2026-03-31 11:47:24,803 - app.core.excel.converter - INFO - 成功加载条码映射配置共63项
2026-03-31 11:47:52,647 - app.core.excel.converter - INFO - 条码映射配置保存成功共64项