mirror of
https://github.com/PlayEdu/backend
synced 2025-06-17 18:27:13 +08:00
跳转链接优化
This commit is contained in:
parent
e2a0aaf695
commit
dfc33aa754
@ -13,7 +13,7 @@ export const Footer: React.FC = () => {
|
|||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Link to="https://playedu.xyz/">
|
<Link to="https://playedu.xyz/" target="blank">
|
||||||
<i
|
<i
|
||||||
style={{ fontSize: 30, color: "#cccccc" }}
|
style={{ fontSize: 30, color: "#cccccc" }}
|
||||||
className="iconfont icon-waterprint footer-icon"
|
className="iconfont icon-waterprint footer-icon"
|
||||||
|
@ -515,7 +515,11 @@ const DashboardPage = () => {
|
|||||||
<div className={styles["large-title"]}>产品文档</div>
|
<div className={styles["large-title"]}>产品文档</div>
|
||||||
<div className={styles["usage-guide"]}>
|
<div className={styles["usage-guide"]}>
|
||||||
<img className={styles["banner"]} src={banner} alt="" />
|
<img className={styles["banner"]} src={banner} alt="" />
|
||||||
<Link to="https://www.playedu.xyz/" className={styles["link"]}>
|
<Link
|
||||||
|
to="https://www.playedu.xyz/docs/docs/intro/"
|
||||||
|
target="blank"
|
||||||
|
className={styles["link"]}
|
||||||
|
>
|
||||||
点击查看产品文档,快速玩转Playedu!
|
点击查看产品文档,快速玩转Playedu!
|
||||||
<img className={styles["icon"]} src={icon} alt="" />
|
<img className={styles["icon"]} src={icon} alt="" />
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user