docs: 更新 Discord 邀请链接
将文档和 README 中的 Discord 邀请链接统一更新为新的有效链接。
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[](https://github.com/anghunk/cwd)
|
||||
[](./LICENSE)
|
||||
[](https://cwd.js.org)
|
||||
[](https://discord.gg/VahC3r7t)
|
||||
[](https://discord.gg/n2pErsD7Kg)
|
||||
|
||||

|
||||

|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user