This repository has been archived by the owner on Nov 11, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor image upload method to client-side download (#14)
重构图片上传的方案,改为先在客户端下载,然后调用上传文件的接口上传到附件。 此改动主要考虑到服务器网络环境问题,可能在服务器无法访问 Unsplash 服务或者速度缓慢。 /kind improvement ```release-note 重构图片上传的方案,改为先在客户端下载,然后调用上传文件的接口上传到附件。 ```
- Loading branch information