Skip to content

Commit b7ed09f

Browse files
committed
chore: update video link
1 parent c8c89db commit b7ed09f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
## 查看教程
1010
在线链接:https://nanmicoder.github.io/CrawlerTutorial/
1111

12+
对应的视频链接近期也会同步更新出来,[查看B站合集地址](https://space.bilibili.com/434377496/channel/collectiondetail?sid=4035213&ctype=0)
13+
1214
## 爬虫交流群
1315
可以加作者wx拉进群: yzglan,备注来自github爬虫教程.
1416

docs/.vitepress/config.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ export default defineConfig({
3030
// https://vitepress.dev/reference/default-theme-config
3131
nav: [
3232
{text: '首页', link: '/'},
33-
{text: 'B站主页', link: 'https://space.bilibili.com/434377496'},
34-
{text: '联系作者', link: 'https://github.com/NanmiCoder'},
33+
{text: 'B站视频课程', link: 'https://space.bilibili.com/434377496/channel/collectiondetail?sid=4035213&ctype=0'},
34+
{text: '联系作者', link: 'https://nanmicoder.github.io/MediaCrawler/%E4%BD%9C%E8%80%85%E4%BB%8B%E7%BB%8D.html'},
35+
{text: '支持作者', link: 'https://nanmicoder.github.io/MediaCrawler/%E7%9F%A5%E8%AF%86%E4%BB%98%E8%B4%B9%E4%BB%8B%E7%BB%8D.html'},
3536
],
3637

3738
sidebar: [

0 commit comments

Comments
 (0)