This commit is contained in:
number571 2024-06-05 11:27:51 +07:00
parent 6d8614138e
commit 190b2b2c16
7 changed files with 38993 additions and 38974 deletions

View File

@ -14,6 +14,7 @@
- Update `pkg/network`: HandleFunc(uint64) -> HandleFunc(uint32) - Update `pkg/network`: HandleFunc(uint64) -> HandleFunc(uint32)
- Update `cmd/hidden_lake/service`: change CNetworkMask, CServiceMask - Update `cmd/hidden_lake/service`: change CNetworkMask, CServiceMask
- Update `Makefile`: delete curl to https://img.shields.io/badge - Update `Makefile`: delete curl to https://img.shields.io/badge
- Update `images`: change go-peer_badge.png -> go-peer_badge.svg
### BUG FIXES ### BUG FIXES

View File

@ -23,7 +23,7 @@
<img src="https://godoc.org/github.com/number571/go-peer?status.svg" alt="GoDoc" /> <img src="https://godoc.org/github.com/number571/go-peer?status.svg" alt="GoDoc" />
</a> </a>
<a href="https://github.com/number571/go-peer"> <a href="https://github.com/number571/go-peer">
<img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.png" alt="Go-Peer" /> <img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.svg" alt="Go-Peer" />
</a> </a>
<a href="https://github.com/croqaz/awesome-decentralized"> <a href="https://github.com/croqaz/awesome-decentralized">
<img src="https://awesome.re/mentioned-badge.svg" alt="Awesome" /> <img src="https://awesome.re/mentioned-badge.svg" alt="Awesome" />

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
<img src="https://img.shields.io/github/license/number571/go-peer.svg" alt="License" /> <img src="https://img.shields.io/github/license/number571/go-peer.svg" alt="License" />
</a> </a>
<a href="https://github.com/number571/go-peer"> <a href="https://github.com/number571/go-peer">
<img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.png" alt="Go-Peer" /> <img src="https://github.com/number571/go-peer/blob/master/images/go-peer_badge.svg" alt="Go-Peer" />
</a> </a>
</p> </p>
About project About project

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

18
images/go-peer_badge.svg Normal file
View File

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="96" height="20" role="img" aria-label="go-peer">
<title>go-peer</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="96" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="96" height="20" fill="#555"/>
<rect width="96" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text font-style="italic" aria-hidden="true" x="490" y="140" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="510">go-peer</text>
<text font-style="italic" x="490" y="130" transform="scale(.1)" fill="#fff" textLength="510">go-peer</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 947 B

File diff suppressed because it is too large Load Diff