docs: 更新仓库URL从cwd到CWD

将所有文档和代码中的仓库URL从小写的'cwd'更新为大写的'CWD',以保持一致性
This commit is contained in:
anghunk
2026-01-21 10:58:58 +08:00
parent 643d5c92e8
commit 6626d3eee0
7 changed files with 10 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ export default defineConfig({
'link',
{
rel: 'icon',
href: 'https://github.com/anghunk/cwd/blob/main/icon.png?raw=true',
href: 'https://github.com/anghunk/CWD/blob/main/icon.png?raw=true',
},
],
],
@@ -23,10 +23,10 @@ export default defineConfig({
label: 'On this page',
},
editLink: {
pattern: 'https://github.com/anghunk/cwd/blob/main/docs/:path',
pattern: 'https://github.com/anghunk/CWD/blob/main/docs/:path',
text: '在 GitHub 上编辑此页面',
},
socialLinks: [{ icon: 'github', link: 'https://github.com/anghunk/cwd' }],
socialLinks: [{ icon: 'github', link: 'https://github.com/anghunk/CWD' }],
lastUpdated: true,
lastUpdatedText: '最后更新于',