Skip to content
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

支持提取崩溃日志中的 Java 版本信息 #4509

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2024

  1. feat(analyzer): 支持提取游戏要求的 Java 信息和当前使用的 Java 信息并显示

    chores: 合并了 Java 11 的分析项,统一为 Java 版本不兼容
    Pigeon0v0 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4aa92d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. refactor: 改为使用 Additional 参数传递 Java 信息

    chores: 增加一些注释
    Pigeon0v0 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1fc27a0 View commit details
    Browse the repository at this point in the history
  2. fix: 正则匹配不到时可能意外导致异常,现在有兜底了

    fix: Is 不等于 = 不等于 List.Any 不等于 List.Any()
    Pigeon0v0 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    34791ea View commit details
    Browse the repository at this point in the history