From b71ff687ea611dbeda7bc65e601ff59f64dda2be Mon Sep 17 00:00:00 2001 From: anghunk Date: Thu, 22 Jan 2026 14:25:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20Discord=20?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=88=B0=20README=20=E5=92=8C=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- docs/.vitepress/config.mjs | 5 ++++- docs/guide/feedback.md | 3 ++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f45a749..27317b5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ 数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。 -[使用文档](https://cwd.js.org) +[使用文档](https://cwd.js.org) +[Discord](https://discord.gg/VahC3r7t) **评论端** ![](https://github.com/user-attachments/assets/6ac091d8-e349-4d40-9d68-485817f63236) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 6ae64f2..444bbff 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -29,7 +29,10 @@ export default defineConfig({ pattern: 'https://github.com/anghunk/cwd/blob/main/docs/:path', text: '在 GitHub 上编辑此页面', }, - socialLinks: [{ icon: 'github', link: 'https://github.com/anghunk/cwd' }], + socialLinks: [ + { icon: 'github', link: 'https://github.com/anghunk/cwd' }, + { icon: 'discord', link: 'https://discord.gg/VahC3r7t' }, + ], lastUpdated: true, lastUpdatedText: '最后更新于', diff --git a/docs/guide/feedback.md b/docs/guide/feedback.md index 2132fc3..90f2963 100644 --- a/docs/guide/feedback.md +++ b/docs/guide/feedback.md @@ -2,7 +2,8 @@ 在使用中遇到问题或有建议吗?请通过以下方式联系我们: -- [Github Isseus](https://github.com/anghunk/cwd/issues) - 涉及到文档的问题,请直接在对应页面下进行评论留言! +- [Github Isseus](https://github.com/anghunk/cwd/issues) +- [Discord](https://discord.gg/VahC3r7t) 我们会尽快回复您的反馈。感谢您的参与!