stats/Readme.md

21 lines
464 B
Markdown
Raw Normal View History

2023-06-08 13:16:15 +08:00
## github-stats
> 一个显示gayhub状态的小工具。
### 示例
```md
![top-langs](https://stats.wkit.fun/api/toplangs?username=${用户名}&count=${要显示的语言数量})
```
2023-07-04 10:44:03 +08:00
<img style="max-width:720px" src="https://stats.wkit.fun/api/toplangs?username=yutent&count=10">
2023-06-08 13:16:15 +08:00
### 接口
暂时只有一个"显示使用最多的语言"接口
#### /api/toplangs
1. username - 用户名
2. count - 要显示的语言数量, 最低2条, 最多16条