Skip to content

Commit a58647d

Browse files
authored
Merge pull request #176 from ccagml/main
update
2 parents 5f56d5c + cf7e1fc commit a58647d

Some content is hidden

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

56 files changed

+146
-146
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<a href="https://github.com/ccagml/leetcode_extension/actions/workflows/release.yml">
2+
<a href="https://github.com/ccagml/leetcode_ext/actions/workflows/release.yml">
33
<img src="https://img.shields.io/github/actions/workflow/status/ccagml/vscode-leetcode-problem-rating/release.yml?branch=release" alt="">
44
</a>
55
<a href="https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating">
66
<img src="https://img.shields.io/visual-studio-marketplace/d/ccagml.vscode-leetcode-problem-rating.svg?style=flat-square" alt="">
77
</a>
8-
<a href="https://github.com/ccagml/leetcode_extension/blob/main/LICENSE">
8+
<a href="https://github.com/ccagml/leetcode_ext/blob/main/LICENSE">
99
<img src="https://img.shields.io/github/license/ccagml/vscode-leetcode-problem-rating" alt="">
1010
</a>
1111
</p>
@@ -32,8 +32,8 @@
3232

3333
# 关于本项目
3434

35-
- [项目地址:https://github.com/ccagml/leetcode_extension/](https://github.com/ccagml/leetcode_extension/)
36-
- [报告问题](https://github.com/ccagml/leetcode_extension/issues)
35+
- [项目地址:https://github.com/ccagml/leetcode_ext/](https://github.com/ccagml/leetcode_ext/)
36+
- [报告问题](https://github.com/ccagml/leetcode_ext/issues)
3737
- [疑难解答](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)
3838
- [常见问题](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
3939
- 趁着现在只有<img src="https://img.shields.io/github/stars/ccagml/vscode-leetcode-problem-rating" alt="">提交一个 PR 就能成为项目元老了

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/ccagml/leetcode_extension"
15+
"url": "https://github.com/ccagml/leetcode_ext"
1616
},
17-
"homepage": "https://github.com/ccagml/leetcode_extension/README.md",
17+
"homepage": "https://github.com/ccagml/leetcode_ext/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_extension/src/controller/BricksViewController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/controller/BricksViewController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/controller/EventController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/controller/EventController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/controller/FileButtonController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/controller/FileButtonController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/controller/LoginController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/controller/LoginController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/controller/MainController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/controller/MainController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/controller/RemarkController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/controller/RemarkController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/controller/TreeViewController.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/controller/TreeViewController.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Thursday, October 27th 2022, 7:43:29 pm
55
* Author: ccagml
66
*

src/dao/bricksDao.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_extension/src/dao/bricksDao.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/dao/bricksDao.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Wednesday, November 23rd 2022, 4:36:38 pm
55
* Author: ccagml
66
*

0 commit comments

Comments
 (0)