update
This commit is contained in:
@@ -22,7 +22,7 @@ const FeatureList = [
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'AMD Intel 系列',
|
title: 'Amd Intel 系列',
|
||||||
Svg: require('@site/static/img/cpu-amd.svg').default,
|
Svg: require('@site/static/img/cpu-amd.svg').default,
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -16,15 +16,19 @@ 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("devices")}
|
to="https://www.ecoo.top/histb.html"
|
||||||
>
|
>
|
||||||
支持设备适配表
|
支持设备适配表
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.buttons}>
|
||||||
|
<Link className="button button--secondary button--lg" style={{marginTop: "1rem", marginRight: ".5rem", marginLeft: ".5rem", display: "flex"}} to="https://www.ecoo.top/download.html">最新固件下载</Link>
|
||||||
|
<Link className="button button--secondary button--lg" style={{marginTop: "1rem", marginRight: ".5rem", marginLeft: ".5rem", display: "flex"}} to={useBaseUrl("docs/category/机顶盒刷机教程")}>保姆级刷机教程</Link>
|
||||||
|
</div>
|
||||||
<br></br>
|
<br></br>
|
||||||
<div className={styles.buttons}>
|
<div className={styles.buttons}>
|
||||||
<Link
|
<Link
|
||||||
@@ -59,6 +63,25 @@ function PolicyPersistence() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function PolicyEnforcement() {
|
||||||
|
const {siteConfig} = useDocusaurusContext();
|
||||||
|
return (
|
||||||
|
<div className={styles.policyenforcement}>
|
||||||
|
<div className="container text--center">
|
||||||
|
<div className="row">
|
||||||
|
<div style={{marginInline: "auto"}}>
|
||||||
|
<img height="500" width="500" src="img/home.png" alt="homepage" />
|
||||||
|
</div>
|
||||||
|
<div className="col" style={{marginBlock: "auto"}}>
|
||||||
|
<h3>改造的机顶盒</h3>
|
||||||
|
<p>每个家庭都适用.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
function OpenCollective() {
|
function OpenCollective() {
|
||||||
return (
|
return (
|
||||||
<iframe title="Sponsors" src="changeslog.html" style={{width: "100%", height: "1100px", display: "block"}}></iframe>
|
<iframe title="Sponsors" src="changeslog.html" style={{width: "100%", height: "1100px", display: "block"}}></iframe>
|
||||||
@@ -76,6 +99,7 @@ export default function Home() {
|
|||||||
<HomepageFeatures />
|
<HomepageFeatures />
|
||||||
<Amlogic />
|
<Amlogic />
|
||||||
<PolicyPersistence />
|
<PolicyPersistence />
|
||||||
|
<PolicyEnforcement />
|
||||||
<OpenCollective />
|
<OpenCollective />
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.policypersistence {
|
.policypersistence {
|
||||||
@@ -29,3 +31,10 @@
|
|||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
background-color: var(--ifm-color-emphasis-100);
|
background-color: var(--ifm-color-emphasis-100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.policyenforcement {
|
||||||
|
padding: 60px 0;
|
||||||
|
font-size: 1.3rem;
|
||||||
|
justify-content: center;
|
||||||
|
line-height: 40px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user