Skip to content

2.11.4 #132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
## version 2.11.4

- BWC93 & WC323 数据

## version 2.11.3

- 优化请求分数数据超时时间为2秒钟
- 优化请求分数数据超时时间为 2 秒钟

## version 2.11.2

- 不再出现tooltip显示错误
- 不再出现 tooltip 显示错误

## version 2.11.1

- 今天搬到增加tips显示下次时间
- 今天搬到增加 tips 显示下次时间

## version 2.10.7

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-leetcode-problem-rating",
"displayName": "LeetCode",
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
"version": "2.11.3",
"version": "2.11.4",
"author": "ccagml",
"publisher": "ccagml",
"license": "MIT",
Expand Down
88 changes: 88 additions & 0 deletions resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,17 @@
"ContestID_en": "Weekly Contest 231",
"ContestID_zh": "第 231 场周赛"
},
{
"Rating": 2633.0144045478,
"ID": 2499,
"Title": "Minimum Total Cost to Make Arrays Unequal",
"TitleZH": "让数组不相等的最小总代价",
"TitleSlug": "minimum-total-cost-to-make-arrays-unequal",
"ContestSlug": "biweekly-contest-93",
"ProblemIndex": "Q4",
"ContestID_en": "Biweekly Contest 93",
"ContestID_zh": "第 93 场双周赛"
},
{
"Rating": 2628.7957821141,
"ID": 2213,
Expand Down Expand Up @@ -1924,6 +1935,17 @@
"ContestID_en": "Weekly Contest 84",
"ContestID_zh": "第 84 场周赛"
},
{
"Rating": 2195.6540241654,
"ID": 2503,
"Title": "Maximum Number of Points From Grid Queries",
"TitleZH": "矩阵查询可获得的最大分数",
"TitleSlug": "maximum-number-of-points-from-grid-queries",
"ContestSlug": "weekly-contest-323",
"ProblemIndex": "Q4",
"ContestID_en": "Weekly Contest 323",
"ContestID_zh": "第 323 场周赛"
},
{
"Rating": 2190.1757477854,
"ID": 1478,
Expand Down Expand Up @@ -6093,6 +6115,17 @@
"ContestID_en": "Weekly Contest 267",
"ContestID_zh": "第 267 场周赛"
},
{
"Rating": 1759.0470795449,
"ID": 2498,
"Title": "Frog Jump II",
"TitleZH": "青蛙过河 II",
"TitleSlug": "frog-jump-ii",
"ContestSlug": "biweekly-contest-93",
"ProblemIndex": "Q3",
"ContestID_en": "Biweekly Contest 93",
"ContestID_zh": "第 93 场双周赛"
},
{
"Rating": 1759.0197295594,
"ID": 1541,
Expand Down Expand Up @@ -6302,6 +6335,17 @@
"ContestID_en": "Weekly Contest 181",
"ContestID_zh": "第 181 场周赛"
},
{
"Rating": 1745.5352025872,
"ID": 2502,
"Title": "Design Memory Allocator",
"TitleZH": "设计内存分配器",
"TitleSlug": "design-memory-allocator",
"ContestSlug": "weekly-contest-323",
"ProblemIndex": "Q3",
"ContestID_en": "Weekly Contest 323",
"ContestID_zh": "第 323 场周赛"
},
{
"Rating": 1744.7611048301,
"ID": 1638,
Expand Down Expand Up @@ -7028,6 +7072,17 @@
"ContestID_en": "Weekly Contest 188",
"ContestID_zh": "第 188 场周赛"
},
{
"Rating": 1682.16892078,
"ID": 2497,
"Title": "Maximum Star Sum of a Graph",
"TitleZH": "图中最大星和",
"TitleSlug": "maximum-star-sum-of-a-graph",
"ContestSlug": "biweekly-contest-93",
"ProblemIndex": "Q2",
"ContestID_en": "Biweekly Contest 93",
"ContestID_zh": "第 93 场双周赛"
},
{
"Rating": 1681.3263732456,
"ID": 767,
Expand Down Expand Up @@ -9690,6 +9745,17 @@
"ContestID_en": "Biweekly Contest 2",
"ContestID_zh": "第 2 场双周赛"
},
{
"Rating": 1479.9828219111,
"ID": 2501,
"Title": "Longest Square Streak in an Array",
"TitleZH": "数组中最长的方波",
"TitleSlug": "longest-square-streak-in-an-array",
"ContestSlug": "weekly-contest-323",
"ProblemIndex": "Q2",
"ContestID_en": "Weekly Contest 323",
"ContestID_zh": "第 323 场周赛"
},
{
"Rating": 1479.4837595809,
"ID": 1545,
Expand Down Expand Up @@ -12506,6 +12572,17 @@
"ContestID_en": "Weekly Contest 222",
"ContestID_zh": "第 222 场周赛"
},
{
"Rating": 1309.7266159448,
"ID": 2500,
"Title": "Delete Greatest Value in Each Row",
"TitleZH": "删除每行中的最大值",
"TitleSlug": "delete-greatest-value-in-each-row",
"ContestSlug": "weekly-contest-323",
"ProblemIndex": "Q1",
"ContestID_en": "Weekly Contest 323",
"ContestID_zh": "第 323 场周赛"
},
{
"Rating": 1309.3113721825,
"ID": 1451,
Expand Down Expand Up @@ -12880,6 +12957,17 @@
"ContestID_en": "Weekly Contest 202",
"ContestID_zh": "第 202 场周赛"
},
{
"Rating": 1292.8993325204,
"ID": 2496,
"Title": "Maximum Value of a String in an Array",
"TitleZH": "数组中字符串的最大值",
"TitleSlug": "maximum-value-of-a-string-in-an-array",
"ContestSlug": "biweekly-contest-93",
"ProblemIndex": "Q1",
"ContestID_en": "Biweekly Contest 93",
"ContestID_zh": "第 93 场双周赛"
},
{
"Rating": 1290.0361853035,
"ID": 1859,
Expand Down