优化镜像包下载的前端

This commit is contained in:
NewName
2025-05-17 14:17:11 +08:00
parent 31ba7f46a4
commit 4c67afead8

View File

@@ -285,10 +285,10 @@
<body>
<a href="/" class="back-button">返回</a>
<div class="container">
<h1>Docker离线镜像包批量下载</h1>
<h1>Docker离线镜像包下载</h1>
<div class="form-group">
<div class="info-text">每行输入一个镜像跟docker pull的格式一样多个镜像会自动打包为zip包单个镜像为tar包。</div>
<div class="info-text">每行输入一个镜像跟docker pull的格式一样多个镜像会自动打包到一起为zip包单个镜像为tar包。</div>
<textarea class="form-control" id="imageInput" placeholder="例如:&#10;nginx&#10;stilleshan/frpc&#10;stilleshan/frpc:0.62.1"></textarea>
</div>