We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826709d commit ff10f20Copy full SHA for ff10f20
src/App.js
@@ -39,13 +39,6 @@ const chrome = window.chrome;
39
// return [LEETCODE_CN_URL, LEETCODE_URL].some((u) => url.includes(u));
40
// }
41
42
-// 根据 Github 用户名获取用户信息
43
-function getUserInfo(username) {
44
- return fetch(`https://api.github.com/users/${username}`)
45
- .then((res) => res.json())
46
- .then((res) => res);
47
-}
48
-
49
const columns = [
50
{
51
title: "题目",
0 commit comments