Skip to content

Commit 7afb9f2

Browse files
authored
Merge pull request #168 from ccagml/main
改个形象的名字
2 parents 7301574 + a7342bb commit 7afb9f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+119
-115
lines changed

CHANGELOG.md

+4

README.md

+4-4

package.json

+3-3
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.13.2",
5+
"version": "2.13.3",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",
@@ -12,9 +12,9 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/ccagml/leetcode-vscode"
15+
"url": "https://github.com/ccagml/leetcode_extension"
1616
},
17-
"homepage": "https://github.com/ccagml/leetcode-vscode/README.md",
17+
"homepage": "https://github.com/ccagml/leetcode_extension/README.md",
1818
"categories": [
1919
"Other",
2020
"Snippets",

src/controller/BricksViewController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/controller/BricksViewController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/controller/BricksViewController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Tuesday, November 22nd 2022, 11:04:59 am
55
* Author: ccagml
66
*

src/controller/EventController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/EventController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/controller/EventController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, October 31st 2022, 10:16:47 am
55
* Author: ccagml
66
*

src/controller/FileButtonController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/FileButtonController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/controller/FileButtonController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/controller/LoginController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/LoginController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/controller/LoginController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 10th 2022, 3:06:12 pm
55
* Author: ccagml
66
*

src/controller/MainController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/MainController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/controller/MainController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 10th 2022, 2:18:21 pm
55
* Author: ccagml
66
*

src/controller/RemarkController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/controller/RemarkController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/controller/RemarkController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 28th 2022, 3:29:37 pm
55
* Author: ccagml
66
*

src/controller/TreeViewController.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/controller/TreeViewController.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/controller/TreeViewController.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/dao/bricksDao.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/dao/bricksDao.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/dao/bricksDao.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Wednesday, November 23rd 2022, 4:36:38 pm
55
* Author: ccagml
66
*

src/dao/choiceDao.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/dao/choiceDao.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/dao/choiceDao.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 10th 2022, 11:34:10 pm
55
* Author: ccagml
66
*

src/dao/groupDao.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/dao/groupDao.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/dao/groupDao.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Wednesday, November 30th 2022, 9:47:36 am
55
* Author: ccagml
66
*

src/dao/scoreDao.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/dao/scoreDao.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/dao/scoreDao.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 10th 2022, 11:40:22 pm
55
* Author: ccagml
66
*

src/dao/tagsDao.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/dao/tagsDao.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/dao/tagsDao.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 10th 2022, 11:38:10 pm
55
* Author: ccagml
66
*

src/extension.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/extension.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/extension.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, October 31st 2022, 10:16:47 am
55
* Author: ccagml
66
*

src/model/Model.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/model/Model.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/model/Model.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/model/NodeModel.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/model/NodeMOdel.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/model/NodeMOdel.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainManager.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/chainMgr.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/chainMgr.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/cache.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/cache.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/cache.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/core.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/core.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/core.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.cn.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/leetcode.cn.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/leetcode.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/leetcode.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/leetcode.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/retry.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/actionChain/retry.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/retry.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/childMain.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/cli.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/rpc/cli.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/factory/api/cacheApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/cacheApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/cacheApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/pluginApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/pluginApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/pluginApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/queryApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/queryApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/queryApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/showApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/showApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/showApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/starApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/starApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/starApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/submitApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/submitApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/submitApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/testApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/testApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/testApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/api/userApi.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/api/userApi.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/api/userApi.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/factory/apiBase.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/factory/apiBase.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/factory/apiBase.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

src/rpc/utils/ReplyUtils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/Response.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/Response.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/utils/commUtils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode-vscode/src/rpc/commUtils.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* https://github.com/ccagml/leetcode_extension/src/rpc/commUtils.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Wednesday, November 16th 2022, 4:50:55 pm
55
* Author: ccagml
66
*

src/rpc/utils/configUtils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/config.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/rpc/config.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/utils/queueUtils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/queue.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/rpc/queue.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/utils/sessionUtils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/session.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/rpc/session.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/rpc/utils/storageUtils.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/rpc/storageUtils.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/rpc/storageUtils.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/service/BaseWebviewService.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode-vscode/src/webview/BaseWebViewService.ts
3-
* Path: https://github.com/ccagml/leetcode-vscode
2+
* Filename: https://github.com/ccagml/leetcode_extension/src/webview/BaseWebViewService.ts
3+
* Path: https://github.com/ccagml/leetcode_extension
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

0 commit comments

Comments
 (0)