diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ba0462..1d5566b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.19.8 + +- 新增尊享100分类 + ## version 2.19.7 - 随机一题可以指定 tag 分类 diff --git a/package.json b/package.json index 20296e4..a2c67d6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "%main.description%", - "version": "2.19.7", + "version": "2.19.8", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/src/dao/choiceDao.ts b/src/dao/choiceDao.ts index 84ddfc8..8362ddd 100644 --- a/src/dao/choiceDao.ts +++ b/src/dao/choiceDao.ts @@ -13,6 +13,19 @@ class ChoiceDao { } private choiceData = [ + { + id: "plus-100", + name: "尊享面试 100 题", + questions: [ + 624, 280, 1056, 1427, 161, 186, 1055, 159, 340, 487, 1100, 760, 266, 734, 1165, 249, + 1133, 1426, 1198, 422, 531, 311, 723, 163, 252, 253, 616, 1272, 439, 484, 772, 346, + 1429, 1474, 708, 369, 1265, 298, 549, 250, 1120, 545, 366, 314, 270, 272, 255, 1214, + 333, 1490, 1506, 1522, 277, 582, 323, 1059, 1236, 305, 694, 1136, 490, 505, 499, 1197, + 286, 317, 269, 588, 642, 1086, 1167, 1057, 358, 1228, 1060, 1533, 1150, 1231, 644, 348, + 353, 604, 271, 281, 716, 1244, 428, 431, 247, 254, 1087, 276, 256, 265, 651, 1259, 1134, + 1180, 1538, 1183 + ], + }, { id: "shopee", name: "Shopee精选",