doc: 修复仓库 Star 历史图表 - #1228
Merged
ForteScarlet merged 1 commit intoAug 13, 2026
Merged
Conversation
原 Star 历史图表因 GitHub Star 数据接口限制而无法正常展示,现将 README 中的 Star 历史图表链接切换为新的 Star History 服务,恢复图表正常显示。
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restores the repository’s Star History chart display by switching the README badges/links from the api.star-history.com/star-history.com endpoints to the new star-history.dera.page service, addressing the GitHub Star API limitation described in the PR.
Changes:
- Update the Star History chart image URL in
README.mdtohttps://star-history.dera.page/svg?.... - Update the Star History chart image URL in
README_en.mdtohttps://star-history.dera.page/svg?.... - Update the “powered by Star History” link in both READMEs to point to
https://star-history.dera.page.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Switch Star History chart image and attribution link to star-history.dera.page so the chart renders again. |
| README_en.md | Same Star History chart/link migration for the English README to keep documentation consistent. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
|
感谢提醒与贡献~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
当前的 Star 历史图表因 GitHub Star 数据接口限制而无法正常加载,本次变更将 README 与 README_en 中的 Star 历史图表链接切换至新的 Star History 服务,确保图表能够恢复显示。