PicList/src/main/apis
2022-08-25 20:04:50 +08:00
..
app 🐛 Fix: macos clipboard image can't show on tray page 2022-08-25 20:04:50 +08:00
core 🔨 Refactor: use picgo-core's picbed list without using builtin picbed list 2022-08-21 10:54:30 +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.