fix: catalog size

This commit is contained in:
jialin
2026-01-12 12:24:34 +08:00
parent 05ad296b43
commit fc76822bdf
13 changed files with 413 additions and 35 deletions
+1
View File
@@ -191,6 +191,7 @@ export interface CatalogItem {
categories: string[];
capabilities: string[];
size: number;
size_unit: string;
activated_size: number;
licenses: string[];
release_date: string;