We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ea604 commit d79a052Copy full SHA for d79a052
1 file changed
cnwebsite/docusaurus.config.ts
@@ -2,6 +2,7 @@ import type * as PluginContentDocs from '@docusaurus/plugin-content-docs';
2
import type * as Preset from '@docusaurus/preset-classic';
3
import type {Config} from '@docusaurus/types';
4
import path from 'path';
5
+
6
// const users = require('./showcase.json');
7
const versions = require('./versions.json');
8
const lastVersion = versions[0];
@@ -186,6 +187,12 @@ const config: Config = {
186
187
// ],
188
],
189
themeConfig: {
190
+ announcementBar: {
191
+ id: 'ai-cresc-dev',
192
+ content:
193
+ '<a href="https://ai.cresc.dev" target="_blank" rel="noopener noreferrer">AI 中转站</a>:纯正官方 GPT-5.5 与 Claude Opus 4.7 模型,价格实惠、服务稳定、绝不掺水、数据安全。',
194
+ isCloseable: true,
195
+ },
196
colorMode: {
197
defaultMode: 'light',
198
disableSwitch: false,
0 commit comments