优化前端
This commit is contained in:
@@ -394,7 +394,7 @@
|
||||
|
||||
<body>
|
||||
<a href="https://gitee.com/if-the-wind/github-hosts/raw/main/hosts" target="_blank" class="hosts-button">hosts</a>
|
||||
<a href="/skopeo.html" class="download-button">镜像下载</a>
|
||||
<a href="/skopeo.html" class="download-button">镜像包下载</a>
|
||||
<div class="container">
|
||||
<h1>Github文件加速</h1>
|
||||
<div class="form-group">
|
||||
|
||||
@@ -285,11 +285,11 @@
|
||||
<body>
|
||||
<a href="/" class="back-button">返回</a>
|
||||
<div class="container">
|
||||
<h1>Docker镜像批量下载</h1>
|
||||
<h1>Docker离线镜像包批量下载</h1>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="info-text">每行输入一个镜像名称,如:nginx:latest, redis:6 等</div>
|
||||
<textarea class="form-control" id="imageInput" placeholder="输入镜像名称,每行一个 例如: nginx:latest redis:6 mysql:8"></textarea>
|
||||
<div class="info-text">每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包为zip包,单个镜像为tar包。</div>
|
||||
<textarea class="form-control" id="imageInput" placeholder="例如: nginx stilleshan/frpc stilleshan/frpc:0.62.1"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user