Initial commit: 知识库管理器应用

- 实现基于 PySide6 的 GUI 界面
- 集成 FastAPI 知识库服务器 API
- 支持查看、编辑、提交 Markdown 文件
- 包含完整的 pytest-qt 测试套件
- 添加功能列表文档
This commit is contained in:
2026-01-30 12:03:12 +08:00
commit 0ab3d4f9c1
10 changed files with 695 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
PySide6==6.6.0
requests==2.31.0
pytest-qt==4.2.0
pytest==7.4.3