mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user