From 404253e8f74eb6a1144c6c59c32860724e4f8623 Mon Sep 17 00:00:00 2001 From: anghunk Date: Fri, 30 Jan 2026 10:30:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20Discord=20?= =?UTF-8?q?=E9=82=80=E8=AF=B7=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将文档和 README 中的 Discord 邀请链接统一更新为新的有效链接。 --- README.md | 4 ++-- docs/.vitepress/config.mjs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 763e13c..98cab47 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![GitHub stars](https://img.shields.io/github/stars/anghunk/cwd?style=flat-square)](https://github.com/anghunk/cwd) [![License](https://img.shields.io/github/license/anghunk/cwd?style=flat-square)](./LICENSE) [![Docs](https://img.shields.io/badge/Docs-cwd.js.org-brightgreen?style=flat-square)](https://cwd.js.org) -[![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/VahC3r7t) +[![Discord](https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white&style=flat-square)](https://discord.gg/n2pErsD7Kg) ![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-F38020?logo=cloudflare&logoColor=white&style=flat-square) ![Cloudflare D1](https://img.shields.io/badge/Cloudflare-D1-F38020?logo=cloudflare&logoColor=white&style=flat-square) @@ -18,7 +18,7 @@ 数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。 -[使用文档](https://cwd.js.org) · [Discord](https://discord.gg/VahC3r7t) +[使用文档](https://cwd.js.org) · [Discord](https://discord.gg/n2pErsD7Kg) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 15391d3..95059bf 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -29,7 +29,7 @@ export default defineConfig({ pattern: 'https://github.com/anghunk/cwd/blob/main/docs/:path', text: '在 GitHub 上编辑此页面', }, - socialLinks: [{ icon: 'discord', link: 'https://discord.gg/VahC3r7t' }], + socialLinks: [{ icon: 'discord', link: 'https://discord.gg/n2pErsD7Kg' }], lastUpdated: true, lastUpdatedText: '最后更新于', footer: {