// 框架骨架屏缓存type FrameSkeletonCache struct { FrameId string Components []Component}// 组件骨架屏type Component struct { Width int Height int}