Commit Graph

8 Commits

Author SHA1 Message Date
7c7b334f5c chore: 更新 gitignore 忽略运行时数据,保留 Gitea 配置 2026-03-20 13:48:38 +08:00
fd77455f5b fix: 修改 XCOpenCodeWeb.exe 路径为 services/xcopencodeweb/
- 路径从 bin/ 改为 services/xcopencodeweb/
- 更新 package.json 打包配置
- 更新 .gitignore
2026-03-13 21:04:25 +08:00
72d79ae214 feat: 实现 OpenCode 页面生命周期管理 XCOpenCodeWeb.exe
- 新增 electron/services/xcOpenCodeWebService.ts 服务管理模块
- 标签页打开时启动 XCOpenCodeWeb.exe,关闭时停止
- 使用 iframe 在 OpenCode 页面显示 Web 服务 (端口 3002)
- 添加 bin 目录打包配置
- 添加 TypeScript 类型定义
2026-03-13 20:55:34 +08:00
53c1045406 revert: 回滚之前的错误修改,恢复为命令行模式 2026-03-13 20:42:02 +08:00
fd2255c83a feat: 支持 XCOpenCodeWeb.exe 配置和打包
- 添加 electron/config.ts 配置文件
- 支持 command(命令行) 和 exe 两种模式
- 更新 package.json 打包配置,添加 bin 目录
- 更新 .gitignore 忽略 bin/*.exe
2026-03-13 20:34:07 +08:00
668a1cb473 chore: 忽略 dist-electron 构建产物 2026-03-13 16:10:16 +08:00
3e360c1807 chore: 忽略 dist-api 和 XCOpenCodeWeb.exe,说明其来源 2026-03-13 16:07:36 +08:00
1f104f73c8 Initial commit 2026-03-08 01:34:54 +08:00