Skip to content

Commit 69ac8b4

Browse files
committed
🐞 fix: hand over
1 parent 57fccd5 commit 69ac8b4

File tree

9 files changed

+43
-85
lines changed

9 files changed

+43
-85
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
```bash
1515
# 克隆仓库
16-
git clone https://github.com/pandavips/Vue-Command-Component.git
16+
git clone https://github.com/slothvips/Vue-Command-Component.git
1717
cd Vue-Command-Component
1818

1919
# 安装依赖

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 pandavips
3+
Copyright (c) 2023 slothvips
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
[![npm version](https://badge.fury.io/js/@vue-cmd%2Fcore.svg)](https://www.npmjs.com/package/@vue-cmd/core)
88
[![npm downloads](https://img.shields.io/npm/dm/@vue-cmd/core.svg)](https://www.npmjs.com/package/@vue-cmd/core)
9-
[![GitHub stars](https://img.shields.io/github/stars/pandavips/Vue-Command-Component.svg)](https://github.com/pandavips/Vue-Command-Component/stargazers)
10-
[![License](https://img.shields.io/github/license/pandavips/Vue-Command-Component.svg)](LICENSE)
9+
[![GitHub stars](https://img.shields.io/github/stars/slothvips/Vue-Command-Component.svg)](https://github.com/slothvips/Vue-Command-Component/stargazers)
10+
[![License](https://img.shields.io/github/license/slothvips/Vue-Command-Component.svg)](LICENSE)
1111

12-
[文档网站](https://pandavips.github.io/Vue-Command-Component/) | [快速开始](https://pandavips.github.io/Vue-Command-Component/guide/quick-start.html) | [在线演示](https://pandavips.github.io/Vue-Command-Component/example/base.html)
12+
[文档网站](https://slothvips.github.io/Vue-Command-Component/) | [快速开始](https://slothvips.github.io/Vue-Command-Component/guide/quick-start.html) | [在线演示](https://slothvips.github.io/Vue-Command-Component/example/base.html)
1313

1414
</div>
1515

@@ -156,9 +156,9 @@ const openNestedDialogs = async () => {
156156

157157
## 📚 文档
158158

159-
- [完整文档](https://pandavips.github.io/Vue-Command-Component/)
160-
- [快速开始](https://pandavips.github.io/Vue-Command-Component/guide/quick-start.html)
161-
- [示例演示](https://pandavips.github.io/Vue-Command-Component/example/base.html)
159+
- [完整文档](https://slothvips.github.io/Vue-Command-Component/)
160+
- [快速开始](https://slothvips.github.io/Vue-Command-Component/guide/quick-start.html)
161+
- [示例演示](https://slothvips.github.io/Vue-Command-Component/example/base.html)
162162

163163
## 🛠️ 支持的UI库
164164

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.1.3",
44
"type": "module",
55
"description": "Vue3命令式组件核心库 - 简化弹窗、对话框等组件的调用方式,告别繁琐的状态管理",
6-
"homepage": "https://pandavips.github.io/Vue-Command-Component/",
6+
"homepage": "https://slothvips.github.io/Vue-Command-Component/",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/pandavips/Vue-Command-Component.git"
9+
"url": "git+https://github.com/slothvips/Vue-Command-Component.git"
1010
},
1111
"keywords": [
1212
"vue",
@@ -28,7 +28,7 @@
2828
"typescript"
2929
],
3030
"license": "MIT",
31-
"author": "pandavips",
31+
"author": "slothvips",
3232
"main": "dist/index.cjs.js",
3333
"module": "dist/index.es.js",
3434
"types": "./dist/index.d.ts",

packages/element-plus/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.10",
44
"type": "module",
55
"description": "Element Plus命令式组件适配器 - 让Element Plus的Dialog、Drawer等组件支持命令式调用",
6-
"homepage": "https://pandavips.github.io/Vue-Command-Component/",
6+
"homepage": "https://slothvips.github.io/Vue-Command-Component/",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/pandavips/Vue-Command-Component.git"
9+
"url": "git+https://github.com/slothvips/Vue-Command-Component.git"
1010
},
1111
"keywords": [
1212
"vue",
@@ -29,7 +29,7 @@
2929
"adapter"
3030
],
3131
"license": "MIT",
32-
"author": "pandavips",
32+
"author": "slothvips",
3333
"main": "dist/index.cjs.js",
3434
"module": "dist/index.es.js",
3535
"types": "dist/index.d.ts",

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.2.2",
44
"type": "module",
55
"description": "Vue Command Component hooks",
6-
"author": "pandavips",
6+
"author": "slothvips",
77
"license": "MIT",
88
"keywords": [
99
"vue",

packages/naive/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.0.7",
44
"type": "module",
55
"description": "Naive UI adapters for Vue Command Component",
6-
"homepage": "https://pandavips.github.io/Vue-Command-Component/",
6+
"homepage": "https://slothvips.github.io/Vue-Command-Component/",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/pandavips/Vue-Command-Component.git"
9+
"url": "git+https://github.com/slothvips/Vue-Command-Component.git"
1010
},
1111
"keywords": [
1212
"vue",
@@ -16,7 +16,7 @@
1616
"naive-ui"
1717
],
1818
"license": "MIT",
19-
"author": "pandavips",
19+
"author": "slothvips",
2020
"main": "dist/index.cjs.js",
2121
"module": "dist/index.es.js",
2222
"types": "./dist/index.d.ts",

packages/vant/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"version": "1.1.1",
44
"type": "module",
55
"description": "Vant命令式组件适配器 - 让Vant的Popup、Dialog等组件支持命令式调用,专为移动端优化",
6-
"homepage": "https://pandavips.github.io/Vue-Command-Component/",
6+
"homepage": "https://slothvips.github.io/Vue-Command-Component/",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/pandavips/Vue-Command-Component.git"
9+
"url": "git+https://github.com/slothvips/Vue-Command-Component.git"
1010
},
1111
"keywords": [
1212
"vue",
@@ -30,7 +30,7 @@
3030
"h5"
3131
],
3232
"license": "MIT",
33-
"author": "pandavips",
33+
"author": "slothvips",
3434
"main": "dist/index.cjs.js",
3535
"module": "dist/index.es.js",
3636
"types": "./dist/index.d.ts",

pnpm-lock.yaml

Lines changed: 22 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)