Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZToolsCenter/ZTools
/
Class
src/main/api/plugin/ui.ts:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
* 插件UI控制API - 插件专用
12
*/
13
export
class
PluginUIAPI {
14
private mainWindow: Electron.BrowserWindow | null = null
15
private pluginManager: PluginManager | null = null
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected