dev-manager-tauri/.blueprint/modules/auto-update.md
lanrtop c598c9b05b feat: add BlueprintPromptModal for blueprint management and sync functionality
- Implemented BlueprintPromptModal component to handle blueprint prompt generation and rule synchronization.
- Added BlueprintStatusBadge to display the current status of blueprints in ProjectCard.
- Integrated blueprint status fetching and synchronization in ProjectCard.
- Enhanced SettingsPage with a new section for MCP service configuration and batch sync for blueprint rules.
- Updated commands to include new blueprint-related functionalities and types.
- Changed application name from "Dev Manager" to "炼境" in various components.
2026-04-04 10:47:27 +09:00

41 lines
1.0 KiB
Markdown
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.

---
id: auto-update
name: 客户端自动更新
status: done
progress: 100
---
## 概述
基于 tauri-plugin-updater 的客户端自动更新,检查阿里云 OSS 上的 latest.json发现新版本后下载安装。
完整指南见 docs/tauri-updater-guide.md。
## 任务卡
### ✅ 更新检测
- status: done
- files: src/components/settings/SettingsPage.tsx
点击「检查更新」请求 latest.json 比对版本号。
### ✅ 下载 & 安装
- status: done
- files: src/components/settings/SettingsPage.tsx
下载安装包(带进度条),安装后自动重启。
### ✅ 错误提示
- status: done
- files: src/components/settings/SettingsPage.tsx
错误信息完整展示,支持一键复制。
### ✅ Capabilities 权限配置
- status: done
- files: src-tauri/capabilities/default.json
updater:default + process:default + http 域名放行。
### ✅ 自动检查更新
- status: done
- notes: 应用启动时自动检查,发现新版本后在状态栏提示,而非需要手动进入设置页。