feat(browser): 添加 JCEF 浏览器窗口功能

- 新增 BrowserWindow 类实现浏览器窗口功能- 添加 WindowOperation、WindowOperationHandler 和 WindowRegistry 类用于窗口操作管理
- 在 MainApplication 中使用 JCEF 创建主窗口
- 实现了窗口创建、关闭等基本操作
This commit is contained in:
tzdwindows 7
2025-03-22 21:05:20 +08:00
parent 4ce244579f
commit d116e80cbf
8 changed files with 1192 additions and 0 deletions

View File

@@ -121,6 +121,8 @@ dependencies {
// JavaFX 模块
implementation 'org.openjfx:javafx-graphics:21'
implementation 'me.friwi:jcefmaven:122.1.10'
}
// 分离依赖项到 libs 目录