refactor(knowledge): restructure knowledge creation form and hooks

feat(knowledge): add GeneralForm and ChunkMethodForm components
This commit is contained in:
2025-10-13 18:25:44 +08:00
parent cedb0699f5
commit 34181cf025
9 changed files with 625 additions and 381 deletions

View File

@@ -17,7 +17,7 @@ import {
Tab
} from '@mui/material';
import LanguageSwitcher from '../../components/LanguageSwitcher';
import { useLoginPage } from '../../hooks/login_hooks';
import { useLoginPage } from '../../hooks/login-hooks';
const Login = () => {
const { t } = useTranslation();