Migrate to svelte 5

This commit is contained in:
kwaroran
2024-10-23 02:31:37 +09:00
parent e434c7ab96
commit c7330719ad
120 changed files with 2398 additions and 2033 deletions

View File

@@ -5,17 +5,17 @@
<h2 class="mb-2 text-2xl font-bold mt-2">{language.community}</h2>
<button
on:click={async () => {openURL("https://github.com/kwaroran/RisuAI")}}
onclick={async () => {openURL("https://github.com/kwaroran/RisuAI")}}
class="drop-shadow-lg p-3 border-darkbutton border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
Github
</button>
<button
on:click={async () => {openURL("https://discord.gg/JzP8tB9ZK8")}}
onclick={async () => {openURL("https://discord.gg/JzP8tB9ZK8")}}
class="drop-shadow-lg p-3 border-darkbutton border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
Discord
</button>
<button
on:click={async () => {openURL("https://www.patreon.com/RisuAI")}}
onclick={async () => {openURL("https://www.patreon.com/RisuAI")}}
class="drop-shadow-lg p-3 border-darkbutton border-solid mt-2 flex justify-center items-center ml-2 mr-2 border-1 hover:bg-selected text-sm">
Support Project
</button>