@@ -86,7 +86,7 @@ function Home() {
8686 { /*<div className={clsx(styles.triangle_up2)}></div>*/ }
8787 < div className = { clsx ( styles . autoVideo ) } >
8888 < video preload = "auto" loop muted autoPlay playsInline className = { styles . autoVideoPlayer } >
89- < source src = "https://scratch3-files.just4fun.site/1595309037265826 .mp4" type = "video/mp4" > </ source >
89+ < source src = "https://scratch3-files.just4fun.site/CodeLabVideos3_5m .mp4" type = "video/mp4" > </ source >
9090 </ video >
9191 < div className = { clsx ( styles . videoOverlay ) } > </ div >
9292 </ div >
@@ -110,7 +110,7 @@ function Home() {
110110 < div className = { clsx ( "container" , styles . start ) } >
111111 < p className = { clsx ( styles . subtitle1 ) } > 让我们从 Scratch 开始</ p >
112112 < p className = { clsx ( styles . subtitleNote ) } > 色彩、卡通、音乐、运动、交互全在这里,由此进入动画故事、交互游戏、程序软件的幕后创作</ p >
113- < iframe className = { styles . iframe } src = "https://scratch3v3.codelab.club/?sb3url=https://scratch3-files.just4fun.site/wakemeup .sb3" />
113+ < iframe className = { styles . iframe } src = "https://scratch3v3.codelab.club/?sb3url=https://scratch3-files.just4fun.site/Wake_me_up_now .sb3" />
114114 < p className = "text--center margin-top--lg" >
115115 < a href = "https://scratch.codelab.club/projects/editor/" target = "_blank" > < button className = "button button--info margin-bottom--md" > 立即开始 Scratch 创作</ button > </ a >
116116 < a href = "https://scratch.codelab.club" target = "_blank" > < button className = "button button--info margin-bottom--md" > 先去看看大家的作品</ button > </ a >
@@ -129,8 +129,8 @@ function Home() {
129129 <Link to="/projects"><button className="button button--info margin-bottom--md">更多演示案例</button></Link>
130130 <Link to="/docs"><button className="button button--info margin-bottom--md">阅读技术文档</button></Link>
131131 */ }
132- < a href = "https://codelab- adapter-docs .codelab.club/user_guide/gallery/" target = "_blank" > < button className = "button button--info margin-bottom--md" > 更多演示案例</ button > </ a >
133- < a href = "https://codelab- adapter-docs .codelab.club/" target = "_blank" > < button className = "button button--info margin-bottom--md" > 阅读技术文档</ button > </ a >
132+ < a href = "https://adapter.codelab.club/user_guide/gallery/" target = "_blank" > < button className = "button button--info margin-bottom--md" > 更多演示案例</ button > </ a >
133+ < a href = "https://adapter.codelab.club/" target = "_blank" > < button className = "button button--info margin-bottom--md" > 阅读技术文档</ button > </ a >
134134 </ p >
135135 </ div >
136136 </ div >
0 commit comments