新增知识库管理页面,包含知识库文章的增删改查功能,优化API接口定义,提升用户体验和代码可维护性。同时,更新主题设置页面,整合配色方案逻辑,增强用户交互体验。

This commit is contained in:
zyh
2025-04-11 07:09:18 +00:00
parent 602317ea44
commit e2b882777b
6 changed files with 391 additions and 439 deletions

View File

@@ -606,7 +606,7 @@ export interface LoginLocationUpdateResponse {
}
// 知识库相关接口类型定义
interface KnowInfoListResponse {
export interface KnowInfoListResponse {
data: KnowInfo[];
pagination: {
total: number;