每日壁纸API
必应首页的壁纸比较好看,可以当作网站或者博客的背景图,但是要是静态网站或者博客每天换就有一些麻烦了,直接在js里面获取必应壁纸地址会出现跨域问题,无法使用,所以就写了一个服务放在服务器上,直接引用地址即可使用
壁纸地址:https://www.oneneko.com/bing
使用示例:
background-image: url(https://www.oneNeko.com/bing);
如
今日壁纸注:在head里面可以加入
<link rel="dns-prefetch" href="https://www.oneneko.com">
加快DNS的解析,提升加载速度
每日壁纸
访问https://bing.oneneko.com/即可获取每日必应壁纸
https://blog.oneneko.com/bing-api.html
https://bing.oneneko.com/
网友评论