feat: restructure mobile template for better layout and user guidance; remove unused emoji converter from home component

This commit is contained in:
yuanhau 2025-05-12 19:07:04 +08:00
parent ed42dde9ba
commit 71aac20c36
2 changed files with 6 additions and 4 deletions

View file

@ -1 +1,6 @@
<template>目前沒有手機版本</template>
<template>
<div class="justify-center align-center text-center">
<span class="text-6xl text-bold">目前沒有手機版本</span>
<span class="text-xl">請使用電腦版</span>
</div>
</template>