PicList/src/main/apis
Kuingsmile 45fae3072d 🐛 Fix(custom): fix rename window bug
ISSUES CLOSED: #186,#117
2024-04-11 19:14:59 +08:00
..
app 🐛 Fix(custom): fix rename window bug 2024-04-11 19:14:59 +08:00
core 🔨 Refactor(custom): add config file type 2024-04-09 15:03:32 +08:00
gui 🔨 Refactor(custom): add config file type 2024-04-09 15:03:32 +08:00
README.md 📦 Chore: upgrade electron uuid , change pkg name 2023-01-16 23:27:33 +08:00

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。