generated from OpenDocCN/doc-template
-
Notifications
You must be signed in to change notification settings - Fork 5
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
unknown
committed
Jun 29, 2024
1 parent
64312c8
commit 6861719
Showing
1 changed file
with
1 addition
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,3 @@ | ||
<!-- | ||
需要填充的占位符: | ||
README.md | ||
{name}:文档中文名 | ||
{nameEn}:文档英文名 | ||
{urlEn}:文档原始链接 | ||
{domain}:域名前缀 | ||
{adminName}:负责人名称 | ||
{adminUn}:负责人 Github 用户名 | ||
{adminQq}:负责人 QQ | ||
{repo}:ApacheCN 的 Github 仓库名称 | ||
{dockerName}:DockerHub 仓库名称 | ||
{pypiName}:PYPI 包名称 | ||
{npmName}:NPM 包名称 | ||
CNAME | ||
{domain}:域名前缀 | ||
index.html | ||
{name}:文档中文名 | ||
{color}:显示颜色 | ||
{repo}:ApacheCN 的 Github 仓库名称 | ||
asset/docsify-flygon-footer.js | ||
{repo}:ApacheCN 的 Github 仓库名称 | ||
--> | ||
|
||
# {name} | ||
|
||
> 原文:[{nameEn}]({urlEn}) | ||
> | ||
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) | ||
> | ||
> 阶段:机翻(1) | ||
> | ||
> 敢于公开博弈,敢于激化矛盾,敢于同归于尽! | ||
# GiantessNight 备份 | ||
|
||
* [在线阅读](https://{domain}.flygon.net) | ||
|
||
## 下载 | ||
|
||
### Docker | ||
|
||
``` | ||
docker pull apachecn0/{dockerName} | ||
docker run -tid -p <port>:80 apachecn0/{dockerName} | ||
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
### NPM | ||
|
||
``` | ||
npm install -g {npmName} | ||
{npmName} <port> | ||
# 访问 http://localhost:{port} 查看文档 | ||
``` | ||
|
||
## 赞助我 | ||
|
||
![](https://img-blog.csdnimg.cn/20200112005920729.png) |