Files
prompt-optimizer/packages/desktop/dev-app-update.yml
linshen ba1b862d43 feat(updater, ui): 重构更新逻辑并优化体验
- 重构更新逻辑,移除私有仓库支持,简化流程。
- 优化版本比较和更新检测,精简UI组件。
- 增加日志输出,改进错误处理和用户提示。
- 新增版本忽略功能,允许用户忽略特定版本更新。
- 更新 GitHub 发布工作流,移除私有仓库逻辑。
- 更新文档,新增开发经验总结。
2025-07-13 15:44:15 +08:00

15 lines
584 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
provider: github
owner: linshenkx
repo: prompt-optimizer-dev
private: false
# 开发环境配置说明:
# 1. 此文件用于本地开发时测试自动更新功能
# 2. 需要在 main.js 中设置 autoUpdater.forceDevUpdateConfig = true
# 3. 如果要测试不同的仓库,可以修改上面的 owner/repo 配置
# 4. 只支持公开仓库,不支持私有仓库
# 使用说明:
# - 开发模式下electron-updater 会读取此文件而不是 app-update.yml
# - 这样可以在不重新构建的情况下测试更新功能
# - 生产环境构建时,此文件会被忽略