PicList/src/main/apis
PiEgg a676c083fe 🐛 Fix: some bugs
ISSUES CLOSED: #722
2021-08-21 10:42:52 +08:00
..
app 🐛 Fix: gallery db bug 2021-08-01 14:50:25 +08:00
core 🐛 Fix: some bugs 2021-08-21 10:42:52 +08:00
gui Feature: finish custom config path 2021-08-01 17:02:54 +08:00
README.md 🔨 Refactor: improved code structure for greater clarity and understanding 2020-04-10 23:28:46 +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, etc

gui

GuiApi for PicGo plugins.