单一数据源 + 懒加载缓存
This commit is contained in:
@@ -717,7 +717,7 @@ export class EntityDataCollector {
|
||||
/**
|
||||
* 提取组件详细信息
|
||||
*/
|
||||
public extractComponentDetails(components: Component[]): Array<{
|
||||
public extractComponentDetails(components: readonly Component[]): Array<{
|
||||
typeName: string;
|
||||
properties: Record<string, any>;
|
||||
}> {
|
||||
|
||||
Reference in New Issue
Block a user