[feat] comming soon to offical discord for temp

This commit is contained in:
kwaroran
2023-06-16 10:38:11 +09:00
parent 1ad286561e
commit f72380ef0c
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@@ -28,4 +28,5 @@ xplugin/
/src-taurl/target/ /src-taurl/target/
/src-taurl/gen/ /src-taurl/gen/
/build/ /build/
pycache/ pycache/
test.ts

View File

@@ -40,9 +40,9 @@
<span class="mt-2 text-gray-400 text-start">Characters made and shared by the community</span> <span class="mt-2 text-gray-400 text-start">Characters made and shared by the community</span>
</button> </button>
{:else} {:else}
<button class="bg-darkbg rounded-md p-6 flex flex-col"> <button class="bg-darkbg rounded-md p-6 flex flex-col" on:click={() => {openURL("https://discord.gg/JzP8tB9ZK8")}}>
<h1 class="text-2xl font-bold text-start">Comming soon</h1> <h1 class="text-2xl font-bold text-start">Official Discord</h1>
<span class="mt-2 text-gray-400 text-start">More options comming soon</span> <span class="mt-2 text-gray-400 text-start">Offical Discord to talk about RisuAI</span>
</button> </button>
{/if} {/if}
</div> </div>