PicList/src/main/apis
2022-10-17 17:53:15 +08:00
..
app 🐛 Fix: windows upload clipboard file with builtin-clipboard not work 2022-08-25 22:46:21 +08:00
core 🐛 Fix: some case will cause picgo-gui-local.log too large 2022-10-17 17:53:15 +08:00
gui 🐛 Fix: showFileExplorer result bug 2022-08-24 10:00:09 +08:00
README.md 📦 Chore: update electron from v6 -> v16 2022-01-04 23:59:35 +08:00

apis folder

core

The lowest level APIs that are not dependent on each other. The upper APIs depend on them.

app

Provide key API interfaces for PicGo application, including uploader, window management, shortcut key system, remotes handler, etc

gui

GuiApi for PicGo plugins.