重构代码,统一config配置
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 47m14s

This commit is contained in:
2026-04-21 11:02:16 +08:00
parent 726236eaff
commit 8b354b7ccc
50 changed files with 4025 additions and 6 deletions

6
.gitignore vendored
View File

@@ -7,16 +7,14 @@
/*
# 2. 放行需要的文件夹及其内容
!app/
!app/**
!backend/
!backend/**
!frontend/
!frontend/**
!scripts/
!scripts/**
!rag_indexer/
!rag_indexer/**
!rag_core/
!rag_core/**
!docker/
!docker/**
!.gitea/