feat: add contributors auto-update workflow

- Add GitHub Actions workflow to auto-generate contributors.svg
- Update README to use local contributors.svg file
- Use dynamic repository detection for forked repos

🤖 Generated with Claude Code
This commit is contained in:
HitMargin
2026-04-06 12:55:19 +08:00
parent a15340f555
commit 5bf3c93895
2 changed files with 33 additions and 2 deletions

View File

@@ -126,8 +126,8 @@ TUI (REPL) 模式需要真实终端,无法直接通过 VS Code launch 启动
## Contributors
<a href="https://github.com/claude-code-best/claude-code/graphs/contributors">
<img src="https://contrib.rocks/image?repo=claude-code-best/claude-code" />
<a href="https://github.com/${{ github.repository }}/graphs/contributors">
<img src="contributors.svg" />
</a>
## Star History