Refactor API requests and update component styles

This commit is contained in:
wangqiao
2025-08-23 17:14:42 +08:00
parent bf86652ff2
commit 38f6d8c062
15 changed files with 376 additions and 294 deletions

View File

@ -52,7 +52,7 @@ export interface pageReq {
projectId?: number | string
title?: string
ownedUserId?: string
editions?: string
editions?: any
labels?: any[]
type?: number // 类型: 1 图纸 2 文本 3 模型
source?: number | string
@ -60,7 +60,7 @@ export interface pageReq {
status?: any
createAddress?: string
createIp?: string
projectType?: string
projectType?: any
}
export interface pageRes {
list: {