Chess.com Stats SVG Generator
该项目是一个网络服务,能够动态生成 SVG 图片,展示特定 Chess.com 用户的棋类统计数据。
参数
点击显示/关闭参数
名称 | 类型 | 必填 | 默认值 | 参数描述 | 更多描述 |
---|---|---|---|---|---|
username | string | Chess.com 网站的用户名 | 示例:PrathamRex | ||
theme | string | default | 主题色 | 可选值:default , light , dark , graywhite 。 | |
borderRadius | number | 10 | 边框圆角 | ||
disableAnimations | boolean | true | 是否禁用动画 | 可选值:true or false 。 |
txt
http://your-vercel-url/stats{?username,theme}
示例
默认主题
markdown
<!-- Chess.com Stats SVG Generator -->

黑暗主题
markdown
<!-- PrathamRex -->

灰白主题
markdown
<!-- Chess.com Stats SVG Generator -->

亮色主题
markdown
<!-- Chess.com Stats SVG Generator -->
