Vanessa 2025-06-09 22:28:25 +08:00
parent ecd8dd66b9
commit 6fea6311dd
2 changed files with 23 additions and 39 deletions

View file

@ -889,6 +889,12 @@ interface IAVRow {
cells: IAVCell[]
}
interface IAVGalleryItem {
coverURL?: string;
id: string;
values: IAVCell[];
}
interface IAVCell {
id: string,
color: string,