We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7657de8 commit dfc944eCopy full SHA for dfc944e
src/ActivityHelp/TabVideo.tsx
@@ -5,11 +5,25 @@ export default function TabVideo() {
5
<>
6
<div className="font-medium text-lg mb-6">💻 培训视频</div>
7
8
- <div>
9
- {/* <Link href="https://bilibili.com/course/1499" target="_blank">
10
- 点击前往培训视频
11
- </Link> */}
12
- 敬请期待
+ <div className="flex flex-col items-start">
+ <Link
+ href="https://meetings.larkoffice.com/s/1k4eiw161jytg"
+ target="_blank"
+ >
13
+ 点击前往培训视频 第一期
14
+ </Link>
15
16
+ href="https://meetings.larkoffice.com/s/1k4hrd6vbtmv7"
17
18
19
+ 点击前往培训视频 第二期
20
21
22
+ href="https://meetings.larkoffice.com/s/1k4m36683h0jl"
23
24
25
+ 点击前往培训视频 第三期
26
27
</div>
28
</>
29
);
0 commit comments