This commit is contained in:
teasiu
2023-10-10 01:59:04 +08:00
parent 040abc568c
commit 7769067faa
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ const config = {
type: 'doc', type: 'doc',
docId: 'intro', docId: 'intro',
position: 'left', position: 'left',
label: '刷机教程手册', label: '使用教程手册',
}, },
{to: '/gonggao', label: '系统升级公告', position: 'left'}, {to: '/gonggao', label: '系统升级公告', position: 'left'},
{to: '/download', label: '固件下载', position: 'left'}, {to: '/download', label: '固件下载', position: 'left'},

View File

@@ -20,7 +20,7 @@ function HomepageHeader() {
<Link <Link
className="button button--secondary button--lg" className="button button--secondary button--lg"
to={useBaseUrl("devices")}> to={useBaseUrl("devices")}>
支持设备适配表 设备支持适配表
</Link> </Link>
</div> </div>
<br></br> <br></br>