增加了AI分析产品的功能

This commit is contained in:
2025-11-27 07:54:42 +08:00
parent cf64532b16
commit 4c2ee60431
12 changed files with 1715 additions and 168 deletions

8
requirements_gui.txt Normal file
View File

@@ -0,0 +1,8 @@
# SQLite数据库查看器依赖包
PySide6>=6.5.0
loguru>=0.7.0
pyqt-test>=1.0.0
# 可选用于GUI测试的额外依赖
pytest>=7.0.0
pytest-qt>=4.0.0