Bug fix
- Fix: S.EE upload error
Unclaimed project
Are you a maintainer of PicGo-Core? Claim this project to take control of your public changelog and roadmap.
Changelog
:zap:The ultimate image uploading engine. Both CLI & API supports.
Last updated 2 months ago
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
The open source coding agent.
All you need to change is the smms backupDomain. You can remove the backupDomain or change it to s.ee
The local server has been rebuilt to be more robust and secure. It now supports automatic port detection and optional authentication, making it safer to run in shared environments.
How to use:
Simply run the following command to start the server:
picgo server
Opt-in URL rewrite rules. When configured, PicGo applies URL rewrite after uploader execution and before afterUploadPlugins.
Each rule supports:
match (string, required): JavaScript RegExp source (no surrounding /).replace (string, required): Replacement string (supports $1, $2,...Since v1.8.0, PicGo-Core supports multiple configurations per uploader. Just like the configuration of the Electron version of PicGo.
You can use picgo set uploader <type> [configName] to configure different uploader configurations.
And you can use picgo use uploader <type> [configName] to switch between different uploader configurations.
For example:
picgo s...