diff --git a/apps/daily.js b/apps/daily.js index c13cebc..722a33e 100644 --- a/apps/daily.js +++ b/apps/daily.js @@ -60,7 +60,7 @@ export class daily extends plugin { async function pushDailyWorld(e) { // 每天60秒读懂世界接口地址 const url = await fetch("https://api.vvhan.com/api/60s?type=json").catch(err => - logger.error(err) + console.error(err) ); const imgUrl = await url.json(); const res = await imgUrl.imgUrl; @@ -80,7 +80,7 @@ async function pushDailyWorld(e) { async function pushTouchFish(e) { const url = await fetch("https://api.vvhan.com/api/moyu?type=json").catch(err => - logger.error(err) + console.error(err) ); const imgUrl = await url.json(); const res = await imgUrl.url; diff --git a/img/example2.png b/img/example2.png index b6cbb5e..fda1956 100644 Binary files a/img/example2.png and b/img/example2.png differ