8000
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 b62af09 commit babbdf6Copy full SHA for babbdf6
plugins/leetcode.cn.js
@@ -15,6 +15,7 @@ plugin.init = function() {
15
config.sys.urls.problems = 'https://leetcode-cn.com/api/problems/$category/';
16
config.sys.urls.problem = 'https://leetcode-cn.com/problems/$slug/description/';
17
config.sys.urls.graphql = 'https://leetcode-cn.com/graphql';
18
+ config.sys.urls.problem_detail = 'https://leetcode.com/graphql';
19
config.sys.urls.test = 'https://leetcode-cn.com/problems/$slug/interpret_solution/';
20
config.sys.urls.session = 'https://leetcode-cn.com/session/';
21
config.sys.urls.submit = 'https://leetcode-cn.com/problems/$slug/submit/';
0 commit comments