diff --git a/CHANGELOG.md b/CHANGELOG.md index 8653ca9..edd79cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.6.2 + +- 屏蔽测试 api 选项 + ## version 2.6.1 - 新增题目自定义分类 diff --git a/package.json b/package.json index 677ed1c..cd283c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了", - "version": "2.6.1", + "version": "2.6.2", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/src/controller/BricksViewController.ts b/src/controller/BricksViewController.ts index ffdda32..d807cd6 100644 --- a/src/controller/BricksViewController.ts +++ b/src/controller/BricksViewController.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/controller/BricksViewController.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/BricksViewController.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Tuesday, November 22nd 2022, 11:04:59 am * Author: ccagml diff --git a/src/controller/RemarkController.ts b/src/controller/RemarkController.ts index d47b76d..91e447a 100644 --- a/src/controller/RemarkController.ts +++ b/src/controller/RemarkController.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/controller/RemarkController.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/RemarkController.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 28th 2022, 3:29:37 pm * Author: ccagml diff --git a/src/controller/TreeViewController.ts b/src/controller/TreeViewController.ts index 99130b4..2edb846 100644 --- a/src/controller/TreeViewController.ts +++ b/src/controller/TreeViewController.ts @@ -561,12 +561,12 @@ class TreeViewController implements Disposable { label: `周赛期数查询`, detail: `周赛期数查询`, value: `contest`, - }, - { - label: `测试api`, - detail: `测试api`, - value: `testapi`, } + // { + // label: `测试api`, + // detail: `测试api`, + // value: `testapi`, + // } // , // { // label: `每日一题`, diff --git a/src/dao/bricksDao.ts b/src/dao/bricksDao.ts index 58db8aa..4f2c9f3 100644 --- a/src/dao/bricksDao.ts +++ b/src/dao/bricksDao.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/dao/bricksDao.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/bricksDao.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Wednesday, November 23rd 2022, 4:36:38 pm * Author: ccagml diff --git a/src/dao/groupDao.ts b/src/dao/groupDao.ts index 913c457..2b22211 100644 --- a/src/dao/groupDao.ts +++ b/src/dao/groupDao.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/dao/groupDao.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/groupDao.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Wednesday, November 30th 2022, 9:47:36 am * Author: ccagml diff --git a/src/rpc/actionChain/chainManager.ts b/src/rpc/actionChain/chainManager.ts index 53f2366..b11ae0c 100644 --- a/src/rpc/actionChain/chainManager.ts +++ b/src/rpc/actionChain/chainManager.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/chainMgr.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/chainMgr.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/actionChain/chainNode/cache.ts b/src/rpc/actionChain/chainNode/cache.ts index 30c0aba..caee5d7 100644 --- a/src/rpc/actionChain/chainNode/cache.ts +++ b/src/rpc/actionChain/chainNode/cache.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/cache.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/cache.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/actionChain/chainNode/core.ts b/src/rpc/actionChain/chainNode/core.ts index 60d7ae3..395f413 100644 --- a/src/rpc/actionChain/chainNode/core.ts +++ b/src/rpc/actionChain/chainNode/core.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/core.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/core.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/actionChain/chainNode/leetcode.cn.ts b/src/rpc/actionChain/chainNode/leetcode.cn.ts index bb4df30..2386245 100644 --- a/src/rpc/actionChain/chainNode/leetcode.cn.ts +++ b/src/rpc/actionChain/chainNode/leetcode.cn.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.cn.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.cn.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/actionChain/chainNode/leetcode.ts b/src/rpc/actionChain/chainNode/leetcode.ts index 8eb4508..531e330 100644 --- a/src/rpc/actionChain/chainNode/leetcode.ts +++ b/src/rpc/actionChain/chainNode/leetcode.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/actionChain/chainNode/retry.ts b/src/rpc/actionChain/chainNode/retry.ts index 226746c..29c9754 100644 --- a/src/rpc/actionChain/chainNode/retry.ts +++ b/src/rpc/actionChain/chainNode/retry.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/retry.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/retry.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/actionChain/chainNode/solution.discuss.ts b/src/rpc/actionChain/chainNode/solution.discuss.ts index 9745a48..0a38e1c 100644 --- a/src/rpc/actionChain/chainNode/solution.discuss.ts +++ b/src/rpc/actionChain/chainNode/solution.discuss.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/solution.discuss.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/solution.discuss.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/factory/api/cacheApi.ts b/src/rpc/factory/api/cacheApi.ts index e164128..3ad9f69 100644 --- a/src/rpc/factory/api/cacheApi.ts +++ b/src/rpc/factory/api/cacheApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/cacheApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/cacheApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/listApi.ts b/src/rpc/factory/api/listApi.ts index 5c5e6cb..4de5833 100644 --- a/src/rpc/factory/api/listApi.ts +++ b/src/rpc/factory/api/listApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/listApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/listApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/pluginApi.ts b/src/rpc/factory/api/pluginApi.ts index 7712132..0b5c869 100644 --- a/src/rpc/factory/api/pluginApi.ts +++ b/src/rpc/factory/api/pluginApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/pluginApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/pluginApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/queryApi.ts b/src/rpc/factory/api/queryApi.ts index a568079..522a290 100644 --- a/src/rpc/factory/api/queryApi.ts +++ b/src/rpc/factory/api/queryApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/queryApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/queryApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/showApi.ts b/src/rpc/factory/api/showApi.ts index 3ef7823..bfcdda8 100644 --- a/src/rpc/factory/api/showApi.ts +++ b/src/rpc/factory/api/showApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/showApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/showApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/starApi.ts b/src/rpc/factory/api/starApi.ts index 69bdc7c..bbc08cd 100644 --- a/src/rpc/factory/api/starApi.ts +++ b/src/rpc/factory/api/starApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/starApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/starApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/submissionApi.ts b/src/rpc/factory/api/submissionApi.ts index 98b2684..21d1f82 100644 --- a/src/rpc/factory/api/submissionApi.ts +++ b/src/rpc/factory/api/submissionApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/submission.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/submission.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/factory/api/submitApi.ts b/src/rpc/factory/api/submitApi.ts index 2d796f8..371db75 100644 --- a/src/rpc/factory/api/submitApi.ts +++ b/src/rpc/factory/api/submitApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/submitApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/submitApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/testApi.ts b/src/rpc/factory/api/testApi.ts index 3f351c1..b9bf9f1 100644 --- a/src/rpc/factory/api/testApi.ts +++ b/src/rpc/factory/api/testApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/testApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/testApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/api/userApi.ts b/src/rpc/factory/api/userApi.ts index ab9a3d7..d676dd2 100644 --- a/src/rpc/factory/api/userApi.ts +++ b/src/rpc/factory/api/userApi.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/userApi.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/userApi.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/factory/apiBase.ts b/src/rpc/factory/apiBase.ts index 7b22632..da53fce 100644 --- a/src/rpc/factory/apiBase.ts +++ b/src/rpc/factory/apiBase.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/apiBase.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/apiBase.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Thursday, November 17th 2022, 11:44:14 am * Author: ccagml diff --git a/src/rpc/utils/ReplyUtils.ts b/src/rpc/utils/ReplyUtils.ts index aca9f6e..eac0c05 100644 --- a/src/rpc/utils/ReplyUtils.ts +++ b/src/rpc/utils/ReplyUtils.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/Response.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/Response.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Monday, November 14th 2022, 4:04:31 pm * Author: ccagml diff --git a/src/rpc/utils/commUtils.ts b/src/rpc/utils/commUtils.ts index d895b3c..a33dc03 100644 --- a/src/rpc/utils/commUtils.ts +++ b/src/rpc/utils/commUtils.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/commUtils.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/commUtils.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Wednesday, November 16th 2022, 4:50:55 pm * Author: ccagml diff --git a/src/service/BricksDataService.ts b/src/service/BricksDataService.ts index 6f3d19b..07d8abb 100644 --- a/src/service/BricksDataService.ts +++ b/src/service/BricksDataService.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/service/BricksDataService.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/BricksDataService.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Tuesday, November 22nd 2022, 10:42:49 am * Author: ccagml diff --git a/src/service/StatusBarTimeService.ts b/src/service/StatusBarTimeService.ts index d9ea7dd..ae5b854 100644 --- a/src/service/StatusBarTimeService.ts +++ b/src/service/StatusBarTimeService.ts @@ -1,5 +1,5 @@ /* - * Filename: /home/cc/vscode-leetcode-problem-rating/src/service/StatusBarTimeService.ts + * https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/StatusBarTimeService.ts * Path: /home/cc/vscode-leetcode-problem-rating * Created Date: Saturday, November 26th 2022, 2:14:53 pm * Author: ccagml