chore: 添加 Discord 链接到 README 和配置文件
This commit is contained in:
@@ -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: '最后更新于',
|
||||
|
||||
Reference in New Issue
Block a user