mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-14 16:58:13 -04:00
17 lines
513 B
Markdown
17 lines
513 B
Markdown
# apis folder
|
||
|
||
## core
|
||
|
||
The lowest level APIs that are not dependent on each other. The upper APIs depend on them.
|
||
不相互依赖的最低级别api。 上层api依赖于它们。
|
||
|
||
## app
|
||
|
||
Provide key API interfaces for PicList application, including uploader, window management, shortcut key system, remotes handler, etc
|
||
为PicList应用程序提供关键API接口,包括上传器、窗口管理、快捷键系统、远程处理程序等。
|
||
|
||
## gui
|
||
|
||
GuiApi for PicList plugins.
|
||
用于PicList插件的GuiApi。
|