添加邮件系统page

This commit is contained in:
2025-06-10 21:37:36 +08:00
parent 749cb2e13b
commit e777afc433
6 changed files with 38 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
export default function Page() {
return (
<div>vspace</div>
<div className="text-sm text-zinc-600">
<div>线</div>
<li></li>
<li></li>
<li></li>
</div>
)
}