This commit is contained in:
teasiu
2023-10-08 16:00:37 +08:00
parent 4cb579f6e7
commit 151fe8fc7b
3 changed files with 18 additions and 2 deletions

View File

@@ -15,12 +15,21 @@ function HomepageHeader() {
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<img height="40%" width="450px" src="/img/home.png" alt="homepage" />
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to={useBaseUrl("docs/intro")}
>
我是小盒子 也是大世界
我是小盒子 也是大世界 📚
</Link>
</div>
<br></br>
<div className={styles.buttons}>
<Link
className="button button--success button--lg"
to={useBaseUrl("gonggao")}>
系统最新升级公告
</Link>
</div>
</div>