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

Lines changed: 4 additions & 0 deletions

README.md

Lines changed: 4 additions & 4 deletions

package.json

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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
*

0 commit comments

Comments
 (0)