PicGo / PicGo-Core

:zap:A tool for pictures uploading. Both CLI & API supports.
https://picgo.github.io/PicGo-Core-Doc/
MIT License
832 stars 84 forks source link

Picgo 自动将图片上传至 SM.MS,而非我配置的 Github 图床 #92

Closed koktlzz closed 3 years ago

koktlzz commented 3 years ago

问题描述

我使用的是 VScode的 Picgo 插件,很久之前就配置好上传到 Github 图床。VScode 的 settings.json 文件相关配置如下:

    "picgo.picBed.current": "github"
    "picgo.picBed.github.branch": "master",
    "picgo.picBed.github.repo": "koktlzz/ImgBed",
    "picgo.picBed.github.token": "******",
    "picgo.picBed.github.customUrl": "https://cdn.jsdelivr.net/gh/koktlzz/ImgBed@master",

大概从前天开始,我使用快捷键上传图片时就莫名其妙地上传到了 SM.MS:

![20210728214855](https://i.loli.net/2021/07/28/lbFh89GAis7uTg2.png)

我从未进行过相关配置,只是 VScode 更新过一次。

版本信息

Molunerfinn commented 3 years ago

请去vs-picgo仓库提交issue

koktlzz commented 3 years ago

请去vs-picgo仓库提交issue

谢谢