feat: 大量优化和bug修复

This commit is contained in:
2026-05-23 22:23:29 +08:00
parent 92b063c4c4
commit fc71e924e7
39 changed files with 1381 additions and 302 deletions
-2
View File
@@ -2,7 +2,6 @@
export type {
IApiResponse,
IClearCacheResponse,
IHealthResponse,
IQaRecord,
IRecordsData,
IRecordsRequest,
@@ -11,6 +10,5 @@ export type {
ISearchRequest,
ISearchResponse,
ISearchSuccessResponse,
IStatsResponse,
QuestionType
} from "~~/shared/types/answer";
+8
View File
@@ -1,2 +1,10 @@
// app/interfaces/index.ts - 前端共享类型统一出口
export * from "./answer";
export type {
ISystemConfigPublic,
ISystemConfigResponse,
ISystemConfigUpdateRequest,
IUserSettings,
IUserSettingsResponse,
IUserSettingsUpdateRequest
} from "~~/shared/types/settings";