[feat] added realm icons

This commit is contained in:
kwaroran
2023-07-23 00:39:26 +09:00
parent 704b03b3a8
commit f728bef042
3 changed files with 13 additions and 5 deletions

View File

@@ -627,6 +627,8 @@ export type hubType = {
tags: string[],
viewScreen: "none" | "emotion" | "imggen"
hasLore:boolean
hasEmotion:boolean
hasAsset:boolean
creator?:string
license:string
}