feat: 接入大屏文件上传服务
This commit is contained in:
14
src/api/path/project.d.ts
vendored
14
src/api/path/project.d.ts
vendored
@@ -21,6 +21,18 @@ export type ProjectItem = {
|
||||
* 预览图片url
|
||||
*/
|
||||
indexImage: string
|
||||
/**
|
||||
* 预览图片 Files 标识
|
||||
*/
|
||||
indexImageFileId: string
|
||||
/**
|
||||
* 背景图片url
|
||||
*/
|
||||
backgroundImage: string
|
||||
/**
|
||||
* 背景图片 Files 标识
|
||||
*/
|
||||
backgroundImageFileId: string
|
||||
/**
|
||||
* 创建者 identity
|
||||
*/
|
||||
@@ -36,4 +48,4 @@ export interface ProjectDetail extends ProjectItem {
|
||||
* 项目参数
|
||||
*/
|
||||
content: string
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user