docs: 更新仓库链接和文档内容

将 GitHub 仓库链接从 'anghunk/CWD' 统一更新为 'anghunk/cwd'
更新前端配置文档,增加 Vue 组件示例和其他框架说明
修改导航栏"部署文档"为"快速开始"
This commit is contained in:
anghunk
2026-01-21 16:15:47 +08:00
parent 164ef678ba
commit ce7c306acb
10 changed files with 67 additions and 17 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>
@@ -156,7 +156,7 @@ function openDocs() {
}
function openGithub() {
window.open("https://github.com/anghunk/CWD", "_blank");
window.open("https://github.com/anghunk/cwd", "_blank");
closeActions();
}