chore: 更新图标链接为新的 CDN 地址,并添加图标文件

This commit is contained in:
anghunk
2026-01-22 14:08:43 +08:00
parent ca07fa1e2a
commit 71ee55adf5
5 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
>
> 基本功能已完成,后续会不断完善。
<img src="https://github.com/anghunk/cwd/blob/main/icon.png?raw=true" width="72" />
<img src="https://cwd.js.org/icon.png" width="72" />
# CWD (Cloudflare Workers Discuss)

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://github.com/anghunk/cwd/blob/main/icon.png?raw=true"
<link rel="shortcut icon" href="https://cwd.js.org/icon.png"
type="image/x-icon">
<title>CWD 评论后台</title>
</head>

View File

@@ -11,7 +11,7 @@ export default defineConfig({
'link',
{
rel: 'icon',
href: 'https://github.com/anghunk/cwd/blob/main/icon.png?raw=true',
href: 'https://cwd.js.org/icon.png',
},
],
],

View File

@@ -5,7 +5,7 @@ hero:
name: CWD 评论系统
tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
image:
src: https://github.com/anghunk/cwd/blob/main/icon.png?raw=true
src: https://cwd.js.org/icon.png
alt: 文档封面
actions:
- theme: brand

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB