feat(gui): 添加 MaterialLookAndFeel 主题并优化搜索框样式
- 在系统主题中添加 MaterialLookAndFeel 的暗色、浅色和深色主题 - 实现自定义圆角搜索文本框,增加聚焦动画和发光效果 - 移除 FridaWindow 中的静态代码块- 更新 MainWindow 中的标题样式和搜索框实现 - 在语言文件中添加新主题的翻译
This commit is contained in:
@@ -56,6 +56,7 @@ dependencies {
|
||||
implementation 'com.formdev:flatlaf:3.2.1'
|
||||
implementation 'com.formdev:flatlaf-extras:3.2.1'
|
||||
implementation 'com.formdev:flatlaf-intellij-themes:3.2.1'
|
||||
implementation 'io.github.vincenzopalazzo:material-ui-swing:1.1.2'
|
||||
implementation 'org.python:jython-standalone:2.7.3'
|
||||
implementation 'org.graalvm.python:python-embedding:24.2.1'
|
||||
implementation files('libs/JNC-1.0-jnc.jar')
|
||||
|
||||
Reference in New Issue
Block a user