PicList/src/main/apis/README.md
2022-01-04 23:59:35 +08:00

14 lines
290 B
Markdown

# 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.