chore: 更新图标链接为新的 CDN 地址,并添加图标文件
This commit is contained in:
@@ -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)
|
# CWD (Cloudflare Workers Discuss)
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<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">
|
type="image/x-icon">
|
||||||
<title>CWD 评论后台</title>
|
<title>CWD 评论后台</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default defineConfig({
|
|||||||
'link',
|
'link',
|
||||||
{
|
{
|
||||||
rel: 'icon',
|
rel: 'icon',
|
||||||
href: 'https://github.com/anghunk/cwd/blob/main/icon.png?raw=true',
|
href: 'https://cwd.js.org/icon.png',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ hero:
|
|||||||
name: CWD 评论系统
|
name: CWD 评论系统
|
||||||
tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
|
tagline: 基于 Cloudflare Workers 与全球边缘网络的免服务器、极速安全、即插即用评论系统。
|
||||||
image:
|
image:
|
||||||
src: https://github.com/anghunk/cwd/blob/main/icon.png?raw=true
|
src: https://cwd.js.org/icon.png
|
||||||
alt: 文档封面
|
alt: 文档封面
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Reference in New Issue
Block a user