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