fix: 修改文件名大小写

- 添加反编译工具新的功能:**本地注解** 修正混淆表加载逻辑让他能快速打开文件
- 重构**ProgressBarManager(启动窗口的任务系统)** 增强视觉效果
This commit is contained in:
tzdwindows 7
2025-08-14 11:13:33 +08:00
parent 692ec3dc8d
commit a5b3b90249
7 changed files with 1722 additions and 94 deletions

View File

@@ -163,6 +163,10 @@ dependencies {
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.9'
implementation 'org.bitbucket.mstrobel:procyon-core:0.6.0'
implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0'
//implementation 'org.jetbrains.java.decompiler:fernflower:1.9.0'
// 中文拼音处理
implementation 'com.belerweb:pinyin4j:2.5.1'