NapCatQQ/packages/napcat-onebot/network
手瓜一十雪 ec6762d916 Add plugin enable/disable config and status management
Introduces a persistent plugins.json config to track enabled/disabled status for plugins, updates the plugin manager to respect this config when loading plugins, and adds API and frontend support for toggling plugin status. The backend now reports plugin status as 'active', 'stopped', or 'disabled', and the frontend displays these states with appropriate labels. Also updates the built-in plugin package.json with author info.
2026-01-17 16:24:46 +08:00
..
adapter.ts Refactor network adapter activation and message handling 2026-01-14 18:53:31 +08:00
http-client.ts refactor: 整体重构 (#1381) 2025-11-13 15:39:42 +08:00
http-server-sse.ts Refactor network adapter activation and message handling 2026-01-14 18:53:31 +08:00
http-server.ts Refactor network adapter activation and message handling 2026-01-14 18:53:31 +08:00
index.ts Add isActive property to plugin adapters 2026-01-14 18:53:32 +08:00
plugin-manger.ts Add plugin enable/disable config and status management 2026-01-17 16:24:46 +08:00
plugin.ts Add isActive property to plugin adapters 2026-01-14 18:53:32 +08:00
websocket-client.ts Refactor network adapter activation and message handling 2026-01-14 18:53:31 +08:00
websocket-server.ts Refactor network adapter activation and message handling 2026-01-14 18:53:31 +08:00