| 22 | * 允许插件在运行时动态添加/删除功能 |
| 23 | */ |
| 24 | export class PluginFeatureAPI { |
| 25 | private pluginManager: PluginManager | null = null |
| 26 | private notifyTimer: NodeJS.Timeout | null = null |
| 27 | private readonly NOTIFY_DEBOUNCE_DELAY = 3000 // 3秒防抖延迟 |
nothing calls this directly
no outgoing calls
no test coverage detected