maxchang3 / hexo-bilibili-card

一个Hexo插件,在你的文章中插入b站的视频卡片,样式模仿和借鉴自b站。A hexo plugin insert a bilibili card into your page or article.
42 stars 2 forks source link

feat: bring `node-fetch` back but with `node-fetch-native` #10

Closed maxchang3 closed 1 year ago

maxchang3 commented 1 year ago

在之前的版本中考虑到目前 node.js 主流版本已经到了 18+ 就移除了 node-fetch。但是仍有 (#9)一部分低版本的 node.js 用户在使用 hexo,考虑到这个问题,选择了更优雅的 node-fetch-native 来防止高版本 node.js 额外引入 node-fetch