[新增]AI: 写作管理
This commit is contained in:
5
types/global.d.ts
vendored
5
types/global.d.ts
vendored
@ -50,4 +50,9 @@ declare global {
|
||||
name: string
|
||||
children?: Tree[] | any[]
|
||||
}
|
||||
// 分页数据公共返回
|
||||
interface PageResult<T> {
|
||||
list: T // 数据
|
||||
total: number // 总量
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user