Skip to content

Commit b180ce6

Browse files
committed
屏蔽测试api选项
1 parent 7bef06c commit b180ce6

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.6.2
2+
3+
- 屏蔽测试 api 选项
4+
15
## version 2.6.1
26

37
- 新增题目自定义分类

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
5-
"version": "2.6.1",
5+
"version": "2.6.2",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

src/controller/TreeViewController.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -561,12 +561,12 @@ class TreeViewController implements Disposable {
561561
label: `周赛期数查询`,
562562
detail: `周赛期数查询`,
563563
value: `contest`,
564-
},
565-
{
566-
label: `测试api`,
567-
detail: `测试api`,
568-
value: `testapi`,
569564
}
565+
// {
566+
// label: `测试api`,
567+
// detail: `测试api`,
568+
// value: `testapi`,
569+
// }
570570
// ,
571571
// {
572572
// label: `每日一题`,

0 commit comments

Comments
 (0)