✨Feat: 完成前端知识卡片

This commit is contained in:
2026-03-27 20:01:56 +08:00
parent afc7fee56b
commit 541ca96fc6
3 changed files with 186 additions and 92 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function App() {
className="flex min-w-[320px] flex-col gap-3 rounded-3xl p-6"
variant="default"
>
<Card />
<Card topic="React Hooks" />
</Surface>
</>
);