From f80e8dade67683c8c31552cd064bddb79e262e4d Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Wed, 18 Mar 2026 14:26:55 +0800 Subject: [PATCH] fix: change project title to XCSDD --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index c419a1f..8a51189 100644 --- a/src/config.ts +++ b/src/config.ts @@ -4,6 +4,6 @@ export interface DocConfig { } export const config: DocConfig = { - projectName: 'API Docs', + projectName: 'XCSDD', sidebarTitle: '文档目录', }