From dc1344e67c32e14db9bd56cdf8e6a3d648aa8eba Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Sat, 14 Dec 2019 12:48:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A2=84=E8=A7=88=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- README.zh.md | 10 +++++----- src/views/system/index/components/d2-badge/index.vue | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b5c176e2..2dc0a6c4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@

-

+

@@ -31,14 +31,14 @@

-

+

- +

diff --git a/README.zh.md b/README.zh.md index 173ba6c3..031d40d5 100644 --- a/README.zh.md +++ b/README.zh.md @@ -20,7 +20,7 @@

-

+

@@ -31,14 +31,14 @@

-

+

- +

@@ -53,8 +53,8 @@ ## 预览 -* [预览 | 中国](https://fairyever.com/d2-admin/preview/) 在七牛 CDN 部署 -* [预览 | 其它国家](https://d2-admin.netlify.com) 在 Netlify CDN 部署 +* [https://d2.pub/d2-admin/preview/](https://d2.pub/d2-admin/preview/) +* [https://d2-projects.github.io/d2-admin/](https://d2-projects.github.io/d2-admin/) ## 成为赞助者 diff --git a/src/views/system/index/components/d2-badge/index.vue b/src/views/system/index/components/d2-badge/index.vue index 3228f8d5..b7989fad 100644 --- a/src/views/system/index/components/d2-badge/index.vue +++ b/src/views/system/index/components/d2-badge/index.vue @@ -31,7 +31,7 @@ export default { [ { img: 'https://visitor-count-badge.herokuapp.com/today.svg?repo_id=d2-projects.d2-admin', link: linkD2Admin }, { img: 'https://visitor-count-badge.herokuapp.com/total.svg?repo_id=d2-projects.d2-admin', link: linkD2Admin }, - { img: 'https://img.shields.io/github/release/d2-projects/d2-admin.svg', link: linkD2Admin } + { img: 'https://img.shields.io/github/release/d2-projects/d2-admin.svg', link: `${linkD2Admin}/releases` } ] ] }