File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
apps/prompt-playground/src/components Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff 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
122127const AppsSection = ( ) => {
You can’t perform that action at this time.
0 commit comments