From f6470d9e6a5b936e51bb2778a1c4c459007391b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Sun, 26 Apr 2026 00:02:05 +0800 Subject: [PATCH] ci: update latest.json for v0.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release.yml 的"提交 latest.json 到 main"步骤在本次发版被静默吞错 (`git push HEAD:main || true`):Release CI 跑期间我推了 fmt fix commit (88928b7) 让 main 领先于 CI 检出的版本,CI 试图 push 时被 GitHub 因 non-fast-forward 拒绝。 手动补提此清单,让前端热更新可识别 0.14.0 包: - hash 来自下载 https://github.com/qingchencloud/clawpanel/releases/download/v0.14.0/web-0.14.0.zip 后计算的 sha256 - size 取实际字节数 - releasedAt 取 Release.publishedAt --- docs/update/latest.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/update/latest.json b/docs/update/latest.json index a18c98a..a3ccd3a 100644 --- a/docs/update/latest.json +++ b/docs/update/latest.json @@ -1,9 +1,9 @@ { - "version": "0.13.4", + "version": "0.14.0", "minAppVersion": "0.9.0", - "hash": "sha256:16d47398bd86628ef55fa93aba804bf30c4d79ef8a330cba09b8e2786dedee23", - "url": "https://github.com/qingchencloud/clawpanel/releases/download/v0.13.4/web-0.13.4.zip", - "size": 2351162, + "hash": "sha256:feb569a71a51c350a4daeb0eb3988b4e600b51c62c14c10995b8e07663777e08", + "url": "https://github.com/qingchencloud/clawpanel/releases/download/v0.14.0/web-0.14.0.zip", + "size": 2475873, "changelog": "", - "releasedAt": "2026-04-20T08:31:04Z" + "releasedAt": "2026-04-25T15:51:38Z" }