feat(gui): 重构 FridaWindow 界面并添加新功能- 重新设计了 FridaWindow 的布局和样式,增加了菜单栏和更多控件

- 添加了进程列表和搜索功能,支持双击注入进程
- 实现了暗黑主题和自定义样式,提升了用户体验
- 优化了代码结构,增加了可读性和可维护性
This commit is contained in:
tzdwindows 7
2025-03-01 19:51:57 +08:00
parent f4baf0b1e4
commit b06c8fd4e7
5 changed files with 286 additions and 121 deletions

View File

@@ -31,7 +31,7 @@ repositories {
}
}
maven { url 'https://jitpack.io' }
// mavenCentral()
mavenCentral()
}
dependencies {
@@ -69,11 +69,12 @@ dependencies {
implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.5.36'
// 必须的核心依赖
implementation 'com.fifesoft:rsyntaxtextarea:3.3.1'
implementation 'com.fifesoft:autocomplete:3.3.1'
implementation 'com.fifesoft:rsyntaxtextarea:3.5.4'
// 可选UI增强
implementation 'com.fifesoft:rstaui:3.3.1'
implementation 'com.fifesoft:languagesupport:3.3.0'
implementation 'com.fifesoft:autocomplete:3.3.2'
implementation 'org.apache.commons:commons-compress:1.23.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'