Skip to content

Commit fafd178

Browse files
authored
Merge pull request #224 from ccagml/main
2.19.8
2 parents 4aa4b14 + 0149fb6 commit fafd178

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.19.8
2+
3+
- 新增尊享100分类
4+
15
## version 2.19.7
26

37
- 随机一题可以指定 tag 分类

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "%main.description%",
5-
"version": "2.19.7",
5+
"version": "2.19.8",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

src/dao/choiceDao.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ class ChoiceDao {
1313
}
1414

1515
private choiceData = [
16+
{
17+
id: "plus-100",
18+
name: "尊享面试 100 题",
19+
questions: [
20+
624, 280, 1056, 1427, 161, 186, 1055, 159, 340, 487, 1100, 760, 266, 734, 1165, 249,
21+
1133, 1426, 1198, 422, 531, 311, 723, 163, 252, 253, 616, 1272, 439, 484, 772, 346,
22+
1429, 1474, 708, 369, 1265, 298, 549, 250, 1120, 545, 366, 314, 270, 272, 255, 1214,
23+
333, 1490, 1506, 1522, 277, 582, 323, 1059, 1236, 305, 694, 1136, 490, 505, 499, 1197,
24+
286, 317, 269, 588, 642, 1086, 1167, 1057, 358, 1228, 1060, 1533, 1150, 1231, 644, 348,
25+
353, 604, 271, 281, 716, 1244, 428, 431, 247, 254, 1087, 276, 256, 265, 651, 1259, 1134,
26+
1180, 1538, 1183
27+
],
28+
},
1629
{
1730
id: "shopee",
1831
name: "Shopee精选",

0 commit comments

Comments
 (0)