https://github.com/monkeywie/pic-bed
Picture bed repository.
https://github.com/monkeywie/pic-bed
Last synced: 4 months ago
JSON representation
Picture bed repository.
- Host: GitHub
- URL: https://github.com/monkeywie/pic-bed
- Owner: monkeyWie
- Created: 2019-07-01T09:40:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T07:22:47.000Z (almost 6 years ago)
- Last Synced: 2025-11-29T23:58:48.499Z (7 months ago)
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
此仓库只做图片保存,使用 vs code + PicGo 作为图床客户端。
默认存储在`images/`目录下,修改 vs code `picgo.picBed.github.path` 配置,可以指定对应存储的目录。
在每个需要用到图床的项目下新建`./vscode/settings.json`文件来指定项目对应的存储目录:
```json
{
"picgo.picBed.github.path": ""
}
```