fix: demo首页

This commit is contained in:
2025-07-25 06:45:54 -07:00
parent 3e18012b1b
commit 84cd214dc5
36 changed files with 234 additions and 13 deletions
@@ -0,0 +1,5 @@
import Affiliate from '@/components/affiliate';
export default function Page() {
return <Affiliate />;
}