feat(core): 添加高级文件选择器和暗黑主题聊天界面

- 新增 AdvancedJFileChooser 类,实现记住上次访问目录的功能
- 添加 AIaToolbox_dark.html 文件,实现暗黑主题的聊天界面- 优化代码结构,提高可读性和可维护性
This commit is contained in:
tzdwindows 7
2025-05-02 19:11:25 +08:00
parent 32e4274d61
commit c4a10214db
31 changed files with 4726 additions and 78 deletions

View File

@@ -145,6 +145,16 @@ dependencies {
implementation 'jflac:jflac:1.3' // FLAC支持
implementation 'com.github.axet:TarsosDSP:2.4'
// Eclipse 组件
// https://mvnrepository.com/artifact/org.eclipse.swt/org.eclipse.swt.win32.win32.x86_64
//implementation 'org.eclipse.swt:org.eclipse.swt.win32.win32.x86_64:4.3'
//
//// 基础 Eclipse 组件
//implementation 'org.eclipse.platform:org.eclipse.jface:3.36.0'
//implementation 'org.eclipse.platform:org.eclipse.jface.text:3.27.0' // 使用兼容版本
//implementation 'org.eclipse.platform:org.eclipse.core.runtime:3.33.0'
//implementation 'org.eclipse.platform:org.eclipse.equinox.common:3.20.0'
}
// 分离依赖项到 libs 目录