增加图标

This commit is contained in:
NewName
2024-11-15 03:57:20 +08:00
parent d35ae861f6
commit 66d78bc0d9
3 changed files with 2 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ services:
- "443:443"
volumes:
- ./web/Caddyfile:/etc/caddy/Caddyfile
- ./web/index.html:/srv/index.html
- ./web/index:/srv
environment:
- DOMAIN=example.com # 修改为你的根域名
restart: always

View File

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Docker 镜像加速</title>
<link rel="icon" href="./favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/themes/light.css" />
<script type="module" src="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0/dist/shoelace.js"></script>
<style>