https://github.com/csg2008/cefapp
基于 CEF 的WEB应用辅助工具
https://github.com/csg2008/cefapp
cef webui
Last synced: 3 months ago
JSON representation
基于 CEF 的WEB应用辅助工具
- Host: GitHub
- URL: https://github.com/csg2008/cefapp
- Owner: csg2008
- License: other
- Created: 2023-09-06T08:55:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T09:46:08.000Z (over 1 year ago)
- Last Synced: 2025-01-31T04:03:42.931Z (4 months ago)
- Topics: cef, webui
- Language: C++
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CefApp
基于 CEF 的 WEB 应用辅助工具## 主要功能
- 基于启动页的参数配置
- 添加辅助类 WebAssistant 为页面提供基础的文件系统操作
- 添加基于异步消息的页面打印为PDF、文件打开、保存、选择文件夹框## 编译环境
- Windows10 + Visual Studio 2022## 依赖
- cef 109.1.18## 己知问题
- 基于异步消息的开发者工具调用未开发完成