Skip to content

Commit 4b3324d

Browse files
docs: update README
1 parent 2e1b324 commit 4b3324d

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@
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

8480
7. **[FaceOpera](https://chenzihong-gavin.github.io/weekly-vibe-coding/peking-opera/)** (`apps/peking-opera`)
@@ -111,6 +107,10 @@
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
## 如何运行

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

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff 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

136141
const AppsSection = () => {

0 commit comments

Comments
 (0)