hgddfjslfsgjiojsdrlgj
// 获取账号列表 export const getAccountsList = params => post('/api/accounts.json', params);
const [name, setName] = useState(''); useEffect(() => { getAccountsList().then((res) => { setName(res.name); });
最近一年贡献:0 次
最长连续贡献:0 日
最近连续贡献:0 日
贡献度的统计数据包括代码提交、创建任务 / Pull Request、合并 Pull Request,其中代码提交的次数需本地配置的 git 邮箱是 Gitee 帐号已确认绑定的才会被统计。