From 5e71b5a54ad26ff012f3ce6a81a40b61881d679c Mon Sep 17 00:00:00 2001 From: xuyunfang Date: Tue, 22 Sep 2026 18:14:39 +0800 Subject: [PATCH] fix: point the README demo GIF at a fresh URL GitHub proxies external images through Camo, which fetched the demo GIF while the CDN was mid-refresh and cached the truncated result: 1801375 of 4149835 bytes, 66 of 133 frames, and a broken LZW stream, so the animation stopped partway through. Camo keys its cache on an HMAC of the source URL and holds it for a year, so replacing the file in place could never dislodge it. Point both READMEs at demo1-v2.gif, which gives Camo a new URL to fetch. The file is also re-encoded at 900x506 and 8fps to keep terminal text legible while staying well under Camo's 5 MiB proxy limit, which the original 7.5 MB upload had exceeded. --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15915a43..25b468ba 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Step Code runs in your terminal and handles the full task loop—reading code, m Step Code comes with built-in StepPage publishing. Once your local page is ready, you can publish it as an accessible static website with a single command—bringing development, debugging, and delivery all within the same terminal\. -![StepPage publishing demo](https://static-openapi.stepfun.com/resource/demo1-small.gif) +![StepPage publishing demo](https://static-openapi.stepfun.com/resource/demo1-v2.gif) ## Why Step Code diff --git a/README.zh-CN.md b/README.zh-CN.md index 9a885c84..d1e58cf9 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -14,7 +14,7 @@ Step Code 运行于终端,单轮任务即可完成代码阅读、修改与测 Step Code 内置 StepPage 发布能力:本地页面构建完成后,只需一条命令即可发布为可访问的静态网站,让开发、调试与交付在同一个终端中完成。 -![StepPage 发布能力演示](https://static-openapi.stepfun.com/resource/demo1-small.gif) +![StepPage 发布能力演示](https://static-openapi.stepfun.com/resource/demo1-v2.gif) ## Why Step Code