feat(about): 添加关于页面的多个子页面内容

This commit is contained in:
2025-11-21 16:10:43 +08:00
parent bdc7ff6988
commit 64ad7a9cce
13 changed files with 260 additions and 31 deletions

View File

@@ -0,0 +1,5 @@
export default function Page() {
return (
<div className="container mx-auto px-4 py-12"></div>
);
}