调试插件 DebugPlugin

This commit is contained in:
YHH
2025-10-14 22:12:35 +08:00
parent a572c80967
commit cac6aedf78
4 changed files with 715 additions and 0 deletions

View File

@@ -13,6 +13,9 @@ export { PluginManager } from './Core/PluginManager';
export { PluginState } from './Core/Plugin';
export type { IPlugin, IPluginMetadata } from './Core/Plugin';
// 内置插件
export * from './Plugins';
// 依赖注入
export {
Injectable,