feat(knowledge): restructure knowledge base pages and components

- Implement new setting and testing pages with breadcrumbs
This commit is contained in:
2025-10-14 18:06:12 +08:00
parent 7384ae36d0
commit 9f6785672f
12 changed files with 834 additions and 48 deletions

View File

@@ -20,7 +20,7 @@ import {
Save as SaveIcon,
} from '@mui/icons-material';
interface BasicFormData {
export interface BasicFormData {
name: string;
description: string;
permission: string;