File tree Expand file tree Collapse file tree 2 files changed +18
-13
lines changed
apps/prompt-playground/src/components Expand file tree Collapse file tree 2 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 7575
7676 <img width =" 400 " alt =" image " src =" https://github.com/user-attachments/assets/f31b65ec-d6db-40aa-b0d0-bb3f24053559 " />
7777
78-
79- 6 . ** [ Paper2Novel] ( https://chenzihong-gavin.github.io/weekly-vibe-coding/arxiv-to-novel/ ) ** (` apps/arxiv-to-novel ` )
80- - 将任意 arXiv 学术论文转化为引人入胜的小说,支持 10 种文学风格。
81-
8278### 专题二:手势交互
8379
84807 . ** [ FaceOpera] ( https://chenzihong-gavin.github.io/weekly-vibe-coding/peking-opera/ ) ** (` apps/peking-opera ` )
111107 <img width =" 400 " alt =" image " src =" https://github.com/user-attachments/assets/cb379715-1f45-445a-8309-224b700ccab0 " />
112108
113109
110+ ### 专题七:学习必备
111+
112+ 11 . ** [ Paper2Novel] ( https://chenzihong-gavin.github.io/weekly-vibe-coding/arxiv-to-novel/ ) ** (` apps/arxiv-to-novel ` )
113+ - 将任意 arXiv 学术论文转化为引人入胜的小说,支持 10 种文学风格。
114114
115115
116116## 如何运行
Original file line number Diff line number Diff line change @@ -55,15 +55,6 @@ const categories = [
5555 colorClass : "icon-orange" ,
5656 prompt : "" ,
5757 } ,
58- {
59- title : "Paper2Novel" ,
60- description : "将任意 arXiv 学术论文转化为引人入胜的小说,支持 10 种文学风格。" ,
61- icon : "📖" ,
62- url : "https://chenzihong-gavin.github.io/weekly-vibe-coding/arxiv-to-novel/" ,
63- status : "live" as const ,
64- colorClass : "icon-teal" ,
65- prompt : "" ,
66- } ,
6758 ] ,
6859 } ,
6960 {
@@ -131,6 +122,20 @@ const categories = [
131122 } ,
132123 ] ,
133124 } ,
125+ {
126+ title : "专题七:学习必备" ,
127+ apps : [
128+ {
129+ title : "Paper2Novel" ,
130+ description : "将任意 arXiv 学术论文转化为引人入胜的小说,支持 10 种文学风格。" ,
131+ icon : "📖" ,
132+ url : "https://chenzihong-gavin.github.io/weekly-vibe-coding/arxiv-to-novel/" ,
133+ status : "live" as const ,
134+ colorClass : "icon-teal" ,
135+ prompt : "" ,
136+ } ,
137+ ] ,
138+ } ,
134139] ;
135140
136141const AppsSection = ( ) => {
You can’t perform that action at this time.
0 commit comments