docs: 更新 Discord 邀请链接

将文档和 README 中的 Discord 邀请链接统一更新为新的有效链接。
This commit is contained in:
anghunk
2026-01-30 10:30:09 +08:00
parent b6f21b309e
commit 404253e8f7
2 changed files with 3 additions and 3 deletions

View File

@@ -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)
</div>

View File

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