-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
82 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React from 'react'; | ||
|
||
import { getLayout } from '../../components/Layout'; | ||
|
||
export default function Develop() { | ||
return ( | ||
<div className="container max-w-6xl mx-auto py-4"> | ||
<div className="flex justify-between"> | ||
<div className="text-2xl font-medium text-gray-800">开发</div> | ||
</div> | ||
<div> | ||
安装 docker-compose docker-compose up docker-compose up -d | ||
后台启动并运行容器 开发中 | ||
</div> | ||
</div> | ||
); | ||
} | ||
|
||
Develop.getLayout = getLayout; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import React from 'react'; | ||
import { getLayout } from '../../components/Layout'; | ||
|
||
export default function Docs() { | ||
return ( | ||
<div className="container max-w-6xl mx-auto py-4"> | ||
<div className="flex justify-between"> | ||
<div className="text-2xl font-medium text-gray-800">文档</div> | ||
</div> | ||
<div>开发中</div> | ||
</div> | ||
); | ||
} | ||
|
||
Docs.getLayout = getLayout; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fffa7b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: