update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user