1.打开配置文件image-20220317150115991

  1. 注册smms账号

    Image Upload - SM.MS - Simple Free Image Hosting

  2. smms获取token

    image-20220317150327628

    image-20220317150355035

  3. gitee获取token

    image-20200924224338594

    image-20200924224425306

  4. 设置配置文件

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    {
    "picBed": {
    "uploader": "smms",
    "smms": {
    "token": "你获得的token"
    }
    },
    "picgoPlugins": {
    "picgo-plugin-gitee-uploader": true,
    "picgo-plugin-smms-user": true
    }
    }
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"picBed": {
"current": "gitee",
"uploader": "gitee",
"gitee": {
"branch": "master",
"customPath": "yearMonth",
"customUrl": "",
"path": "mdPic",
"repo": "dzh86/img",
"token": "你的token"
}
},
"picgoPlugins": {
"picgo-plugin-gitee-uploader": true,
"picgo-plugin-smms-user": true
}

}