ccagml / leetcode-extension

Solved LeetCode problem in VS Code added some new features
https://marketplace.visualstudio.com/items?itemName=ccagml.vscode-leetcode-problem-rating
MIT License
285 stars 29 forks source link

看不到plus题库 #222

Closed PiuQiuPiaQia closed 1 year ago

PiuQiuPiaQia commented 1 year ago

🐛 Bug Report(错误报告)

看不到plus题库

image image

To Reproduce(重现)

Steps to reproduce the behavior.(重现的步骤。) a

Expected behavior(预期行为)

A clear and concise description of what you expected to happen.(对您期望发生的事情进行清晰简洁的描述。)

Extension Output(扩展输出)

Paste here the LeetCode extension log from output channel.(将输出通道中的 LeetCode 扩展日志粘贴到此处。)

Guidance: Press Ctrl+Shift+U, and toggle the channel to LeetCode.(按Ctrl+Shift+U,将频道切换到LeetCode。)

Your Environment

ccagml commented 1 year ago

那个精选分类的题目是我从官网看来的.我看不到plus题库对应的题目是哪些,

PiuQiuPiaQia commented 1 year ago

那个精选分类的题目是我从官网看来的.我看不到plus题库对应的题目是哪些, 比如这个,尊享面试100题,方便的话可以支持一下 https://leetcode.cn/studyplan/premium-algo-100/

PiuQiuPiaQia commented 1 year ago

那个精选分类的题目是我从官网看来的.我看不到plus题库对应的题目是哪些,

我能看到plus的题目,需要我帮你提供什么吗,接口返回值还是啥

ccagml commented 1 year ago

@PiuQiuPiaQia 那个精选分类的数据存放在 https://github.com/ccagml/leetcode-extension/blob/main/src/dao/choiceDao.ts 这个文件里, 有新的精选分类的话,你可以提交个pr 内容应该简单,就name是显示名称,questions就是这个新的精选分类包含哪些题目

PiuQiuPiaQia commented 1 year ago

@PiuQiuPiaQia 那个精选分类的数据存放在 https://github.com/ccagml/leetcode-extension/blob/main/src/dao/choiceDao.ts 这个文件里, 有新的精选分类的话,你可以提交个pr 内容应该简单,就name是显示名称,questions就是这个新的精选分类包含哪些题目

https://github.com/ccagml/leetcode-extension/pull/223 已提交

ccagml commented 1 year ago

@PiuQiuPiaQia v2.19.8,感谢