feature:增加Github图床删除逻辑,可删除远程仓中的图片

This commit is contained in:
hackycy
2020-06-23 14:16:10 +08:00
parent 6d7b981f37
commit 23843b8073
7 changed files with 169 additions and 85 deletions

View File

@@ -4,4 +4,6 @@ class GithubApi {
static const String UPLOAD_CONTENTS = 'repos/:owner/:repo/contents/:path'; //PUT
static const String DELETE_CONTENTS = 'repos/:owner/:repo/contents/:path'; // DELETE
}