diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6fad7a9d..eed9e561 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.23.2" + "version": "1.23.3" }, "tauri": { "allowlist": { diff --git a/src/lib/Others/GithubStars.svelte b/src/lib/Others/GithubStars.svelte index b0733308..9130ded3 100644 --- a/src/lib/Others/GithubStars.svelte +++ b/src/lib/Others/GithubStars.svelte @@ -1,4 +1,5 @@ @@ -16,9 +17,14 @@ github {/if} - + \ No newline at end of file diff --git a/src/lib/UI/Hub.svelte b/src/lib/UI/Hub.svelte index 40c31273..20568073 100644 --- a/src/lib/UI/Hub.svelte +++ b/src/lib/UI/Hub.svelte @@ -2,13 +2,15 @@ import { downloadRisuHub, getRisuHub, hubURL } from "src/ts/characterCards"; import { ArrowLeft, ArrowRight, DownloadIcon, FlagIcon, MenuIcon, SearchIcon, XIcon } from "lucide-svelte"; import { alertConfirm, alertInput, alertNormal } from "src/ts/alert"; + import { parseMarkdownSafe } from "src/ts/parser"; let openedData:null|{ name:string desc: string download: number, id: string, - img: string + img: string, + tags: string[] } = null let charas:{ @@ -53,32 +55,34 @@
- {#each charas as chara} -
- - {/each} + + {/each} + {/key}
-
-