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: {