Commit.Cool 服务 目前提供: **通用参数**:`image_format=svg|png`(默认 SVG)、`theme=light|dark`(默认 light)、`style=wobbly|clean`(默认 wobbly 手绘风,可切换为工整样式)、`interval=day|month`(默认 month)、`chart_type=line|bar`(默认 line) **接口列表**: - `/stars/{repo}`:Star 历史图(可按日/月统计),最多可用逗号分隔 6 个仓库对比,支持 `accumulation=cumulative|net` - `/forks/{repo}`:Fork 历史图(可按日/月统计),支持 `accumulation=cumulative|net` - `/issues/{repo}`:Issue 历史图(可按日/月统计),可用 `state=open|closed|open,closed|both`(`both` 同图显示 open/closed 折线)和 `authors=user1,user2` 筛选。 - `/contributors/{repo}`:仓库贡献者头像墙,可用 `limit=1-60` 控制头像数量。 - `/calendar/{username}`:用户活动日历图,支持 `year=2024` 年份筛选与 `minimal=true` 精简模式。 - `/healthz`:健康检查。