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

@@ -205,7 +205,7 @@ app.use('/admin/*', async (c, next) => {
app.get('/', (c) => {
return c.html(
`CWD 评论部署成功,当前版本 ${VERSION}<a href="https://github.com/anghunk/cwd" target="_blank" rel="noreferrer">查看文档</a>`
`CWD 评论部署成功,当前版本 ${VERSION}<a href="https://github.com/anghunk/CWD" target="_blank" rel="noreferrer">查看文档</a>`
);
});