diff --git a/README.md b/README.md index eca316b..707a0ed 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # auto-path > 自动提示文件路径, 方便引入项目为的文件. -[![Version](https://vsmarketplacebadge.apphb.com/version-short/yutent.auto-path.svg)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) -[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/yutent.auto-path.svg)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) -[![Installs](https://vsmarketplacebadge.apphb.com/installs/yutent.auto-path.svg)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) - +[![Version](https://img.shields.io/visual-studio-marketplace/v/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) +[![Rating](https://img.shields.io/visual-studio-marketplace/r/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) +[![Downloads](https://img.shields.io/visual-studio-marketplace/v/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) +[![Installs](https://img.shields.io/visual-studio-marketplace/i/yutent.auto-path)](https://marketplace.visualstudio.com/items?itemName=yutent.auto-path) ## 概念说明 diff --git a/package.json b/package.json index 9058ef1..e03341e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "auto-path", "displayName": "auto-path", "description": "🔥 自动提示文件路径, 方便引入项目为的文件", - "version": "1.2.0", + "version": "1.2.1", "publisher": "yutent", "author": "Yutent [@yutent]", "icon": "logo.png",