File tree 2 files changed +36
-0
lines changed
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -47,3 +47,20 @@ documentation:
47
47
label : 视频下载
48
48
permalink : /tags/video-download
49
49
description : 视频下载相关的教程和工具使用指南
50
+
51
+
52
+ 留学 :
53
+ label : 留学
54
+ permalink : /tags/留学
55
+ description : 留学相关的教程和指南
56
+
57
+ 职业规划 :
58
+ label : 职业规划
59
+ permalink : /tags/职业规划
60
+ description : 职业规划相关的教程和指南
61
+
62
+ 海外发展 :
63
+ label : 海外发展
64
+ permalink : /tags/海外发展
65
+ description : 海外发展相关的教程和指南
66
+
Original file line number Diff line number Diff line change @@ -6,9 +6,28 @@ description: 配置开发所需的账号和环境
6
6
7
7
import Tabs from ' @theme/Tabs' ;
8
8
import TabItem from ' @theme/TabItem' ;
9
+ import ReactPlayer from ' react-player' ;
9
10
10
11
# 环境准备
11
12
13
+ ## 📺 视频教程
14
+
15
+ <div className = " video-description" >
16
+ <h3 >🎥 视频教程</h3 >
17
+ </div >
18
+
19
+ <div className = " video-container" >
20
+ <div className = " video-wrapper" >
21
+ <ReactPlayer
22
+ url = " https://www.youtube.com/embed/sJdptJj9pAw"
23
+ controls = { true }
24
+ width = " 100%"
25
+ height = " 100%"
26
+ style = { { aspectRatio: ' 16/9' }}
27
+ />
28
+ </div >
29
+ </div >
30
+
12
31
## 账号配置
13
32
14
33
### Hugging Face账号
You can’t perform that action at this time.
0 commit comments