Skip to content

Commit 3d39bda

Browse files
authored
Merge pull request #70 from ccagml/main
2.6.2
2 parents 24d9990 + b180ce6 commit 3d39bda

29 files changed

+36
-32
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/BricksViewController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/controller/BricksViewController.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/BricksViewController.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Tuesday, November 22nd 2022, 11:04:59 am
55
* Author: ccagml

src/controller/RemarkController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/controller/RemarkController.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/controller/RemarkController.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 28th 2022, 3:29:37 pm
55
* Author: ccagml

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: `每日一题`,

src/dao/bricksDao.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/dao/bricksDao.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/bricksDao.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Wednesday, November 23rd 2022, 4:36:38 pm
55
* Author: ccagml

src/dao/groupDao.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/dao/groupDao.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/dao/groupDao.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Wednesday, November 30th 2022, 9:47:36 am
55
* Author: ccagml

src/rpc/actionChain/chainManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/chainMgr.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/chainMgr.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/actionChain/chainNode/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/cache.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/cache.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/actionChain/chainNode/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/core.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/core.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/actionChain/chainNode/leetcode.cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.cn.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.cn.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/actionChain/chainNode/leetcode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/leetcode.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/actionChain/chainNode/retry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/retry.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/retry.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/actionChain/chainNode/solution.discuss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/actionChain/solution.discuss.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/actionChain/solution.discuss.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/factory/api/cacheApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/cacheApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/cacheApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/listApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/listApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/listApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/pluginApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/pluginApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/pluginApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/queryApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/queryApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/queryApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/showApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/showApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/showApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/starApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/starApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/starApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/submissionApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/submission.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/submission.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/factory/api/submitApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/submitApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/submitApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/testApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/testApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/testApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/api/userApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/api/userApi.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/api/userApi.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/factory/apiBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/factory/apiBase.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/factory/apiBase.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml

src/rpc/utils/ReplyUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/Response.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/Response.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml

src/rpc/utils/commUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/rpc/commUtils.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/rpc/commUtils.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Wednesday, November 16th 2022, 4:50:55 pm
55
* Author: ccagml

src/service/BricksDataService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/service/BricksDataService.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/BricksDataService.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Tuesday, November 22nd 2022, 10:42:49 am
55
* Author: ccagml

src/service/StatusBarTimeService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Filename: /home/cc/vscode-leetcode-problem-rating/src/service/StatusBarTimeService.ts
2+
* https://github.com/ccagml/vscode-leetcode-problem-rating/src/service/StatusBarTimeService.ts
33
* Path: /home/cc/vscode-leetcode-problem-rating
44
* Created Date: Saturday, November 26th 2022, 2:14:53 pm
55
* Author: ccagml

0 commit comments

Comments
 (0)