docs: update README.md

This commit is contained in:
Relakkes
2024-11-29 10:40:52 +08:00
parent ca9b47ef63
commit 453ea642fb
2 changed files with 8 additions and 59 deletions

View File

@@ -11,9 +11,9 @@ const fetchAds = async () => {
return [
{
id: 1,
imageUrl: 'https://nm.zizhi1.com/static/img/40097e36a617f58db1dd132b5841cb1e.ad_pla1.webp',
landingUrl: 'https://nanmicoder.github.io/MediaCrawler/%E4%BD%9C%E8%80%85%E4%BB%8B%E7%BB%8D.html',
text: '⚡️【广告位招租】⚡️投放广告请联系微信:yzglan'
imageUrl: 'https://github.com/NanmiCoder/MediaCrawler/raw/main/docs/static/images/auto_test.png',
landingUrl: 'https://item.jd.com/10124939676219.html',
text: '给好朋友虫师新书站台推荐 - 基于Python的自动化测试框架设计'
}
]
}