Skip to content

Commit fd3ef8c

Browse files
committed
update
1 parent ecb4ce2 commit fd3ef8c

4 files changed

Lines changed: 276 additions & 232 deletions

File tree

daily/newyear.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>PyQuick 发展历程</title>
7+
<link rel="stylesheet" href="/static/css/variables.css">
78
<link rel="stylesheet" href="./static/css/year.css">
89
</head>
910
<body>
@@ -43,8 +44,9 @@ <h2>全新版本管理体系</h2>
4344
<li><strong>Release(stable) 版</strong>:面向所有用户,经过充分测试</li>
4445
</ul>
4546
</section>
46-
</div>
4747

48+
<a href="../index.html" class="nav-button">返回首页</a>
49+
</div>
4850
<script src="./static/js/year.js"></script>
4951
</body>
50-
</html>
52+
</html>

daily/pyquick2.0.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Pyquick 2.0 发布公告</title>
6+
<title>PyQuick 2.0 发布公告</title>
7+
<link rel="stylesheet" href="/static/css/variables.css">
78
<link rel="stylesheet" href="./static/css/year.css">
89
</head>
910
<body>
@@ -14,7 +15,7 @@
1415
</ul>
1516
</div>
1617
<div class="container">
17-
<h1>Pyquick 2.0 即将发布!🚀</h1>
18+
<h1>PyQuick 2.0 即将发布!🚀</h1>
1819

1920
<section class="release-info">
2021
<h2>🗓️ Dev发布日期</h2>
@@ -66,7 +67,9 @@ <h2>🛠️ Insider 计划</h2>
6667
alt="GitHub 统计"
6768
class="responsive-img">
6869
</section>
70+
71+
<a href="../index.html" class="nav-button">返回首页</a>
6972
</div>
7073
<script src="./static/js/year.js"></script>
7174
</body>
72-
</html>
75+
</html>

0 commit comments

Comments
 (0)