Files
quantulr b6a722fa79 update
2023-11-03 17:25:10 +08:00

25 lines
767 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const Page = () => {
return (
<>
<h2 className={"mb-8 text-center text-lg font-bold text-[#054786]"}>
</h2>
<p className={"my-1 indent-8 text-base"}>
绿
</p>
<p className={"my-1 indent-8 text-base"}>
8:3018:00
</p>
<p className={"my-1 indent-8 text-base"}>
18156053255 18156054143
</p>
<p className={"my-1 indent-8 text-base"}>
D1 7
</p>
<p className={"my-1 indent-8 text-base"}>230022</p>
</>
);
};
export default Page;