diff --git a/README.md b/README.md
index 95d7355..f6f471f 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
## 🎡 介绍
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由Dromara孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[Dromara](https://dromara.org)孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 我们也提供了对应的 **[SAAS版本监控云](https://console.tancloud.cn)**,中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,**[登陆即可免费开始](https://console.tancloud.cn)**。
> HertzBeat 支持[自定义监控](https://hertzbeat.com/docs/advanced/extend-point) ,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
diff --git a/home/docs/introduce.md b/home/docs/introduce.md
index 9d68b2d..42736de 100644
--- a/home/docs/introduce.md
+++ b/home/docs/introduce.md
@@ -26,7 +26,7 @@ slug: /
## 🎡 介绍
-> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
+> [HertzBeat赫兹跳动](https://github.com/dromara/hertzbeat) 是由[Dromara](https://dromara.org)孵化,[TanCloud](https://tancloud.cn)开源的一个支持网站,API,PING,端口,数据库等监控类型,拥有易用友好的可视化操作界面的开源监控告警项目。
> 当然,我们也提供了对应的[SAAS云监控版本](https://console.tancloud.cn),中小团队和个人无需再为了监控自己的网站资源,而去部署一套繁琐的监控系统,[登陆即可免费开始](https://console.tancloud.cn)监控之旅。
> HertzBeat 支持自定义监控,只用通过配置YML文件我们就可以自定义需要的监控类型和指标,来满足常见的个性化需求。
> HertzBeat 模块化,`manager, collector, scheduler, warehouse, alerter` 各个模块解耦合,方便理解与定制开发。
diff --git a/home/docs/others/contact.md b/home/docs/others/contact.md
index 60beb79..6b24706 100644
--- a/home/docs/others/contact.md
+++ b/home/docs/others/contact.md
@@ -21,12 +21,17 @@ sidebar_label: 交流联系
-##### 交流网站
+## 交流网站
[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 b97d4e6..16540ad 100644
--- a/home/docusaurus.config.js
+++ b/home/docusaurus.config.js
@@ -164,8 +164,8 @@ module.exports = {
to: 'docs/others/contact',
},
{
- label: '用户交流网站',
- href: 'https://support.qq.com/products/379369',
+ label: '我们的故事',
+ href: 'https://support.qq.com/products/379369/team',
},
{
label: 'TanCloud探云',
@@ -193,7 +193,7 @@ module.exports = {
],
logo: {
alt: 'TANCLOUD探云-易用友好的高性能监控云',
- src: 'img/icons/dromara.png',
+ src: 'https://cdn.jsdelivr.net/gh/dromara/hertzbeat/home/static/img/wechat.png',
href: 'https://dromara.org/zh/',
},
copyright: '蜀ICP备2022002218号' + ` | Copyright TANCLOUD© ${new Date().getFullYear()}`,
diff --git a/home/src/constants.js b/home/src/constants.js
index 4fe0fb6..4e7e4f7 100644
--- a/home/src/constants.js
+++ b/home/src/constants.js
@@ -37,7 +37,7 @@ export const features = [{
br:
}}>
{'TANCLOUD目前支持对网站,API,PING连通性,端口可用性,MYSQL数据库等的监控,不久我们将兼容 prometheus 协议,提供更多的监控类型和性能指标。{br}' +
- '我们提供了更自由化的阈值告警配置,支持邮箱,短信,webhook等告警通知,更多三方应用通知正在集成中。{br}' +
+ '我们提供了更自由化的阈值告警配置,支持邮箱,短信,webhook,钉钉,企业微信,飞书机器人等告警通知。{br}' +
'不同团队的监控需求千变万化,我们提供{custom},仅需配置YML就能快速接入监控系统。'
}
diff --git a/home/src/css/custom.css b/home/src/css/custom.css
index 1ea27ab..44777e4 100644
--- a/home/src/css/custom.css
+++ b/home/src/css/custom.css
@@ -115,6 +115,10 @@ html[data-theme=dark] {
font-size: .8em;
text-align: left;
}
+.footer__logo {
+ margin-top: 1rem;
+ max-width: 20rem;
+}
/*.footer__link-item[target="_blank"]:after {*/
/* padding: 0 4px;*/