[+] register notice

This commit is contained in:
Clansty
2025-07-23 18:54:52 +08:00
parent 2dc53cfbd7
commit f6aa7d1fe3
3 changed files with 36 additions and 3 deletions

View File

@@ -2,9 +2,7 @@
import { fade } from "svelte/transition"
import { t } from "../../libs/i18n";
import ActionCard from "../../components/ActionCard.svelte";
import StatusOverlays from "../../components/StatusOverlays.svelte";
import { CARD, GAME, USER } from "../../libs/sdk";
import Icon from "@iconify/svelte";
export let username: string;
let shouldShow = navigator.language.startsWith('zh');
@@ -60,7 +58,6 @@
{/if}
<style lang="sass">
@use "../../vars"
h3
font-size: 1.3rem
margin: 0