docs: 在线文档添加捐赠者名单 && 添加新增捐赠者

This commit is contained in:
Relakkes
2024-09-19 17:25:41 +08:00
parent fa4238e794
commit c6a0960f54
4 changed files with 56 additions and 40 deletions

View File

@@ -51,7 +51,7 @@ export default defineConfig({
},
{
text: 'MediaCrawler项目交流群',
link: '/作者介绍',
link: '/微信交流群',
},
{
text: '爬虫入门教程分享',
@@ -59,6 +59,12 @@ export default defineConfig({
{text: "我写的爬虫入门教程", link: 'https://github.com/NanmiCoder/CrawlerTutorial'}
]
},
{
text: 'MediaCrawler捐赠名单',
items: [
{text: "捐赠名单", link: '/捐赠名单'}
]
},
],