mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-05-06 20:02:49 +08:00
ci: update latest.json for v0.14.0
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
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user