feat: World Discovery

This commit is contained in:
2026-06-29 02:33:22 +07:00
parent 716fb82ae1
commit 99ac7761ce
29 changed files with 535 additions and 83 deletions
+6
View File
@@ -45,3 +45,9 @@ export interface FavoriteWorldFolder {
displayName: string;
worldIds: string[];
}
export interface DiscoverCategory {
id: string;
name: string;
worlds: World[];
}