Go to file
vertoryao aeb978ef11 feat(spider): 重构爬虫模块
- 新增 SpiderConfig 和 SpiderProperty 类来管理爬虫配置
- 新增 SpiderService 接口和 SpiderServiceImpl 实现类来处理爬虫相关操作
- 重构了爬虫运行、状态、日志和停止等功能
- 删除了旧的 SpiderStrategy、SpiderStrategyFactory 等类
- 更新了 application-dev.yml 中的爬虫配置
2025-07-20 20:46:53 +08:00
src feat(spider): 重构爬虫模块 2025-07-20 20:46:53 +08:00
.gitattributes feat: add gitignore 2025-04-22 11:03:04 +08:00
.gitignore feat: add gitignore 2025-04-22 11:03:04 +08:00
compose.yaml first commit 2025-04-22 11:04:40 +08:00
Dockerfile feat(dify): 添加 Docker 支持并进行代码优化 2025-05-12 17:37:10 +08:00
LICENSE Initial commit 2025-04-22 10:30:32 +08:00
pom.xml refactor(dify): 升级 dify-spring-boot-starter版本并优化相关代码 2025-07-10 10:56:26 +08:00
README.md Initial commit 2025-04-22 10:30:32 +08:00

dify-proxy-backend

dify代理管理端