refactor: RAG Refactor (#985)

Co-authored-by: Aralhi <xiaoping0501@gmail.com>
Co-authored-by: csunny <cfqsunny@163.com>
This commit is contained in:
Aries-ckt
2024-01-03 09:45:26 +08:00
committed by GitHub
parent 90775aad50
commit 9ad70a2961
206 changed files with 5766 additions and 2419 deletions

View File

@@ -64,3 +64,8 @@ table tr td {
:where(.css-dev-only-do-not-override-18iikkb).ant-form-item .ant-form-item-label > label {
height: 36px;
}
@keyframes rotate {
to {
transform: rotate(360deg);
}
}