From 5b92fa4417a8515c6bd178de7f49c1eaab9186bf Mon Sep 17 00:00:00 2001
From: fengcaiwen <895703375@qq.com>
Date: Wed, 6 Aug 2025 19:08:09 +0800
Subject: [PATCH 1/2] feat: add contact lark
---
docusaurus.config.js | 6 ++++++
i18n/zh/docusaurus-theme-classic/navbar.json | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 8814040..d9587fe 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -117,6 +117,12 @@ const config = {
to: 'docs/donate',
position: 'right',
},
+ {
+ type: "html",
+ width:50,
+ value: '
',
+ position: 'right',
+ },
{
type: 'localeDropdown',
position: 'right',
diff --git a/i18n/zh/docusaurus-theme-classic/navbar.json b/i18n/zh/docusaurus-theme-classic/navbar.json
index 231ff94..3df6892 100644
--- a/i18n/zh/docusaurus-theme-classic/navbar.json
+++ b/i18n/zh/docusaurus-theme-classic/navbar.json
@@ -38,5 +38,9 @@
"item.label.Donate": {
"message": "捐赠支持",
"description": "Donate item with label Blog"
+ },
+ "item.label.Lark": {
+ "message": "飞书",
+ "description": "Lark link"
}
}
From 3cdb863b9625faa7930adbe4050feda13a398663 Mon Sep 17 00:00:00 2001
From: fengcaiwen <895703375@qq.com>
Date: Wed, 6 Aug 2025 19:12:19 +0800
Subject: [PATCH 2/2] feat: add contact lark
---
docusaurus.config.js | 1 -
static/img/contact/lark.svg | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
create mode 100644 static/img/contact/lark.svg
diff --git a/docusaurus.config.js b/docusaurus.config.js
index d9587fe..2de0d8b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -119,7 +119,6 @@ const config = {
},
{
type: "html",
- width:50,
value: '
',
position: 'right',
},
diff --git a/static/img/contact/lark.svg b/static/img/contact/lark.svg
new file mode 100644
index 0000000..bcf0438
--- /dev/null
+++ b/static/img/contact/lark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file