更新预览地址

This commit is contained in:
FairyEver
2019-12-14 12:48:01 +08:00
parent 88d1b7e6c3
commit dc1344e67c
3 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
<a href="https://github.com/d2-projects/d2-admin" target="_blank"> <a href="https://github.com/d2-projects/d2-admin" target="_blank">
<img src="https://visitor-count-badge.herokuapp.com/total.svg?repo_id=d2-projects.d2-admin"> <img src="https://visitor-count-badge.herokuapp.com/total.svg?repo_id=d2-projects.d2-admin">
</a> </a>
<a href="https://github.com/d2-projects/d2-admin" target="_blank"> <a href="https://github.com/d2-projects/d2-admin/releases" target="_blank">
<img src="https://img.shields.io/github/release/d2-projects/d2-admin.svg"> <img src="https://img.shields.io/github/release/d2-projects/d2-admin.svg">
</a> </a>
</p> </p>

View File

@@ -38,7 +38,7 @@
<a href="https://github.com/d2-projects/d2-admin" target="_blank"> <a href="https://github.com/d2-projects/d2-admin" target="_blank">
<img src="https://visitor-count-badge.herokuapp.com/total.svg?repo_id=d2-projects.d2-admin"> <img src="https://visitor-count-badge.herokuapp.com/total.svg?repo_id=d2-projects.d2-admin">
</a> </a>
<a href="https://github.com/d2-projects/d2-admin" target="_blank"> <a href="https://github.com/d2-projects/d2-admin/releases" target="_blank">
<img src="https://img.shields.io/github/release/d2-projects/d2-admin.svg"> <img src="https://img.shields.io/github/release/d2-projects/d2-admin.svg">
</a> </a>
</p> </p>
@@ -53,8 +53,8 @@
## 预览 ## 预览
* [预览 | 中国](https://fairyever.com/d2-admin/preview/) 在七牛 CDN 部署 * [https://d2.pub/d2-admin/preview/](https://d2.pub/d2-admin/preview/)
* [预览 | 其它国家](https://d2-admin.netlify.com) 在 Netlify CDN 部署 * [https://d2-projects.github.io/d2-admin/](https://d2-projects.github.io/d2-admin/)
## 成为赞助者 ## 成为赞助者

View File

@@ -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/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://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` }
] ]
] ]
} }