Merge pull request #357 from SuanmoSuanyangTechnology/feature/chatWithFile_zy

feat(web): share chat & app chat support files
This commit is contained in:
yingzhao
2026-02-06 21:13:31 +08:00
committed by GitHub
34 changed files with 1571 additions and 251 deletions

View File

@@ -29,3 +29,5 @@ export const deleteFileUrl = (file_id: string) => `/storage/files/${file_id}`
export const deleteFile = (fileId: string) => {
return request.delete(deleteFileUrl(fileId))
}
export const shareFileUploadUrl = `${API_PREFIX}/storage/share/files`