Skip to content

Commit 6fb893c

Browse files
fix: change app places
1 parent e7fc653 commit 6fb893c

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

apps/prompt-playground/src/components/AppsSection.tsx

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ const categories = [
1919
colorClass: "icon-orange",
2020
prompt: diceVersePromptRaw,
2121
},
22-
{
23-
title: "Pi Matchmaker",
24-
description: "在圆周率前10万位中寻找你的生日或纪念日。",
25-
icon: "🥧",
26-
url: "https://chenzihong-gavin.github.io/weekly-vibe-coding/pi-matchmaker/",
27-
status: "live" as const,
28-
colorClass: "icon-pink",
29-
prompt: piMatchmakerPromptRaw,
30-
},
3122
{
3223
title: "Spin Art",
3324
description: "实时旋转绘画小工具,通过旋转画布轻松创作出绚丽的几何图案。",
@@ -117,6 +108,20 @@ const categories = [
117108
},
118109
],
119110
},
111+
{
112+
title: "专题六:数学小工具",
113+
apps: [
114+
{
115+
title: "Pi Matchmaker",
116+
description: "在圆周率前10万位中寻找你的生日或纪念日。",
117+
icon: "🥧",
118+
url: "https://chenzihong-gavin.github.io/weekly-vibe-coding/pi-matchmaker/",
119+
status: "live" as const,
120+
colorClass: "icon-pink",
121+
prompt: piMatchmakerPromptRaw,
122+
},
123+
],
124+
},
120125
];
121126

122127
const AppsSection = () => {

0 commit comments

Comments
 (0)