Skip to content

Commit 4b84a0f

Browse files
committed
update qq info
1 parent 2bf9ed0 commit 4b84a0f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

docusaurus.config.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,12 @@ const config = {
286286
},
287287
{
288288
title: "交流",
289-
items: []
289+
items: [
290+
{
291+
label: 'QQ 群',
292+
href: 'https://qm.qq.com/q/UyurWW3zyI',
293+
},
294+
]
290295
},
291296
{
292297
title: "友链",
@@ -367,6 +372,14 @@ const config = {
367372
}
368373
]
369374
},
375+
announcementBar: {
376+
id: 'qq-group-notice',
377+
content:
378+
'Cubic Wiki 新的 QQ 交流群 <a target="_blank" rel="noopener noreferrer" href="https://qm.qq.com/q/UyurWW3zyI"><strong>1074062482</strong></a>',
379+
backgroundColor: '#25a06e',
380+
textColor: 'white',
381+
isCloseable: false,
382+
},
370383

371384
// 颜色随系统切换
372385
colorMode: {

0 commit comments

Comments
 (0)