!3634 doc(#I66MJX): update shields icon for github build action

* refactor: Header 增加超链接单独弹开 Tab 问题
* fix: 修复 github action 链接报错问题
This commit is contained in:
Argo 2022-12-19 01:46:37 +00:00
parent b23c328a9d
commit d08c89c4f3
2 changed files with 3 additions and 3 deletions

View File

@ -22,12 +22,12 @@
<CultureChooser class="flex-md-fill flex-xl-grow-0 justify-content-md-end" />
<ul class="navbar-nav ms-3 d-none d-lg-flex">
<li class="nav-item">
<a class="nav-link p-2" href="https://github.com/ArgoZhang/BootstrapBlazor">
<a class="nav-link p-2" href="https://github.com/ArgoZhang/BootstrapBlazor" target="_blank">
<img alt="git" src="_content/BootstrapBlazor.Shared/images/git.svg" />
</a>
</li>
<li class="nav-item">
<a class="nav-link p-2" href="@WebsiteOption.CurrentValue.BootstrapBlazorLink">
<a class="nav-link p-2" href="@WebsiteOption.CurrentValue.BootstrapBlazorLink" target="_blank">
<img alt="gitee" src="_content/BootstrapBlazor.Shared/images/gitee.svg" />
</a>
</li>

View File

@ -14,7 +14,7 @@
<ImageViewer Alt="download" IsAsync="true" Url="https://img.shields.io/nuget/dt/BootstrapBlazor.svg?logo=nuget&logoColor=green" />
<ImageViewer Alt="repo" IsAsync="true" Url="https://img.shields.io/github/repo-size/ArgoZhang/BootstrapBlazor.svg?logo=github&logoColor=green&label=repo" />
<ImageViewer Alt="commit" IsAsync="true" Url="https://img.shields.io/github/last-commit/ArgoZhang/BootstrapBlazor/main.svg?logo=github&logoColor=green&label=commit" />
<ImageViewer Alt="build" IsAsync="true" Url="https://img.shields.io/github/workflow/status/ArgoZhang/BootstrapBlazor/Build%20Project/main?label=main&logo=github&logoColor=green" />
<ImageViewer Alt="build" IsAsync="true" Url="https://img.shields.io/github/actions/workflow/status/ArgoZhang/BootstrapBlazor/build.yml?branch=main&?label=main&logo=github" />
</span>
<ImageViewer Alt="coverage" IsAsync="true" Url="https://codecov.io/gh/dotnetcore/BootstrapBlazor/branch/main/graph/badge.svg?token=5SXIWHXZC3" />
</div>