Skip to content

Commit e788f8f

Browse files
committed
chore(docs): rename project references to command dock
1 parent 0d13fac commit e788f8f

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pnpm run release:pre
159159
## 项目结构
160160

161161
```
162-
vscode-extension-custom-button/
162+
vscode-extension-command-dock/
163163
├── .github/workflows/ # GitHub Actions 配置
164164
├── scripts/ # 构建和发布脚本
165165
│ ├── install-local.sh # 本地安装脚本

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[![VSCode](https://img.shields.io/badge/VSCode-007ACC?logo=visual-studio-code&logoColor=white)](https://code.visualstudio.com/)
1313
[![pnpm](https://img.shields.io/badge/pnpm-F69220?logo=pnpm&logoColor=white)](https://pnpm.io/)
1414

15-
[![CI](https://img.shields.io/github/workflow/status/Merlin218/vscode-extension-custom-button/CI?logo=github)](https://github.com/Merlin218/vscode-extension-custom-button/actions)
15+
[![CI](https://img.shields.io/github/workflow/status/Merlin218/vscode-extension-command-dock/CI?logo=github)](https://github.com/Merlin218/vscode-extension-command-dock/actions)
1616
[![Downloads](https://img.shields.io/visual-studio-marketplace/d/seagull.command-dock?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=seagull.command-dock)
1717
[![Rating](https://img.shields.io/visual-studio-marketplace/stars/seagull.command-dock?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=seagull.command-dock)
1818

@@ -68,8 +68,8 @@
6868

6969
```bash
7070
# 📁 克隆项目
71-
git clone https://github.com/Merlin218/vscode-extension-custom-button.git
72-
cd vscode-extension-custom-button
71+
git clone https://github.com/Merlin218/vscode-extension-command-dock.git
72+
cd vscode-extension-command-dock
7373

7474
# 📦 安装依赖
7575
pnpm install
@@ -356,7 +356,7 @@ make release-pre
356356
## 📁 项目结构
357357

358358
```
359-
📦 vscode-extension-custom-button/
359+
📦 vscode-extension-command-dock/
360360
├── 🤖 .github/workflows/ # GitHub Actions 配置
361361
├── 📜 scripts/ # 构建和发布脚本
362362
│ ├── 📥 install-local.sh # 本地安装脚本
@@ -409,8 +409,8 @@ make release-pre
409409
| 📖 **开发指南** | [DEVELOPMENT.md](DEVELOPMENT.md) | 完整的开发文档 |
410410
| 🔧 **本地安装** | [本地安装指南](docs/LOCAL_INSTALL_GUIDE.md) | 本地开发安装说明 |
411411
| 💡 **使用示例** | [示例文档](docs/EXAMPLES.md) | 丰富的配置示例 |
412-
| 🐛 **问题反馈** | [GitHub Issues](https://github.com/Merlin218/vscode-extension-custom-button/issues) | 提交 Bug 和功能请求 |
413-
| 💬 **讨论交流** | [GitHub Discussions](https://github.com/Merlin218/vscode-extension-custom-button/discussions) | 社区讨论 |
412+
| 🐛 **问题反馈** | [GitHub Issues](https://github.com/Merlin218/vscode-extension-command-dock/issues) | 提交 Bug 和功能请求 |
413+
| 💬 **讨论交流** | [GitHub Discussions](https://github.com/Merlin218/vscode-extension-command-dock/discussions) | 社区讨论 |
414414

415415
</div>
416416

@@ -420,7 +420,7 @@ make release-pre
420420

421421
<div align="center">
422422

423-
[![Contributors](https://img.shields.io/github/contributors/Merlin218/vscode-extension-custom-button?style=for-the-badge)](https://github.com/Merlin218/vscode-extension-custom-button/graphs/contributors)
423+
[![Contributors](https://img.shields.io/github/contributors/Merlin218/vscode-extension-command-dock?style=for-the-badge)](https://github.com/Merlin218/vscode-extension-command-dock/graphs/contributors)
424424

425425
</div>
426426

docs/LOCAL_INSTALL_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
### 📁 1. 克隆项目
2323

2424
```bash
25-
git clone https://github.com/your-username/vscode-extension-custom-button.git
26-
cd vscode-extension-custom-button
25+
git clone https://github.com/your-username/vscode-extension-command-dock.git
26+
cd vscode-extension-command-dock
2727
```
2828

2929
### 📦 2. 安装依赖

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
],
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/Merlin218/vscode-extension-custom-button.git"
26+
"url": "https://github.com/Merlin218/vscode-extension-command-dock.git"
2727
},
2828
"bugs": {
29-
"url": "https://github.com/Merlin218/vscode-extension-custom-button/issues"
29+
"url": "https://github.com/Merlin218/vscode-extension-command-dock/issues"
3030
},
31-
"homepage": "https://github.com/Merlin218/vscode-extension-custom-button#readme",
31+
"homepage": "https://github.com/Merlin218/vscode-extension-command-dock#readme",
3232
"license": "MIT",
3333
"activationEvents": [
3434
"onStartupFinished"

0 commit comments

Comments
 (0)