We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780cef7 commit f155a35Copy full SHA for f155a35
1 file changed
src/pages/index.tsx
@@ -64,13 +64,20 @@ export default function Home(): JSX.Element {
64
>
65
<Translate id="homepage.getStarted">开始阅读</Translate>
66
</Link>
67
-
+
68
<Link
69
className="button button--secondary button--lg"
70
to="https://xrobot-org.github.io/libxr_web_demo/"
71
72
<Translate id="homepage.onlineDemo">在线演示</Translate>
73
74
75
+ <Link
76
+ className="button button--secondary button--lg"
77
+ to="https://xrobot-org.github.io/XRobot-Onboarding/"
78
+ >
79
+ <Translate id="homepage.onboarding">上手引导</Translate>
80
+ </Link>
81
</motion.div>
82
</div>
83
</section>
0 commit comments