Skip to content

Commit 1198051

Browse files
committed
【维护】添加 Tabler 图标版权声明
在导航栏的所有 SVG 图标中添加 Tabler 图标库的版权声明, 同时将项目版本号从 1.20.4 更新至 1.20.5。
1 parent db19147 commit 1198051

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<html>
44
<markdown-html
5-
version="1.20.4"
5+
version="1.20.5"
66
author="PJ568"
77
repo="https://github.com/PJ-568/markdown.html"
88
license="CC BY-SA 4.0 International"
@@ -1204,6 +1204,7 @@
12041204
<!-- 导航栏 -->
12051205
<nav>
12061206
<a title="返回" class="back-btn">
1207+
<license content="Copyright (c) 2018-2025 Tabler" />
12071208
<svg
12081209
xmlns="http://www.w3.org/2000/svg"
12091210
width="24"
@@ -1221,6 +1222,7 @@
12211222
</svg>
12221223
</a>
12231224
<a title="刷新" class="refresh-btn" href="">
1225+
<license content="Copyright (c) 2018-2025 Tabler" />
12241226
<svg
12251227
xmlns="http://www.w3.org/2000/svg"
12261228
width="24"
@@ -1239,6 +1241,7 @@
12391241
</svg>
12401242
</a>
12411243
<a title="主页" class="to-home">
1244+
<license content="Copyright (c) 2018-2025 Tabler" />
12421245
<svg
12431246
xmlns="http://www.w3.org/2000/svg"
12441247
width="24"
@@ -1258,6 +1261,7 @@
12581261
</svg>
12591262
</a>
12601263
<a title="更改语言" id="translate">
1264+
<license content="Copyright (c) 2018-2025 Tabler" />
12611265
<svg
12621266
xmlns="http://www.w3.org/2000/svg"
12631267
width="24"
@@ -1279,6 +1283,7 @@
12791283
</svg>
12801284
</a>
12811285
<a title="切换显示模式" class="dark-btn" href="javascript:;">
1286+
<license content="Copyright (c) 2018-2025 Tabler" />
12821287
<svg
12831288
xmlns="http://www.w3.org/2000/svg"
12841289
width="24"
@@ -1300,6 +1305,7 @@
13001305
</svg>
13011306
</a>
13021307
<a title="关于" class="about-btn">
1308+
<license content="Copyright (c) 2018-2025 Tabler" />
13031309
<svg
13041310
xmlns="http://www.w3.org/2000/svg"
13051311
width="24"

0 commit comments

Comments
 (0)