组件发现和动态加载系统

This commit is contained in:
YHH
2025-10-15 00:40:27 +08:00
parent b757c1d06c
commit cbfe09b5e9
8 changed files with 861 additions and 13 deletions

View File

@@ -15,5 +15,7 @@ export * from './Services/ComponentRegistry';
export * from './Services/LocaleService';
export * from './Services/PropertyMetadata';
export * from './Services/ProjectService';
export * from './Services/ComponentDiscoveryService';
export * from './Services/ComponentLoaderService';
export * from './Types/UITypes';