diff --git a/README.md b/README.md
index b4f7c23..b7eadfc 100644
--- a/README.md
+++ b/README.md
@@ -100,6 +100,8 @@
## 💬 社区交流
+HertzBeat赫兹跳动为 [Dromara开源社区](https://dromara.org/) 孵化项目
+
##### 微信交流群
加微信号 tan-cloud 或 扫描下面账号二维码拉您进微信群。
@@ -111,9 +113,10 @@
-##### 社区交流网站
+##### 交流网站
-[社区网站](https://support.qq.com/products/379369) https://support.qq.com/products/379369
+[Dromara社区网站](https://dromara.org/)
+[HertzBeat用户网站](https://support.qq.com/products/379369)
## 🛡️ License
diff --git a/home/docs/others/contact.md b/home/docs/others/contact.md
index 9ba104d..60beb79 100644
--- a/home/docs/others/contact.md
+++ b/home/docs/others/contact.md
@@ -21,9 +21,11 @@ sidebar_label: 交流联系
-## 社区交流网站
+##### 交流网站
-[社区交流](https://support.qq.com/products/379369) https://support.qq.com/products/379369
+[Dromara社区网站](https://dromara.org/)
+
+[HertzBeat用户网站](https://support.qq.com/products/379369)
## 其它联系
其它工作联系,联系电话:18781603458 微信: tomsun28
diff --git a/home/docusaurus.config.js b/home/docusaurus.config.js
index c3758a8..2bfdf9b 100644
--- a/home/docusaurus.config.js
+++ b/home/docusaurus.config.js
@@ -148,24 +148,24 @@ module.exports = {
],
},
{
- title: 'TanCloud探云',
+ title: '社区交流',
items: [
+ {
+ label: 'Dromara开源社区',
+ href: 'https://dromara.org/',
+ },
{
label: '交流联系',
to: 'docs/others/contact',
},
{
- label: '社区网站',
+ label: '用户交流网站',
href: 'https://support.qq.com/products/379369',
},
{
label: 'TanCloud探云',
href: 'https://tancloud.cn',
- },
- {
- label: 'HertzBeat赫兹跳动',
- href: 'https://hertzbeat.com',
- },
+ }
],
},
{
@@ -188,8 +188,8 @@ module.exports = {
],
logo: {
alt: 'TANCLOUD探云-易用友好的高性能监控云',
- src: cdnUrl + 'img/tancloud-brand.svg',
- href: 'https://tancloud.cn',
+ src: 'img/icons/dromara.png',
+ href: 'https://dromara.org/zh/',
},
copyright: '蜀ICP备2022002218号' + ` | Copyright TANCLOUD© ${new Date().getFullYear()}`,
},
diff --git a/home/static/img/icons/dromara.png b/home/static/img/icons/dromara.png
new file mode 100644
index 0000000..3622411
Binary files /dev/null and b/home/static/img/icons/dromara.png differ