Skip to content

Commit

Permalink
✨ Feature: remove weibo support
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Mar 7, 2020
1 parent 7e10655 commit 96b2b3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/uploader/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import PicGo from '../../core/PicGo'
import SMMSUploader from './smms'
import tcYunUploader from './tcyun'
import weiboUploader from './weibo'
import githubUploader from './github'
import qiniuUploader from './qiniu'
import imgurUploader from './imgur'
Expand All @@ -11,7 +10,6 @@ import upYunUploader from './upyun'
export default (ctx: PicGo): void => {
ctx.helper.uploader.register('smms', SMMSUploader)
ctx.helper.uploader.register('tcyun', tcYunUploader)
ctx.helper.uploader.register('weibo', weiboUploader)
ctx.helper.uploader.register('github', githubUploader)
ctx.helper.uploader.register('qiniu', qiniuUploader)
ctx.helper.uploader.register('imgur', imgurUploader)
Expand Down

0 comments on commit 96b2b3a

Please sign in to comment.