You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
谢亚昕
e65a967244
清理废弃配置并优化热更新模块
- 删除废弃的 `electron.vite.config.1749712333417.mjs` 配置文件,该文件已被新版配置替代。
- 重构热更新模块 `packages/helper/updater/main/hot/index.ts`,移除事件发射机制,改为通过回调函数传递进度信息。
- 调整 `tsconfig.node.json` 排除规则,将 `packages/renderer/**/*` 修改为更精确的 `packages/**/renderer/**/*`。
- 更新 `tsconfig.web.json` 包含规则,新增 `packages/**/renderer/**/*` 路径以支持渲染进程代码编译。
|
5 days ago |
.. |
updater
|
清理废弃配置并优化热更新模块
|
5 days ago |
package.json
|
重构项目架构并优化热更新功能
|
2 weeks ago |