update
This commit is contained in:
@@ -5,6 +5,7 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
|
|||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import useBaseUrl from "@docusaurus/useBaseUrl";
|
import useBaseUrl from "@docusaurus/useBaseUrl";
|
||||||
import HomepageFeatures from '@site/src/components/HomepageFeatures';
|
import HomepageFeatures from '@site/src/components/HomepageFeatures';
|
||||||
|
import Amlogic from '@site/src/components/Amlogic';
|
||||||
|
|
||||||
import styles from './index.module.css';
|
import styles from './index.module.css';
|
||||||
|
|
||||||
@@ -15,13 +16,13 @@ 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" />
|
<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("devices")}
|
||||||
>
|
>
|
||||||
我是小盒子 也是大世界 📚
|
支持设备适配表
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<br></br>
|
<br></br>
|
||||||
@@ -44,13 +45,13 @@ function PolicyPersistence() {
|
|||||||
<div className="container text--center">
|
<div className="container text--center">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="col" style={{marginBlock: "auto"}}>
|
<div className="col" style={{marginBlock: "auto"}}>
|
||||||
<h3>Policy Persistence</h3>
|
<h3>海纳思系统已开发内置丰富的程序和功能</h3>
|
||||||
<p>
|
<p>
|
||||||
In Casbin, the policy storage is implemented as an adapter(aka middleware for Casbin).
|
内网穿透,网盘共享,远程下载,Docker安装,个人博客,网络建站,socks5服务,ftp上传下载,webdav接口,终端控制,一键还原,计划任务,等等。我们将继续不断更新和维护,每天都在进步!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div style={{marginInline: "auto"}}>
|
<div style={{marginInline: "auto"}}>
|
||||||
<img src="/img/tu5x5.png" alt="Policy Persistence" width="500" height="500" />
|
<img src="img/about.png" alt="Policy Persistence" width="300" height="500" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -73,6 +74,9 @@ export default function Home() {
|
|||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main>
|
<main>
|
||||||
<HomepageFeatures />
|
<HomepageFeatures />
|
||||||
|
<Amlogic />
|
||||||
|
<PolicyPersistence />
|
||||||
|
<OpenCollective />
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user