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