Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niumoo committed Nov 1, 2024
1 parent 26057b0 commit 8ed7d67
Show file tree
Hide file tree
Showing 7 changed files with 121 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/images.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions docs/zh-cn/2024-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
margin: 0;
}
.bgimg-header {
background-image: url("https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=2000");
background-image: url("https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=2000");
height: 103%;
position: relative;
background-position: center;
Expand All @@ -26,7 +26,7 @@
display: none; /* 最初隐藏大图 */
}
.smallImg-header {
background-image: url("https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=480"); /* 使用小图 */
background-image: url("https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=480"); /* 使用小图 */
filter: blur(15px);
-webkit-filter: blur(15px);
position: relative;
Expand Down Expand Up @@ -64,7 +64,7 @@
var smallImg = document.querySelector('.smallImg-header');
// 创建一个新的图片对象以监控加载状态
var img = new Image();
img.src = 'https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=2000'; // 从背景图中提取URL
img.src = 'https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=2000'; // 从背景图中提取URL
// 小图逐渐变透明
smallImg.style.opacity = 0.3;
img.onload = function() {
Expand Down Expand Up @@ -92,7 +92,7 @@
<div class="w3-display-middle w3-padding-large w3-wide w3-text-light-grey w3-center">
<h1 class="w3-hide-medium w3-hide-small w3-xxxlarge">Bing Wallpaper(2024-11)</h1>
<div class=" w3-padding-large w3-text-light-grey" style="max-width: 800px">
<p>秋季葡萄园的鸟瞰图,瓦恩哈尔特,黑森林,德国Sabine Gerold/Amazing Aerial Agency)</p>
<p>黄石国家公园的美洲野牛,怀俄明州,美国Ian Shive/TANDEM Stills + Motion)</p>
</div>
<h5 class="w3-hide-large" style="white-space:nowrap">Bing Wallpaper</h5>
</div>
Expand Down Expand Up @@ -120,6 +120,9 @@ <h5 class="w3-hide-large" style="white-space:nowrap">Bing Wallpaper</h5>
<!-- First Photo Grid-->
<div class="w3-row-padding w3-padding-16 w3-center" id="img_list">
<div class="w3-third " style="position: relative;height:249px">
<img class="smallImg" src="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=50" style="width:95%;" /><a href="day/202411/02.html" target="_blank"> <img class="bigImg w3-hover-shadow" src="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=384&h=216&rs=1&c=4" style="width:95%" onload="imgloading(this)"></a>
<p>2024-11-02 <a href="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp&w=3840&h=2160&rs=1&c=4" target="_blank">Download 4k</a> </p>
</div><div class="w3-third " style="position: relative;height:249px">
<img class="smallImg" src="https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=50" style="width:95%;" /><a href="day/202411/01.html" target="_blank"> <img class="bigImg w3-hover-shadow" src="https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=384&h=216&rs=1&c=4" style="width:95%" onload="imgloading(this)"></a>
<p>2024-11-01 <a href="https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp&w=3840&h=2160&rs=1&c=4" target="_blank">Download 4k</a> </p>
</div>
Expand Down
91 changes: 91 additions & 0 deletions docs/zh-cn/day/202411/02.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html>
<head>
<title>黄石国家公园的美洲野牛,怀俄明州,美国 (© Ian Shive/TANDEM Stills + Motion)|2024-11-02|必应壁纸|Bing Wallpaper</title>
<meta charset="UTF-8">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="每日必应超清壁纸(4K)">
<meta name="keywords" content="bing wallpaper, 必应壁纸, 必应4k壁纸, 必应超清壁纸, 壁纸">
<link rel="stylesheet" href="/css/w3.css">
<link rel="icon" href="/img/fav.jpg">
<style>
body,
html {
height: 100%;
margin: 0;
}
.bgimg {
background-image: url("https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=1920");
height: 100%;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: none; /* 最初隐藏大图 */
}
.smallImg {
filter: blur(15px);
-webkit-filter: blur(15px);
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url("https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=480"); /* 使用小图 */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
transition: opacity 2s; /* 平滑过渡效果 */
}
</style>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b59b4b29843942e412b704c39cc7363a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();

function imgloading() {
var bgImg = document.querySelector('.bgimg');
var smallImg = document.querySelector('.smallImg');
// 创建一个新的图片对象以监控加载状态
var img = new Image();
img.src = 'https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=1920'; // 从背景图中提取URL
img.onload = function() {
// 当大图加载完成时,首先显示大图
bgImg.style.display = "block";
// 小图逐渐变透明
smallImg.style.opacity = 0;
// 在小图完全透明后,隐藏它
setTimeout(function() {
smallImg.style.display = "none";
}, 2000); // 与过渡时长匹配
};
}
window.onload = imgloading; // 页面加载时执行
</script>
</head>
<body>
<div class="smallImg"></div> <!-- 模糊的小图 -->
<div class="bgimg w3-text-white">
<a href="/">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
Bing Wallpaper
</div>
</a>
<div class="w3-display-bottomleft w3-padding-large">
<h1 class="w3-xlarge">2024-11-02</h1>
<p class="w3-large" style="margin-top: 0px;">黄石国家公园的美洲野牛,怀俄明州,美国 (© Ian Shive/TANDEM Stills + Motion)</p>
</div>
<div class="w3-display-topright w3-padding-large">
<div class="w3-large w3-padding-large">
<svg t="1723548427433" style="margin-bottom: -3px;" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4583" width="20" height="20"><path d="M1024 896v128H0v-320h128v192h768v-192h128v192zM576 554.688L810.688 320 896 405.312l-384 384-384-384L213.312 320 448 554.688V0h128v554.688z" fill="#e6e6e6" p-id="4584"></path></svg>
<a target="_blank" href="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg">4K</a>
<a target="_blank" href="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=1920">1080P</a></div>
</div>
</div>
</body>
</html>
14 changes: 7 additions & 7 deletions docs/zh-cn/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
margin: 0;
}
.bgimg-header {
background-image: url("https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=2000");
background-image: url("https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=2000");
height: 103%;
position: relative;
background-position: center;
Expand All @@ -26,7 +26,7 @@
display: none; /* 最初隐藏大图 */
}
.smallImg-header {
background-image: url("https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=480"); /* 使用小图 */
background-image: url("https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=480"); /* 使用小图 */
filter: blur(15px);
-webkit-filter: blur(15px);
position: relative;
Expand Down Expand Up @@ -64,7 +64,7 @@
var smallImg = document.querySelector('.smallImg-header');
// 创建一个新的图片对象以监控加载状态
var img = new Image();
img.src = 'https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=2000'; // 从背景图中提取URL
img.src = 'https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=2000'; // 从背景图中提取URL
// 小图逐渐变透明
smallImg.style.opacity = 0.3;
img.onload = function() {
Expand Down Expand Up @@ -92,7 +92,7 @@
<div class="w3-display-middle w3-padding-large w3-wide w3-text-light-grey w3-center">
<h1 class="w3-hide-medium w3-hide-small w3-xxxlarge">Bing Wallpaper</h1>
<div class=" w3-padding-large w3-text-light-grey" style="max-width: 800px">
<p>秋季葡萄园的鸟瞰图,瓦恩哈尔特,黑森林,德国Sabine Gerold/Amazing Aerial Agency)</p>
<p>黄石国家公园的美洲野牛,怀俄明州,美国Ian Shive/TANDEM Stills + Motion)</p>
</div>
<h5 class="w3-hide-large" style="white-space:nowrap">Bing Wallpaper</h5>
</div>
Expand Down Expand Up @@ -120,6 +120,9 @@ <h5 class="w3-hide-large" style="white-space:nowrap">Bing Wallpaper</h5>
<!-- First Photo Grid-->
<div class="w3-row-padding w3-padding-16 w3-center" id="img_list">
<div class="w3-third " style="position: relative;height:249px">
<img class="smallImg" src="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=50" style="width:95%;" /><a href="day/202411/02.html" target="_blank"> <img class="bigImg w3-hover-shadow" src="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&pid=hp&w=384&h=216&rs=1&c=4" style="width:95%" onload="imgloading(this)"></a>
<p>2024-11-02 <a href="https://cn.bing.com/th?id=OHR.BisonYellowstone_ZH-CN7320887379_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp&w=3840&h=2160&rs=1&c=4" target="_blank">Download 4k</a> </p>
</div><div class="w3-third " style="position: relative;height:249px">
<img class="smallImg" src="https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=50" style="width:95%;" /><a href="day/202411/01.html" target="_blank"> <img class="bigImg w3-hover-shadow" src="https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&pid=hp&w=384&h=216&rs=1&c=4" style="width:95%" onload="imgloading(this)"></a>
<p>2024-11-01 <a href="https://cn.bing.com/th?id=OHR.VineyardsBlackForestFall_ZH-CN6767078591_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp&w=3840&h=2160&rs=1&c=4" target="_blank">Download 4k</a> </p>
</div><div class="w3-third " style="position: relative;height:249px">
Expand Down Expand Up @@ -206,9 +209,6 @@ <h5 class="w3-hide-large" style="white-space:nowrap">Bing Wallpaper</h5>
</div><div class="w3-third " style="position: relative;height:249px">
<img class="smallImg" src="https://cn.bing.com/th?id=OHR.CoyoteGulch_ZH-CN2869463336_UHD.jpg&pid=hp&w=50" style="width:95%;" /><a href="day/202410/06.html" target="_blank"> <img class="bigImg w3-hover-shadow" src="https://cn.bing.com/th?id=OHR.CoyoteGulch_ZH-CN2869463336_UHD.jpg&pid=hp&w=384&h=216&rs=1&c=4" style="width:95%" onload="imgloading(this)"></a>
<p>2024-10-06 <a href="https://cn.bing.com/th?id=OHR.CoyoteGulch_ZH-CN2869463336_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp&w=3840&h=2160&rs=1&c=4" target="_blank">Download 4k</a> </p>
</div><div class="w3-third " style="position: relative;height:249px">
<img class="smallImg" src="https://cn.bing.com/th?id=OHR.ElephantTeacher_ZH-CN0543308499_UHD.jpg&pid=hp&w=50" style="width:95%;" /><a href="day/202410/05.html" target="_blank"> <img class="bigImg w3-hover-shadow" src="https://cn.bing.com/th?id=OHR.ElephantTeacher_ZH-CN0543308499_UHD.jpg&pid=hp&w=384&h=216&rs=1&c=4" style="width:95%" onload="imgloading(this)"></a>
<p>2024-10-05 <a href="https://cn.bing.com/th?id=OHR.ElephantTeacher_ZH-CN0543308499_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp&w=3840&h=2160&rs=1&c=4" target="_blank">Download 4k</a> </p>
</div>
</div>
<div class=" w3-margin">
Expand Down
Loading

0 comments on commit 8ed7d67

Please sign in to comment.