feat: implement cloud store

This commit is contained in:
2026-02-20 10:27:17 +10:30
parent 170b1cf5c3
commit d64962147a
5 changed files with 80 additions and 17 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
export type Theme = {
id: string;
name: string;
description: string;
coverImage: string;
marqueeImage: string;
id: string;
marqueeImage?: string;
theme_json_url?: string;
};