新增知识库管理页面,包含知识库文章的增删改查功能,优化API接口定义,提升用户体验和代码可维护性。同时,更新主题设置页面,整合配色方案逻辑,增强用户交互体验。
This commit is contained in:
@@ -74,22 +74,13 @@ import {
|
||||
UsersPage,
|
||||
FileLibraryPage
|
||||
} from './pages_sys.tsx';
|
||||
import { KnowInfoPage } from './pages_know.tsx';
|
||||
import { KnowInfoPage } from './pages_know_info.tsx';
|
||||
import { MessagesPage } from './pages_messages.tsx';
|
||||
import {
|
||||
SettingsPage,
|
||||
ThemeSettingsPage,
|
||||
} from './pages_settings.tsx';
|
||||
import {
|
||||
ChartDashboardPage,
|
||||
} from './pages_chart.tsx';
|
||||
import {
|
||||
LoginMapPage
|
||||
} from './pages_map.tsx';
|
||||
|
||||
import {
|
||||
LoginPage,
|
||||
} from './pages_login_reg.tsx';
|
||||
import {SettingsPage } from './pages_settings.tsx';
|
||||
import {ThemeSettingsPage} from './pages_theme_settings.tsx'
|
||||
import { ChartDashboardPage } from './pages_chart.tsx';
|
||||
import { LoginMapPage } from './pages_map.tsx';
|
||||
import { LoginPage } from './pages_login_reg.tsx';
|
||||
|
||||
|
||||
// 配置 dayjs 插件
|
||||
|
||||
Reference in New Issue
Block a user