Skip to content

Commit b6c1f9a

Browse files
author
zhaobinjie
committed
fix: 替换所有外部图片为 CSS/emoji(解决国内访问问题)
1 parent b7e4e1a commit b6c1f9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
<h1>🔓 Claude Code 源码泄露资源合集</h1>
6464

6565
<div class="badges">
66-
<a href="https://github.com/bugcodes/claude-code-resources/stargazers"><img src="https://img.shields.io/github/stars/bugcodes/claude-code-resources?style=for-the-badge&logo=github" alt="Stars"></a>
67-
<a href="https://github.com/bugcodes/claude-code-resources/network/members"><img src="https://img.shields.io/github/forks/bugcodes/claude-code-resources?style=for-the-badge&logo=github" alt="Forks"></a>
68-
<a href="https://github.com/bugcodes/claude-code-resources/commits/main"><img src="https://img.shields.io/github/last-commit/bugcodes/claude-code-resources?style=for-the-badge&logo=git" alt="Last Commit"></a>
69-
<a href="https://github.com/bugcodes/claude-code-resources/blob/main/LICENSE"><img src="https://img.shields.io/github/license/bugcodes/claude-code-resources?style=for-the-badge" alt="License"></a>
66+
<span style="display: inline-block; background: #2ea44f; color: white; padding: 6px 12px; border-radius: 6px; margin: 5px; font-weight: bold;">⭐ Stars</span>
67+
<span style="display: inline-block; background: #2ea44f; color: white; padding: 6px 12px; border-radius: 6px; margin: 5px; font-weight: bold;">🍴 Forks</span>
68+
<span style="display: inline-block; background: #0366d6; color: white; padding: 6px 12px; border-radius: 6px; margin: 5px; font-weight: bold;">🕐 Last Commit</span>
69+
<span style="display: inline-block; background: #6f42c1; color: white; padding: 6px 12px; border-radius: 6px; margin: 5px; font-weight: bold;">📄 MIT License</span>
7070
</div>
7171

7272
<div class="logo">

0 commit comments

Comments
 (0)