略略略

This commit is contained in:
lzp
2026-03-27 16:07:13 +08:00
parent 2aa5ac8044
commit 0be1c9743c
10 changed files with 129 additions and 32 deletions

View File

@@ -39,3 +39,16 @@ export const deleteDepthCanvas = (id: string) => {
loading: true,
})
}
/**
* 获取分隔后图片
* @param data 分隔参数数据
* @returns 分隔后图片数据
*/
export const getSegAnythingImage = (data: object) => {
return request({
url: `/api/python/segAnything`,
method: 'post',
data,
})
}