单一数据源 + 懒加载缓存

This commit is contained in:
YHH
2025-09-30 23:37:47 +08:00
parent 952247def0
commit 632864b361
4 changed files with 116 additions and 95 deletions

View File

@@ -717,7 +717,7 @@ export class EntityDataCollector {
/**
* 提取组件详细信息
*/
public extractComponentDetails(components: Component[]): Array<{
public extractComponentDetails(components: readonly Component[]): Array<{
typeName: string;
properties: Record<string, any>;
}> {