From 71ee55adf5b558dfcbe644809a601e8f7e504e1b Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 22 Jan 2026 14:08:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=B8=BA=E6=96=B0=E7=9A=84=20CDN=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- cwd-admin/index.html | 2 +- docs/.vitepress/config.mjs | 2 +- docs/index.md | 2 +- icon.png => docs/public/icon.png | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename icon.png => docs/public/icon.png (100%) diff --git a/README.md b/README.md index a840650..ed15de0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ > > 基本功能已完成,后续会不断完善。 - + # CWD (Cloudflare Workers Discuss) diff --git a/cwd-admin/index.html b/cwd-admin/index.html index 7b35687..439272d 100644 --- a/cwd-admin/index.html +++ b/cwd-admin/index.html @@ -4,7 +4,7 @@ - CWD 评论后台 diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index a7c9c14..6ae64f2 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -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', }, ], ], diff --git a/docs/index.md b/docs/index.md index d956183..7e1d16d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/icon.png b/docs/public/icon.png similarity index 100% rename from icon.png rename to docs/public/icon.png