feat: 接入大屏文件上传服务

This commit is contained in:
zxr
2026-08-04 01:02:40 +08:00
parent 9f2482bf66
commit 100c652f2d
8 changed files with 94 additions and 116 deletions

View File

@@ -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
}
}