软件更新中心

一图航图客户端可通过更新检测接口自动获取最新版本;用户也可在此手动下载。

最新版本

加载中…

历史版本

版本通道发布时间说明
加载中…

数据更新

加载中…

航图 / AIP / 机场基础数据更新会在此发布,客户端可调用接口获取最新数据包。

客户端更新检测(接口示例)

GET /api/update/check?current=1.0.0&channel=stable

// 返回
{
  "updateAvailable": true,
  "latest": { "version": "1.0.1", "notes": "...", "files": [ ... ] },
  "current": "1.0.0",
  "channel": "stable"
}