8000 Comparing LeetCode-OpenSource:master...supengxu:master · LeetCode-OpenSource/vscode-leetcode · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LeetCode-OpenSource/vscode-leetcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: supengxu/vscode-leetcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on May 13, 2025

  1. refactor(explorer): 重构 Hot100 和 Interview Classics 150 的获取方式

    -从 explorerNodeManager.ts 中移除直接调用接口获取 Hot100 和 Interview Classics 150 数据的逻辑
    - 在 LeetCodeNode.ts 中添加 isHot100 和 isClassic150属性,用于判断节点是否属于 Hot100 或 Classic150
    - 更新 list.ts,将 Hot100 和 Interview Classics 150 的数据作为问题列表的一部分进行处理
    - 在 shared.ts 中为 IProblem 接口添加 isHot100 和 isClassic150 字段
    
    暂存
    xusupeng committed May 13, 2025
    Configuration menu
    Copy the full SHA
    3f83267 View commit details
    Browse the repository at this point in the history
Loading
0