近来typora使用picgo桌面端上传图片时总是失败,不知道是端口未开放还是哪里出问题,懒得去查了,加上picgo桌面端较为吃内存,于是我换成了命令行版本,关于两者的区别官方给了很详细的解释(基本小白都能读懂)
Difference between PicGo.app and PicGo-Core (command line)
- Currently PicGo (app) is Chinese only.
- PicGo.app provides a GUI, and therefore more easy to setup compared with the CLI version.
- Upload using PicGo-Core (command line) costs less computing resources, because the process will only be running during the uploading process, and will exit after uploading succeed or failed. While uploading via PicGo.app, PicGo.app will be always kept running can not exit automatically. Also, PicGo.app is an electron app, which eats more computing resources.
- PicGo.app and PicGo-Core use different config files, but you can copy the json object under
picBed
key in the config file of PicGo.app into PicGo’s config file. - PicGo.app provides other features, like upload history, auto rename, etc.
PicGo.app 和 PicGo-Core(命令行)的区别
- 目前 PicGo.app 仅是中文。
- PicGo.app 提供一个GUI,因此与CLI版本相比更容易设置。
- 使用 PicGo-Core(命令行)上传的成本较少,因为该过程将仅在上载过程中运行,并且在上载成功或失败后退出。当通过 PicGo.app 上传时,PicGo 将始终保持运行,无法自动退出。此外,PicGo.app 是一个应用程序,它消耗更多的计算资源。
- PicGo.app 和 PicGo-Core 使用不同的配置文件,但您可以将 PicGo.app 的配置文件中的 json 对象复制到 PicGo-Core 的配置文件中去。
- PicGo.app拥有其他功能,如上传历史记录、自动重命名等。
安装PicGO-Core
代码语言:javascript复制npm install picgo -g
配置上传信息
代码语言:javascript复制picgo set uploader
根据提示选择图床和填写安全信息即可
代码语言:javascript复制picgo use uploader
选择你刚刚配置的图床,这样你上传的配置就基本完成了。
在typora中测试使用
版权属于:乐心湖's Blog
本文链接:https://cloud.tencent.com/developer/article/1774952
声明:博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!