diff --git a/src/public/index.html b/src/public/index.html index f924712..2e6cac3 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -542,6 +542,27 @@ .modal-content { padding: 1.5rem; } + + /* 移动端快速生成加速链接区域优化 */ + .input-container { + flex-direction: column; + gap: 1rem; + } + + .input { + font-size: 16px; /* 防止iOS缩放 */ + } + + .button { + width: 100%; + justify-content: center; + padding: 0.875rem 1.5rem; + } + + .output-actions { + flex-direction: column; + gap: 0.75rem; + } } .mobile-menu-toggle { @@ -596,7 +617,7 @@ ⚡ 快速生成加速链接

- 输入GitHub文件或仓库链接,自动生成加速下载链接 + 输入GitHub文件或仓库链接,自动转换加速链接,可以直接在Github域名前面加上本站域名使用。

@@ -639,7 +660,7 @@ 🐳 Docker 镜像加速

- 支持多种Registry,在镜像名前添加本站域名即可加速下载 + 支持多种Registry,在镜像名前添加本站域名即可加速下载。

@@ -656,7 +677,7 @@
diff --git a/src/public/skopeo.html b/src/public/skopeo.html index e9d25af..49563d2 100644 --- a/src/public/skopeo.html +++ b/src/public/skopeo.html @@ -527,12 +527,12 @@

Docker离线镜像包下载

-
每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包到一起为zip包,单个镜像为tar包。导入镜像后需要手动为镜像添加名称和标签,例如:docker tag 1856948a5aa7 镜像名称:标签
+
每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包到一起为zip包,单个镜像为tar包。导入镜像后需要手动为镜像添加名称和标签,例如:docker tag 1856948a5aa7 stilleshan/frpc
-
镜像架构,默认为 amd64
+
镜像架构,默认 amd64