feat(i18n): 添加多语言支持并优化用户界面
- 新增 LanguageManager 类实现语言管理功能 - 在 FridaWindow 中添加多语言支持 - 优化 LoadIcon 类的图片加载逻辑- 更新 BoxClassLoader 和 AxisInnovatorsBox 类以支持新功能- 添加 FolderCleaner 工具类用于清理日志文件 - 更新构建配置,添加新的依赖项
This commit is contained in:
@@ -37,6 +37,13 @@ dependencies {
|
||||
implementation 'org.ow2.asm:asm-analysis:7.1'
|
||||
implementation 'org.ow2.asm:asm-util:7.0'
|
||||
implementation 'org.ow2.asm:asm-tree:7.1'
|
||||
|
||||
implementation 'org.jsoup:jsoup:1.17.2'
|
||||
|
||||
implementation 'com.google.code.gson:gson:2.8.9'
|
||||
|
||||
implementation 'com.formdev:flatlaf:0.26'
|
||||
implementation 'commons-io:commons-io:2.11.0'
|
||||
}
|
||||
|
||||
// 分离依赖项到 libs 目录
|
||||
|
||||
Reference in New Issue
Block a user