We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf9ed0 commit 4b84a0fCopy full SHA for 4b84a0f
docusaurus.config.js
@@ -286,7 +286,12 @@ const config = {
286
},
287
{
288
title: "交流",
289
- items: []
+ items: [
290
+ {
291
+ label: 'QQ 群',
292
+ href: 'https://qm.qq.com/q/UyurWW3zyI',
293
+ },
294
+ ]
295
296
297
title: "友链",
@@ -367,6 +372,14 @@ const config = {
367
372
}
368
373
]
369
374
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
370
383
371
384
// 颜色随系统切换
385
colorMode: {
0 commit comments