fix: change project title to XCSDD

This commit is contained in:
2026-03-18 14:26:55 +08:00
parent 2e23977669
commit f80e8dade6

View File

@@ -4,6 +4,6 @@ export interface DocConfig {
}
export const config: DocConfig = {
projectName: 'API Docs',
projectName: 'XCSDD',
sidebarTitle: '文档目录',
}