feat(供应商管理): 新增规则引擎与词典配置支持

refactor(处理器): 重构通用供应商处理器以支持规则引擎
docs: 更新README与文档说明供应商管理功能
build: 更新打包脚本注入版本信息
test: 添加规则引擎单元测试
This commit is contained in:
2025-12-12 13:46:00 +08:00
parent 73d17836d7
commit fb12e63c4c
33 changed files with 8678 additions and 62 deletions
+20 -22
View File
@@ -1,29 +1,27 @@
# Python缓存文件
# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
.pytest_cache/
.venv/
# 虚拟环境
venv/
env/
ENV/
# Build & dist
build/
dist/
release/
*.spec
# 日志文件
logs/*.log
logs/*.active
*.log.*
# 临时文件和缓存
# Logs & temp
logs/
data/temp/
data/*.bak
*.bak
# Runtime outputs
data/output/
data/result/
# OS/IDE
.DS_Store
# 输出文件(可选是否忽略)
# data/output/
# IDE文件
Thumbs.db
.idea/
.vscode/
*.swp
*.swo