ForcePilot/web/src
Wenjie Zhang 0ff771dc19 fix: 禁用URL文档上传与解析功能
出于安全考虑,移除所有URL文档上传与解析相关功能:
1. 在知识库路由层添加URL上传校验
2. 移除URL元数据生成逻辑
3. 禁用URL转markdown功能
4. 在各知识库实现中移除URL处理逻辑
5. 在前端禁用URL上传选项并添加提示
2025-11-23 14:57:38 +08:00
..
apis feat(agent): 添加智能体状态刷新功能及API 2025-11-17 12:01:59 +08:00
assets Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
components fix: 禁用URL文档上传与解析功能 2025-11-23 14:57:38 +08:00
composables feat: 为智能体操作实现人工审批机制 2025-11-01 21:34:16 +08:00
layouts Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
router feat! (memory)!: 重新实现了对话管理的存储与管理,不再依赖于 MemorySaver 2025-10-04 22:21:30 +08:00
stores Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
utils fix(chat): 修复工具调用状态判断和错误处理 2025-11-15 12:52:21 +08:00
views Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
App.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
main.js refactor(router): 更新系统路由 2025-07-22 17:29:38 +08:00