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

@@ -108,7 +108,7 @@ const config = {
}, },
{ {
label: '固件下载', label: '固件下载',
href: 'https://dl.ecoo.top:2096', href: 'https://dl.ecoo.top',
}, },
], ],
}, },

7
src/pages/gonggao.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: 系统最新升级公告
---
# 海纳思系统最新升级公告
编辑中.

View File

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