Skip to content

Commit

Permalink
feat: 迁移
Browse files Browse the repository at this point in the history
  • Loading branch information
muzishuiji committed Dec 7, 2024
1 parent 2a95ca7 commit 30cf1d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# vue-ins-progress-bar

[![license](https://img.shields.io/npm/l/vue-ins-progress-bar?color=%2351bff4)](https://revolunet.mit-license.org/) [![npm](https://img.shields.io/npm/v/vue-ins-progress-bar?color=%2333efc7)](https://www.npmjs.com/package/vue-ins-progress-bar) [![downloads](https://img.shields.io/npm/dm/vue-ins-progress-bar?color=%23ad43a7)](https://www.npmjs.com/package/vue-ins-progress-bar) [![ts](https://img.shields.io/badge/ts-supported-ff69b4)](https://github.com/meloalright/vue-ins-progress-bar/tree/master/types/index.d.ts)
[![license](https://img.shields.io/npm/l/vue-ins-progress-bar?color=%2351bff4)](https://revolunet.mit-license.org/) [![npm](https://img.shields.io/npm/v/vue-ins-progress-bar?color=%2333efc7)](https://www.npmjs.com/package/vue-ins-progress-bar) [![downloads](https://img.shields.io/npm/dm/vue-ins-progress-bar?color=%23ad43a7)](https://www.npmjs.com/package/vue-ins-progress-bar) [![ts](https://img.shields.io/badge/ts-supported-ff69b4)](https://github.com/muzishuiji/vue-ins-progress-bar/tree/master/types/index.d.ts)


`a vue component of ins-style progress bar`
Expand All @@ -12,7 +12,7 @@

## Demo

[Live Demo](https://meloalright.github.io/vue-ins-progress-bar/)
[Live Demo](https://muzishuiji.github.io/vue-ins-progress-bar/)

## Install

Expand Down Expand Up @@ -92,11 +92,11 @@ this.$insProgress.height(4) // resize the height of loading bar to 4px

## Source

Repository: [vue-ins-progress-bar](https://github.com/meloalright/vue-ins-progress-bar)      
Repository: [vue-ins-progress-bar](https://github.com/muzishuiji/vue-ins-progress-bar)      

Contributors: [contributors](https://github.com/meloalright/vue-ins-progress-bar/graphs/contributors)
Contributors: [contributors](https://github.com/muzishuiji/vue-ins-progress-bar/graphs/contributors)

Author: [meloalright](https://github.com/meloalright)
Author: [muzishuiji](https://github.com/muzishuiji)


## Popularity
Expand All @@ -106,7 +106,7 @@ Author: [meloalright](https://github.com/meloalright)

## ChangeLog

Documented in [Releases](https://github.com/meloalright/vue-ins-progress-bar/releases)
Documented in [Releases](https://github.com/muzishuiji/vue-ins-progress-bar/releases)


## License
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ins-progress-bar",
"author": "meloalright",
"author": "muzishuiji",
"version": "1.3.9",
"description": "A vue ins progress bar",
"main": "dist/vue-ins-progress-bar.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/meloalright/vue-ins-progress-bar.git"
"url": "git+https://github.com/muzishuiji/vue-ins-progress-bar.git"
},
"homepage": "https://github.com/meloalright/vue-ins-progress-bar#readme",
"homepage": "https://github.com/muzishuiji/vue-ins-progress-bar#readme",
"license": "MIT"
}

0 comments on commit 30cf1d2

Please sign in to comment.