Add https to deck share

pull/1/head
Made Baruna 2022-12-17 13:53:57 +08:00
parent 78caf23c39
commit cbd641e194
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
}
});
$: generatedLink = `paimon.moe/deck/${id}`;
$: generatedLink = `https://paimon.moe/deck/${id}`;
</script>
{#if loading}