chore: 添加 Discord 链接到 README 和配置文件
This commit is contained in:
@@ -13,7 +13,8 @@
|
|||||||
|
|
||||||
数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。
|
数据存储在 Cloudflare D1 数据库中,通过 Worker 与数据库交互。
|
||||||
|
|
||||||
[使用文档](https://cwd.js.org)
|
[使用文档](https://cwd.js.org)
|
||||||
|
[Discord](https://discord.gg/VahC3r7t)
|
||||||
|
|
||||||
**评论端**
|
**评论端**
|
||||||

|

|
||||||
|
|||||||
@@ -29,7 +29,10 @@ export default defineConfig({
|
|||||||
pattern: 'https://github.com/anghunk/cwd/blob/main/docs/:path',
|
pattern: 'https://github.com/anghunk/cwd/blob/main/docs/:path',
|
||||||
text: '在 GitHub 上编辑此页面',
|
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,
|
lastUpdated: true,
|
||||||
lastUpdatedText: '最后更新于',
|
lastUpdatedText: '最后更新于',
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|
||||||
我们会尽快回复您的反馈。感谢您的参与!
|
我们会尽快回复您的反馈。感谢您的参与!
|
||||||
|
|||||||
Reference in New Issue
Block a user