add label

This commit is contained in:
Ing 2024-04-02 03:43:22 +08:00
parent ea88502f89
commit 0ee854d5eb

View File

@ -107,18 +107,10 @@
</div> </div>
<div class="flex-auto min-width-0 width-fit mr-3"> <div class="flex-auto min-width-0 width-fit mr-3">
<div class="d-flex flex-wrap flex-items-center wb-break-word f3 text-normal"> <div class="d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
<svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" <a id="titleA" href="https://github.com/RROrg/rr">
data-view-component="true" class="octicon octicon-repo color-fg-muted mr-2"> <img alt="GitHub Issues or Pull Requests by label"
<path fill-rule="evenodd" src="https://img.shields.io/github/issues-closed-raw/rrorg/rr/custom?style=flat-square&label=custom">
d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"> </a>
</path>
</svg>
<strong itemprop="name" class="mr-2 flex-self-stretch">
<a id="titleA" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame"
href="#"></a>
</strong>
<span id="titleLabel" class="Label Label--secondary v-align-middle mr-1" id="titlelabel"
style="color: red">Public</span>
</div> </div>
<div class="btn-link tabnav-tab preview-tab js-preview-tab flex-1 flex-md-auto width-full"> <div class="btn-link tabnav-tab preview-tab js-preview-tab flex-1 flex-md-auto width-full">
<marquee id="content" direction="up" height="36" scrollamount="1" onMouseOut="this.start()" <marquee id="content" direction="up" height="36" scrollamount="1" onMouseOut="this.start()"
@ -216,11 +208,16 @@
</div> </div>
</div> </div>
<footer class="footer width-full container-xl mt-3 text-center color-fg-muted"> <footer class="footer width-full container-xl mt-3 text-center color-fg-muted">
<a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com/wjz304"> <a aria-label="RROrg" title="GitHub" class="footer-octicon mr-2" href="https://github.com/RROrg">
<img class="avatar rounded-2 avatar-user"
src="https://avatars.githubusercontent.com/u/151816514?s=88&amp;v=4" width="40" height="40"
alt="@RROrg" />
</a>
<a aria-label="RROrg" title="GitHub" class="footer-octicon mr-2" href="https://github.com/wjz304">
<img class="avatar rounded-2 avatar-user" src="https://avatars.githubusercontent.com/u/5615843?s=88&amp;v=4" <img class="avatar rounded-2 avatar-user" src="https://avatars.githubusercontent.com/u/5615843?s=88&amp;v=4"
width="40" height="40" alt="@wjz304" /> width="40" height="40" alt="@wjz304" />
</a> </a>
<span> © 2022 Ing, RROrg Inc. </span> <span> © 2022 RROrg, Ing, Inc. </span>
</footer> </footer>
</body> </body>