aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2026-06-10 19:41:24 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2026-06-10 19:41:24 +0800
commit172696c37ca332a5b5b2994275c085119afc5c4f (patch)
tree6e482535a7f50cae7f164a3086943f5eca78ebd7 /docs
parent5122be7c4d39d6d8523f195bb244d9019912d929 (diff)
Add favicon and replace icon across all pages
Diffstat (limited to 'docs')
-rw-r--r--docs/_zh_CN/index.html1
-rw-r--r--docs/doc.html1
-rw-r--r--docs/example-viewer.html2
-rw-r--r--docs/examples.html2
-rw-r--r--docs/res/favicon.pngbin0 -> 172038 bytes
-rw-r--r--docs/res/favicon_small.pngbin0 -> 11833 bytes
6 files changed, 4 insertions, 2 deletions
diff --git a/docs/_zh_CN/index.html b/docs/_zh_CN/index.html
index 99cff81..66a8a9a 100644
--- a/docs/_zh_CN/index.html
+++ b/docs/_zh_CN/index.html
@@ -14,6 +14,7 @@
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
+ <link rel="icon" type="image/png" href="res/favicon_small.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&display=swap"
diff --git a/docs/doc.html b/docs/doc.html
index 89c6275..0897109 100644
--- a/docs/doc.html
+++ b/docs/doc.html
@@ -14,6 +14,7 @@
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
+ <link rel="icon" type="image/png" href="res/favicon_small.png" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600;700&display=swap"
diff --git a/docs/example-viewer.html b/docs/example-viewer.html
index cfab8a5..f744d8f 100644
--- a/docs/example-viewer.html
+++ b/docs/example-viewer.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Example — Mìng Lìng</title>
- <link rel="icon" type="image/png" href="res/icon_shadow.png" />
+ <link rel="icon" type="image/png" href="res/favicon_small.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
diff --git a/docs/examples.html b/docs/examples.html
index fe4c1a3..a200000 100644
--- a/docs/examples.html
+++ b/docs/examples.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Examples — Mìng Lìng</title>
- <link rel="icon" type="image/png" href="res/icon_shadow.png" />
+ <link rel="icon" type="image/png" href="res/favicon_small.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
diff --git a/docs/res/favicon.png b/docs/res/favicon.png
new file mode 100644
index 0000000..7ffbcf2
--- /dev/null
+++ b/docs/res/favicon.png
Binary files differ
diff --git a/docs/res/favicon_small.png b/docs/res/favicon_small.png
new file mode 100644
index 0000000..4d4a219
--- /dev/null
+++ b/docs/res/favicon_small.png
Binary files differ