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

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://github.com/anghunk/cwd/blob/main/icon.png?raw=true"
<link rel="shortcut icon" href="https://github.com/anghunk/CWD/blob/main/icon.png?raw=true"
type="image/x-icon">
<title>CWD 评论系统后台</title>
</head>

View File

@@ -20,7 +20,7 @@
<a class="layout-button" href="https://cwd-docs.zishu.me" target="_blank">
使用文档
</a>
<a class="layout-button" href="https://github.com/anghunk/cwd" target="_blank">
<a class="layout-button" href="https://github.com/anghunk/CWD" target="_blank">
Github
</a>
<button class="layout-button" @click="handleLogout">退出</button>
@@ -144,7 +144,7 @@ function openDocs() {
}
function openGithub() {
window.open("https://github.com/anghunk/cwd", "_blank");
window.open("https://github.com/anghunk/CWD", "_blank");
closeActions();
}