feat: websources视图
This commit is contained in:
@@ -80,3 +80,15 @@ export const deleteProject = (id: string) => {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量获取url对应的标题
|
||||
* @param { string[] } data 批量获取url对应的标题参数
|
||||
*/
|
||||
export const fetchUrlTitle = (data: string[]) => {
|
||||
return request({
|
||||
url: '/api/ai-design/fetch-url-content',
|
||||
method: 'post',
|
||||
data: { urls: data }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user