diff --git a/CHANGELOG.md b/CHANGELOG.md index f289450..c4932c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.10.1 + +- 隐藏测试 api 选项 + ## version 2.9.1 - 增加中文题解 diff --git a/package.json b/package.json index 5a9e2fd..9e1371a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了", - "version": "2.9.1", + "version": "2.10.1", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/src/controller/TreeViewController.ts b/src/controller/TreeViewController.ts index c5ad789..9ee521e 100644 --- a/src/controller/TreeViewController.ts +++ b/src/controller/TreeViewController.ts @@ -560,12 +560,12 @@ class TreeViewController implements Disposable { label: `周赛期数查询`, detail: `周赛期数查询`, value: `contest`, - }, - { - label: `测试api`, - detail: `测试api`, - value: `testapi`, } + // { + // label: `测试api`, + // detail: `测试api`, + // value: `testapi`, + // } // , // { // label: `每日一题`,