docs: add learn more button in bot feature section

pull/146/merge
moonrailgun 2 years ago
parent 9c1c2cf0e9
commit 19b8a99486

@ -419,5 +419,8 @@
},
"release note": {
"message": "版本更新日志"
},
"Bot and Open Platform": {
"message": "机器人与开放平台"
}
}

@ -207,7 +207,7 @@ export const FeatureSection: React.FC = React.memo(() => {
<div className="item" id="bot">
<div className="left">
<h3>
<Translate>Bot</Translate>
<Translate>Bot and Open Platform</Translate>
</h3>
<p>
<Translate>
@ -217,6 +217,12 @@ export const FeatureSection: React.FC = React.memo(() => {
You can use anyway to connect anything, its free!
</Translate>
</p>
<Link
className="button button--link"
to="/docs/advanced-usage/openapp/about"
>
<Translate>Learn More</Translate>
</Link>
</div>
<div className="right">

Loading…
Cancel
Save