mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:39:42 +00:00
fix: update contributors image paths and SVG layout
This commit is contained in:
6
.github/workflows/update-contributors.yml
vendored
6
.github/workflows/update-contributors.yml
vendored
@@ -29,9 +29,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
svgPath: CONTRIBUTORS.svg
|
svgPath: CONTRIBUTORS.svg
|
||||||
svgWidth: 1000
|
svgWidth: 1200
|
||||||
avatarSize: 72
|
avatarSize: 72
|
||||||
avatarMargin: 39
|
avatarMargin: 28
|
||||||
userNameHeight: 20
|
userNameHeight: 20
|
||||||
noCommit: true
|
noCommit: true
|
||||||
includeBots: false
|
includeBots: false
|
||||||
@@ -42,7 +42,7 @@ jobs:
|
|||||||
<clipPath id="cp-{{ name }}">
|
<clipPath id="cp-{{ name }}">
|
||||||
<circle cx="36" cy="36" r="36" />
|
<circle cx="36" cy="36" r="36" />
|
||||||
</clipPath>
|
</clipPath>
|
||||||
<image width="72" height="72" xlink:href="{{{ avatar }}}" clip-path="url(#cp-{{ name }})" />
|
<image width="72" height="72" xlink:href="https://github.com/{{{ name }}}.png?size=72" clip-path="url(#cp-{{ name }})" />
|
||||||
<text x="36" y="86" text-anchor="middle" alignment-baseline="middle" font-size="10" fill="#666" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif">{{{ name }}}</text>
|
<text x="36" y="86" text-anchor="middle" alignment-baseline="middle" font-size="10" fill="#666" font-family="-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif">{{{ name }}}</text>
|
||||||
</a>
|
</a>
|
||||||
</g>
|
</g>
|
||||||
|
|||||||
@@ -256,7 +256,7 @@ Adds 5 commands: `clean`, `uninstall`, `optimize`, `analyze`, `status`. Mole aut
|
|||||||
## Community Love
|
## Community Love
|
||||||
|
|
||||||
<a href="https://github.com/tw93/Mole/graphs/contributors">
|
<a href="https://github.com/tw93/Mole/graphs/contributors">
|
||||||
<img src="./CONTRIBUTORS.svg" width="1000" />
|
<img src="https://raw.githubusercontent.com/tw93/mole/main/CONTRIBUTORS.svg?sanitize=true" width="1000" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
Mole's development can not be without these Hackers. They contributed a lot of capabilities for Mole. Also, welcome to follow them! ❤️
|
Mole's development can not be without these Hackers. They contributed a lot of capabilities for Mole. Also, welcome to follow them! ❤️
|
||||||
|
|||||||
Reference in New Issue
Block a user