mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 16:14:44 +00:00
chore: Clear CONTRIBUTORS.svg content and update the contributor workflow and README.
This commit is contained in:
9
.github/workflows/update-contributors.yml
vendored
9
.github/workflows/update-contributors.yml
vendored
@@ -32,15 +32,18 @@ jobs:
|
||||
svgWidth: 1000
|
||||
avatarSize: 72
|
||||
avatarMargin: 39
|
||||
userNameHeight: 20
|
||||
userNameHeight: 0
|
||||
noCommit: true
|
||||
includeBots: false
|
||||
excludeUsers: "github-actions web-flow dependabot claude"
|
||||
itemTemplate: |
|
||||
<g transform="translate({{ x }}, {{ y }})">
|
||||
<a xlink:href="{{{ url }}}" class="contributor-link" target="_blank" rel="nofollow sponsored" title="{{{ name }}}" id="{{{ name }}}">
|
||||
<image width="{{ width }}" height="{{ height }}" xlink:href="{{{ avatar }}}" />
|
||||
<text x="36" y="86" text-anchor="middle" alignment-baseline="middle" font-size="10">{{{ name }}}</text>
|
||||
<clipPath id="circleView-{{ name }}">
|
||||
<circle cx="36" cy="36" r="36" />
|
||||
</clipPath>
|
||||
<image width="72" height="72" xlink:href="{{{ avatar }}}" clip-path="url(#circleView-{{ 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>
|
||||
</a>
|
||||
</g>
|
||||
|
||||
|
||||
167
CONTRIBUTORS.svg
167
CONTRIBUTORS.svg
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 7.1 MiB After Width: | Height: | Size: 112 B |
@@ -255,9 +255,11 @@ Adds 5 commands: `clean`, `uninstall`, `optimize`, `analyze`, `status`. Mole aut
|
||||
|
||||
## Community Love
|
||||
|
||||
Mole's development can not be without these Hackers. They contributed a lot of capabilities for Mole. Also, welcome to follow them! ❤️
|
||||
<a href="https://github.com/tw93/Mole/graphs/contributors">
|
||||
<img src="CONTRIBUTORS.svg" width="1000" />
|
||||
</a>
|
||||
|
||||
<img src="https://raw.githubusercontent.com/tw93/mole/main/CONTRIBUTORS.svg?sanitize=true" alt="Contributors" width="1000" />
|
||||
Mole's development can not be without these Hackers. They contributed a lot of capabilities for Mole. Also, welcome to follow them! ❤️
|
||||
|
||||
Users from around the world are loving Mole! Join the community and share your experience.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user