Typora图床配置

阿里云css图床:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"picBed": {
"uploader": "aliyun",
"aliyun": {
"accessKeyId": " ", //key
"accessKeySecret": " ", //key
"bucket": " ", //存储空间名
"area": " ", //存储区域代号
"path": "img/", //自定义存储路径
"customUrl": " ", //自定义域名,注意要加 http://或者 https://
"options": "" //针对图片的一些后缀处理参数 PicGo 2.2.0+ PicGo-Core 1.4.0+
}
},
"picgoPlugins": {
"picgo-plugin-github-plus": true
}
}

gitee图床:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"picBed": {
"current": "gitee",
"gitee": {
"repo": " ", //仓库名
"branch": "master", //分支
"token": " ", //token密钥
"path": "img",
"customPath": "yearMonth",
"customUrl": " " //自定义域名
}
},
"picgoPlugins": {
"picgo-plugin-gitee-uploader": true,
"picgo-plugin-github-plus": true,
"picgo-plugin-super-prefix": true
},
"picgo-plugin-gitee-uploader": {
"lastSync": "2022-11-05 08:28:07"
}
}

Typora图床配置
https://www.xcjyc.top/2022/08/12/Typora图床配置/
作者
XCJYC
发布于
2022年8月12日
许可协议