Skip to content

Commit c19d637

Browse files
committed
添加社区项目地址;
1 parent 7adbce1 commit c19d637

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

src/pages/projects/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const VideoRow = function ({title, videos, ...props}) {
103103
className={clsx(styles.video, 'lozad')}
104104
onClick={() => openModal(video)}
105105
/>
106-
<p className={clsx('text--center', styles.headerFontTitle)}>{video.title}{video.project_url ?<a target="_blank" href={video.project_url}>(项目地址)</a>: null}</p>
106+
<p className={clsx('text--center', styles.headerFontTitle)}>{video.title}{video.project_url ?<a target="_blank" href={video.project_url}>(社区项目地址)</a>: null}</p>
107107
</div>
108108

109109
{/*

static/video_config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@
2424
}
2525
],
2626
"横版视频": [
27+
{
28+
"src": "https://adapter.codelab.club/video/1608865673731432.mp4",
29+
"title": "MIDI 乐器",
30+
"id": "3",
31+
"tags": ["Neverland2"],
32+
"weight": ""
33+
},
34+
{
35+
"src": "https://adapter.codelab.club/video/1608804837247213.mp4",
36+
"title": "tunnel",
37+
"id": "3",
38+
"tags": ["Neverland2"],
39+
"weight": ""
40+
},
2741
{
2842
"src": "https://adapter.codelab.club/video/1608689235907497.mp4",
2943
"title": "魔杖激活开场视频",

0 commit comments

Comments
 (0)