插件介绍
:zap:The ultimate image uploading engine. Both CLI & API supports.
项目详情摘要
Special thanks to: NocoBase, AI + No-Code Build reliable business systems PicGo-Core A tool for image uploading. Both CLI & api supports. It also supports plugin system, please check Awesome-PicGo to find powerful plugins. More details please see the Homepage of PicGo. Typora supports PicGo-Core natively**. Installation PicGo requires Node.js >= 20.19.0 or >= 22.12.0. For older PicGo versions ( = 16 is sufficient. Cause we need the stability of ES Module support. Global install Local install Usage Use in CLI PicGo uses `SM.MS(S.EE)` as the default upload image host. Show help: Upload a picture from path Upload a picture from clipboard picture from clipboard will be converted to `png` Thanks to vs-picgo && Spades-S for providing the method to upload picture from clipboard. Run as a server Login to PicGo Cloud Logout from PicGo Cloud Check PicGo Cloud login status Use `picgo cloud auth status` to inspect the current PicGo Cloud login state without triggering an interactive login. The check is non-blocking: when there is no local token it returns immediately without any network request. The command sets a process exit code so it can be used in scripts: Status | Meaning | Exit code | ------------- | ------------------------------------------------ | --------- | `logged_in` | Token is valid | `0` | `logged_out` | No local token | `1` | `invalid` | Token exists but is rejected by the server (401) | `2` | `error` | Probe failed (network / server error) | `3` | The `--format json` output is a single line, e.g.: Inspect current module config Use `picgo get` to read the currently selected picgo modules. Each subcommand supports `--format pretty|json` (defaults to `pretty`). In `json` mode each command prints a single parseable line, e.g.: Manage uploader configs Since v1.8.0, Pic
摘自项目公开 README,可能随上游仓库更新。安装方法
建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PicGo/PicGo-Core
使用前检查
- 确认项目符合 DSH bundle 规范,而不只是相关仓库。
- 阅读许可证和安装脚本,检查网络、文件及执行权限。
- 备份配置,并确保插件能够安全卸载或回滚。
