File tree Expand file tree Collapse file tree 2 files changed +124
-130
lines changed
Expand file tree Collapse file tree 2 files changed +124
-130
lines changed Original file line number Diff line number Diff line change @@ -155,17 +155,11 @@ function Projects() {
155155 */ }
156156 < div className = { clsx ( styles . mainPage ) } >
157157 < div className = { clsx ( styles . titleSec , 'cover' ) } >
158- { /*
159- <span className={clsx(styles.fancytitle1, 'stack')}>Let's </span>
160- <span className={clsx(styles.fancytitle1, 'stack')}> Play!</span>
161-
162- <h1 className={clsx(styles.fancytitle2, 'stack')}>无惧简陋与粗糙</h1>
163- */ }
164158 < h1 className = { clsx ( styles . fancytitle2 , 'stack' ) } > 在玩乐中创作与表达</ h1 >
165159 </ div >
166160 < main className = { clsx ( styles . newContainer ) } >
167- < VideoRow title = "" videos = { videos [ '来自CodeLab ' ] } />
168- < VideoRow title = "" videos = { videos [ '来自社区 ' ] } />
161+ < VideoRow title = "" videos = { videos [ '横版视频 ' ] } />
162+ < VideoRow title = "" videos = { videos [ '竖版视频 ' ] } />
169163 </ main >
170164 </ div >
171165 </ Layout >
You can’t perform that action at this time.
0 commit comments