feat(form): add form field components and configuration updates

refactor(knowledge): restructure configuration components to use common items
This commit is contained in:
2025-10-15 18:48:48 +08:00
parent fe8747983e
commit fd4309582d
36 changed files with 1869 additions and 1001 deletions

View File

@@ -19,6 +19,5 @@ export default defineConfig([
ecmaVersion: 2020,
globals: globals.browser,
},
ignores: ['rag_web_core/**'],
},
])