Skip to content

Commit cf1298d

Browse files
committed
docs: rename image-tool
1 parent 33330ae commit cf1298d

File tree

7 files changed

+22
-15
lines changed

7 files changed

+22
-15
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ First of all, thank you for your contribution! 😄
1212
- [ ] 性能优化 / Performance optimization
1313
- [ ] 代码风格优化 / Code style optimization
1414
- [ ] 构建优化 / Build optimization
15+
- [ ] 网站、文档、Demo 改进 / Website, documentation, demo improvements
1516
- [ ] 测试相关 / Test related
1617
- [ ] 其他 / Other
1718

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
A Vue image component. Simple realization of image shadow.
44

5-
[![npm](https://img.shields.io/npm/v/vue-image-shadow?style=flat-square&color=orange)](https://www.npmjs.com/package/vue-image-shadow) ![test-ci](https://github.com/image-tool/vue-image-shadow/workflows/test-ci/badge.svg) ![](https://img.shields.io/github/last-commit/image-tool/vue-image-shadow/main?color=%23722ed1&style=flat-square) ![](https://img.shields.io/npm/dt/vue-image-shadow?color=%23eb2f96&style=flat-square) ![](https://img.shields.io/npm/l/vue-image-shadow?style=flat-square&color=red)
5+
[![npm](https://img.shields.io/npm/v/vue-image-shadow?style=flat-square&color=orange)](https://www.npmjs.com/package/vue-image-shadow) ![test-ci](https://github.com/image-component/vue-image-shadow/workflows/test-ci/badge.svg) ![](https://img.shields.io/github/last-commit/image-component/vue-image-shadow/main?color=%23722ed1&style=flat-square) ![](https://img.shields.io/npm/dt/vue-image-shadow?color=%23eb2f96&style=flat-square) ![](https://img.shields.io/npm/l/vue-image-shadow?style=flat-square&color=red)
66

77
## 📚 Example
88

9-
Online: https://image-tool.github.io/vue-image-shadow/
9+
Online: https://image-component.github.io/vue-image-shadow/
1010

1111
## 📦 Install
1212

@@ -44,4 +44,4 @@ yarn start
4444

4545
## License
4646

47-
[MIT](https://github.com/image-tool/vue-image-shadow/blob/main/LICENSE)
47+
[MIT](https://github.com/image-component/vue-image-shadow/blob/main/LICENSE)

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
A Vue image component. Simple realization of image shadow.
44

5-
[![npm](https://img.shields.io/npm/v/vue-image-shadow?style=flat-square&color=orange)](https://www.npmjs.com/package/vue-image-shadow) ![test-ci](https://github.com/image-tool/vue-image-shadow/workflows/test-ci/badge.svg) ![](https://img.shields.io/github/last-commit/image-tool/vue-image-shadow/main?color=%23722ed1&style=flat-square) ![](https://img.shields.io/npm/dt/vue-image-shadow?color=%23eb2f96&style=flat-square) ![](https://img.shields.io/npm/l/vue-image-shadow?style=flat-square&color=red)
5+
[![npm](https://img.shields.io/npm/v/vue-image-shadow?style=flat-square&color=orange)](https://www.npmjs.com/package/vue-image-shadow) ![test-ci](https://github.com/image-component/vue-image-shadow/workflows/test-ci/badge.svg) ![](https://img.shields.io/github/last-commit/image-component/vue-image-shadow/main?color=%23722ed1&style=flat-square) ![](https://img.shields.io/npm/dt/vue-image-shadow?color=%23eb2f96&style=flat-square) ![](https://img.shields.io/npm/l/vue-image-shadow?style=flat-square&color=red)
66

77
## 📚 Example
88

9-
Online: https://image-tool.github.io/vue-image-shadow/
9+
Online: https://image-component.github.io/vue-image-shadow/
1010

1111
## 📦 Install
1212

@@ -44,4 +44,4 @@ yarn start
4444

4545
## License
4646

47-
[MIT](https://github.com/image-tool/vue-image-shadow/blob/main/LICENSE)
47+
[MIT](https://github.com/image-component/vue-image-shadow/blob/main/LICENSE)

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# 🔖 Changelog
22

3+
## 1.0.1
4+
5+
`2020-12-10`
6+
7+
- docs: rename `image-tool` -> `image-component`
8+
39
## 1.0.0
410

511
`2020-12-08`

docs/demo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Basic display.
1919
export default {
2020
data() {
2121
return {
22-
src1: 'https://github.com/image-tool/react-image-shadow/blob/main/image/red.png?raw=true',
23-
src2: 'https://github.com/image-tool/react-image-shadow/blob/main/image/blue.jpg?raw=true',
24-
src3: 'https://github.com/image-tool/react-image-shadow/blob/main/image/white.jpg?raw=true'
22+
src1: 'https://github.com/image-component/react-image-shadow/blob/main/image/red.png?raw=true',
23+
src2: 'https://github.com/image-component/react-image-shadow/blob/main/image/blue.jpg?raw=true',
24+
src3: 'https://github.com/image-component/react-image-shadow/blob/main/image/white.jpg?raw=true'
2525
}
2626
}
2727
}

examples/App.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
export default {
1212
data() {
1313
return {
14-
src1: 'https://github.com/image-tool/react-image-shadow/blob/main/image/red.png?raw=true',
15-
src2: 'https://github.com/image-tool/react-image-shadow/blob/main/image/blue.jpg?raw=true',
16-
src3: 'https://github.com/image-tool/react-image-shadow/blob/main/image/white.jpg?raw=true'
14+
src1: 'https://github.com/image-component/react-image-shadow/blob/main/image/red.png?raw=true',
15+
src2: 'https://github.com/image-component/react-image-shadow/blob/main/image/blue.jpg?raw=true',
16+
src3: 'https://github.com/image-component/react-image-shadow/blob/main/image/white.jpg?raw=true'
1717
}
1818
}
1919
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"author": "xrkffgg",
1919
"repository": {
2020
"type": "git",
21-
"url": "[email protected]/image-tool/vue-image-shadow"
21+
"url": "[email protected]/image-component/vue-image-shadow"
2222
},
23-
"homepage": "https://github.com/image-tool/vue-image-shadow",
23+
"homepage": "https://github.com/image-component/vue-image-shadow",
2424
"bugs": {
25-
"url": "https://github.com/image-tool/vue-image-shadow/issues"
25+
"url": "https://github.com/image-component/vue-image-shadow/issues"
2626
},
2727
"keywords": [
2828
"vue",

0 commit comments

Comments
 (0)