update
This commit is contained in:
@@ -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
7
src/pages/gonggao.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: 系统最新升级公告
|
||||||
|
---
|
||||||
|
|
||||||
|
# 海纳思系统最新升级公告
|
||||||
|
|
||||||
|
编辑中.
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user