This commit is contained in:
jueweijue 2024-05-29 21:35:58 +08:00
parent 0d8cda9787
commit 91dc29e341
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ export default function Home() {
</div>
<div className="flex flex-col flex-1 py-16 items-center justify-around z-10">
<Image className="w-96" src={slogan} priority alt="" />
<p className="text-white">{deviceType}</p>
<p className="text-white">{navigator.userAgent}</p>
{deviceType === "pc" && (
<div className="flex flex-row gap-20">
<a