fix: 修复 tjaf 依赖安装问题

- 注释掉无法访问的 GitHub 仓库依赖
- 添加 TJAF_INSTALL.md 安装说明文档
- 添加 install_tjaf.sh 自动安装脚本
- 提供多种 tjaf 包安装方案
This commit is contained in:
2025-11-15 16:25:11 +08:00
parent 25c26b2b2e
commit 704d4c7522
3 changed files with 250 additions and 1 deletions

View File

@@ -11,5 +11,7 @@ redis==5.2.1
requests==2.32.3
websockets==14.2
Flask-Limiter==3.10.1
git+https://github.com/yuukiwww/tjaf.git@d59e854b074012f6a31bd4c65b53edb6148b0ac7
# git+https://github.com/yuukiwww/tjaf.git@d59e854b074012f6a31bd4c65b53edb6148b0ac7
# 注意: tjaf 仓库不可访问,需要手动安装或使用本地副本
# 请参考 TJAF_INSTALL.md 了解安装方法
msgspec==0.19.0