diff --git a/docs/index.html b/docs/index.html
index bd147a7..773e23e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -110,6 +110,24 @@
white-space: nowrap;
}
+ .github-link {
+ gap: 7px;
+ color: var(--text);
+ text-decoration: none;
+ }
+
+ .github-link:hover {
+ border-color: var(--line-strong);
+ background: var(--surface-soft);
+ }
+
+ .github-link svg {
+ width: 18px;
+ height: 18px;
+ flex: 0 0 auto;
+ fill: currentColor;
+ }
+
.toolbar {
display: grid;
grid-template-columns: 1fr auto;
@@ -544,6 +562,18 @@
浏览器本地解析
不上传 token
不写入存储
+
+
+ 本页面代码开源
+