Skip to content

Commit

Permalink
update issue card migration position
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jun 21, 2023
1 parent 31e1f26 commit 9cb1072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The repository card are used to show the language analysis of the project, stars
## 🍎 Contributor Card
The contributor card is used to count the contributors in a project and will be ranked by the number of `commits`.
```markdown
[![Web ChatGPT QQ Bot's Contributors](https://stats.deeptrain.net/contributor/lss233/chatgpt-mirai-qq-bot?column=8)](https://github.com/zmh-program/code-statistic)
[![Web ChatGPT QQ Bot's Contributors](https://stats.deeptrain.net/contributor/zmh-program/web-chatgpt-qq-bot?column=8)](https://github.com/zmh-program/code-statistic)
```
[![Web ChatGPT QQ Bot's Contributors](https://stats.deeptrain.net/contributor/lss233/chatgpt-mirai-qq-bot?column=8)](https://github.com/zmh-program/code-statistic)
[![Web ChatGPT QQ Bot's Contributors](https://stats.deeptrain.net/contributor/zmh-program/web-chatgpt-qq-bot?column=8)](https://github.com/zmh-program/code-statistic)


The param `column` is the number of contributors in each row. The minimum is **4** and the default is **6**.
Expand Down
4 changes: 2 additions & 2 deletions app/pull.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
<g class="stagger" style="animation-delay: 1050ms" transform="translate(25, 0)">
<svg class="icon" x="0" aria-hidden="true" height="16" viewBox="0 0 16 16" width="16" data-view-component="true"><path d="M11.93 8.5a4.002 4.002 0 0 1-7.86 0H.75a.75.75 0 0 1 0-1.5h3.32a4.002 4.002 0 0 1 7.86 0h3.32a.75.75 0 0 1 0 1.5Zm-1.43-.75a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"></path></svg>
<text class="stat" x="20" y="12.5" data-testid="commits"><?php echo $stats['commits'] ?> commit<?php echo $stats['commits'] > 1 ? 's' : '' ?></text>
<text class="stat" x="200" y="12.5" data-testid="additions" style="fill: #3fb950">+<?php echo $stats['additions'] ?></text>
<text class="stat" x="<?php echo 230 + strlen($stats['additions']) * 12 ?>" y="12.5" data-testid="deletions" style="fill: #cb2431">-<?php echo $stats['deletions'] ?></text>
<text class="stat" x="162" y="12.5" data-testid="additions" style="fill: #3fb950">+<?php echo $stats['additions'] ?></text>
<text class="stat" x="234" y="12.5" data-testid="deletions" style="fill: #cb2431">-<?php echo $stats['deletions'] ?></text>
</g>
</g>
</svg>
Expand Down

0 comments on commit 9cb1072

Please sign in to comment.