Skip to content

Commit 1ddec83

Browse files
committed
update
1 parent a950c19 commit 1ddec83

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

blog/tags.yml

+17
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,20 @@ documentation:
4747
label: 视频下载
4848
permalink: /tags/video-download
4949
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+

docs/ai-chat/environment.mdx

+19
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,28 @@ description: 配置开发所需的账号和环境
66

77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
9+
import ReactPlayer from 'react-player';
910

1011
# 环境准备
1112

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+
1231
## 账号配置
1332

1433
### Hugging Face账号

0 commit comments

Comments
 (0)