qiniu cdn
This commit is contained in:
parent
b43d3a732d
commit
2df9fe1896
|
|
@ -28,6 +28,7 @@ D2Admin is a fully open source and free enterprise back-end product front-end in
|
|||
| server | link | info | status |
|
||||
| --- | --- | --- | --- |
|
||||
| d2.pub | [d2.pub](https://d2.pub/d2-admin/preview/) | China server | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22) |
|
||||
| cdn.d2.pub | [cdn.d2.pub](https://cdn.d2.pub/d2-admin/preview/) | Using qiniu CDN whole station | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+cdn%22) |
|
||||
| github | [d2-projects.github.io](https://d2-projects.github.io/d2-admin/) | Deploy on GitHub pages | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+Github%22) |
|
||||
| netlify | [netlify.com](https://d2-admin.netlify.com/) | Deploy on Netlify CDN | [](https://app.netlify.com/sites/d2-admin/deploys) |
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
|
||||
| 位置 | 链接 | 介绍 | 状态 |
|
||||
| --- | --- | --- | --- |
|
||||
| d2.pub | [d2.pub](https://d2.pub/d2-admin/preview/) | 中国服务器,部分 cdn 依赖 | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22) |
|
||||
| d2.pub | [d2.pub](https://d2.pub/d2-admin/preview/) | 中国服务器,部分 CDN 依赖 | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22) |
|
||||
| cdn.d2.pub | [cdn.d2.pub](https://cdn.d2.pub/d2-admin/preview/) | 全站七牛云 CDN | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+cdn%22) |
|
||||
| github | [d2-projects.github.io](https://d2-projects.github.io/d2-admin/) | 部署在 GitHub pages | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+Github%22) |
|
||||
| netlify | [netlify.com](https://d2-admin.netlify.com/) | 部署在 Netlify CDN | [](https://app.netlify.com/sites/d2-admin/deploys) |
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ export default {
|
|||
],
|
||||
[
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20https%3A%2F%2Fd2.pub/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22` },
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20cdn/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+cdn%22` },
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20Github/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+Github%22` },
|
||||
{ img: 'https://api.netlify.com/api/v1/badges/a5dd4bbd-da3f-4145-98a9-8012577bdcf5/deploy-status', link: 'https://app.netlify.com/sites/d2-admin/deploys' }
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue