Skip to content

Commit cf7e1fc

Browse files
committed
update
1 parent ab8d221 commit cf7e1fc

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

+4-4
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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
*

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_extension/src/dao/choiceDao.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/dao/choiceDao.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/dao/groupDao.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/dao/groupDao.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/dao/scoreDao.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/dao/scoreDao.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Thursday, November 10th 2022, 11:40:22 pm
55
* Author: ccagml
66
*

src/dao/tagsDao.ts

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* Filename: https://github.com/ccagml/leetcode_extension/src/dao/tagsDao.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/dao/tagsDao.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Thursday, November 10th 2022, 11:38:10 pm
55
* Author: ccagml
66
*
@@ -4600,74 +4600,74 @@ class TagsDao {
46004600
};
46014601

46024602
private tags_name = {
4603-
"array": "数组",
4603+
array: "数组",
46044604
"hash-table": "哈希表",
4605-
"recursion": "递归",
4605+
recursion: "递归",
46064606
"linked-list": "链表",
4607-
"math": "数学",
4608-
"string": "字符串",
4607+
math: "数学",
4608+
string: "字符串",
46094609
"sliding-window": "滑动窗口",
46104610
"binary-search": "二分搜索",
46114611
"divide-and-conquer": "分治",
46124612
"dynamic-programming": "动态规划",
4613-
"greedy": "贪心",
4613+
greedy: "贪心",
46144614
"two-pointers": "双指针",
4615-
"sorting": "排序",
4616-
"backtracking": "回溯",
4617-
"stack": "堆",
4615+
sorting: "排序",
4616+
backtracking: "回溯",
4617+
stack: "堆",
46184618
"heap-priority-queue": "优先级队列",
46194619
"merge-sort": "归并排序",
46204620
"string-matching": "字符串匹配",
46214621
"bit-manipulation": "位操作",
4622-
"matrix": "矩阵",
4622+
matrix: "矩阵",
46234623
"monotonic-stack": "单调栈",
4624-
"simulation": "模拟",
4625-
"combinatorics": "组合学",
4626-
"memoization": "记忆",
4627-
"tree": "树",
4624+
simulation: "模拟",
4625+
combinatorics: "组合学",
4626+
memoization: "记忆",
4627+
tree: "树",
46284628
"depth-first-search": "深度优先搜索",
46294629
"binary-tree": "二叉树",
46304630
"binary-search-tree": "二叉搜索树",
46314631
"breadth-first-search": "广度优先搜索",
46324632
"union-find": "并查集",
4633-
"graph": "图",
4634-
"trie": "尝试",
4635-
"design": "设计",
4633+
graph: "图",
4634+
trie: "尝试",
4635+
design: "设计",
46364636
"doubly-linked-list": "双向链表",
4637-
"geometry": "几何学",
4638-
"interactive": "交互的",
4637+
geometry: "几何学",
4638+
interactive: "交互的",
46394639
"bucket-sort": "桶排序",
46404640
"radix-sort": "基数排序",
4641-
"counting": "数数",
4641+
counting: "数数",
46424642
"data-stream": "数据流",
4643-
"iterator": "迭代器",
4644-
"database": "数据库",
4643+
iterator: "迭代器",
4644+
database: "数据库",
46454645
"hash-function": "散列函数",
46464646
"rolling-hash": "滚动哈希",
4647-
"shell": "脚本",
4648-
"enumeration": "枚举",
4647+
shell: "脚本",
4648+
enumeration: "枚举",
46494649
"number-theory": "数论",
46504650
"topological-sort": "拓扑排序",
46514651
"prefix-sum": "前缀和",
4652-
"quickselect": "快速选择",
4652+
quickselect: "快速选择",
46534653
"binary-indexed-tree": "二进制索引树",
46544654
"segment-tree": "线段树",
46554655
"ordered-set": "有序集",
46564656
"line-sweep": "扫描线",
4657-
"queue": "队列",
4657+
queue: "队列",
46584658
"monotonic-queue": "单调队列",
46594659
"counting-sort": "计数排序",
4660-
"brainteaser": "脑筋急转弯",
4660+
brainteaser: "脑筋急转弯",
46614661
"game-theory": "博弈论",
46624662
"eulerian-circuit": "欧拉回路",
4663-
"randomized": "随机",
4663+
randomized: "随机",
46644664
"reservoir-sampling": "水库采样",
46654665
"shortest-path": "最短路径",
4666-
"bitmask": "位掩码",
4666+
bitmask: "位掩码",
46674667
"rejection-sampling": "拒绝抽样",
46684668
"probability-and-statistics": "概率和统计",
46694669
"suffix-array": "后缀数组",
4670-
"concurrency": "并发",
4670+
concurrency: "并发",
46714671
"minimum-spanning-tree": "最小生成树",
46724672
"biconnected-component": "双连接组件",
46734673
"strongly-connected-component": "强连接组件",
@@ -4679,7 +4679,7 @@ class TagsDao {
46794679
}
46804680

46814681
public getTagsDataEn(fid: string): Array<string> {
4682-
return this.tagsData[fid]?.topicTags
4682+
return this.tagsData[fid]?.topicTags;
46834683
}
46844684
}
46854685

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_extension/src/extension.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/extension.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/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_extension/src/model/Model.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/model/Model.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/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_extension/src/model/NodeMOdel.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/model/NodeMOdel.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/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_extension/src/rpc/actionChain/chainMgr.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/chainMgr.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/rpc/actionChain/cache.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/cache.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/rpc/actionChain/core.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/core.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/rpc/actionChain/leetcode.cn.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/leetcode.cn.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*

src/rpc/actionChain/chainNode/leetcode.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* https://github.com/ccagml/leetcode_extension/src/rpc/actionChain/leetcode.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/leetcode.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Monday, November 14th 2022, 4:04:31 pm
55
* Author: ccagml
66
*
@@ -730,7 +730,7 @@ and csrf token to the user object and saves the user object to the session. */
730730
// result.userStatus = body.data.todayRecord[0].userStatus;
731731
// return cb(null, result);
732732
// });
733-
cb(null, {})
733+
cb(null, {});
734734
};
735735

736736
/* A function that is used to get the user contest ranking information. */
@@ -779,7 +779,7 @@ and csrf token to the user object and saves the user object to the session. */
779779

780780
// return cb(null, body.data);
781781
// });
782-
cb(null, {})
782+
cb(null, {});
783783
};
784784

785785
getHelpOnline = (problem, _, lang) => {

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_extension/src/rpc/actionChain/retry.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/actionChain/retry.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/rpc/cli.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* Filename: https://github.com/ccagml/leetcode_ext/src/rpc/cli.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/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_extension/src/rpc/factory/api/cacheApi.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/cacheApi.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/rpc/factory/api/pluginApi.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/pluginApi.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
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_extension/src/rpc/factory/api/queryApi.ts
3-
* Path: https://github.com/ccagml/leetcode_extension
2+
* https://github.com/ccagml/leetcode_ext/src/rpc/factory/api/queryApi.ts
3+
* Path: https://github.com/ccagml/leetcode_ext
44
* Created Date: Thursday, November 17th 2022, 11:44:14 am
55
* Author: ccagml
66
*

0 commit comments

Comments
 (0)