Clean the code via prettier.

This commit is contained in:
yuanhau 2025-05-12 21:05:45 +08:00
parent 57aa0aba18
commit eaa9b15b2d
10 changed files with 177 additions and 165 deletions

View file

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