feat: 初始化 SubHub 订阅共享公告板项目

This commit is contained in:
2026-03-30 17:34:48 +08:00
commit 4bcb053756
22 changed files with 731 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export default function Footer() {
return (
<footer className="mt-12 text-center text-sm text-text-tertiary">
<p></p>
<p className="mt-1">2026 3 </p>
</footer>
)
}