fix: order website support metrics logically

The support overview previously listed its counts as 3, 2, 4, 1. It now presents Runtime, systems, architectures, and the entry point in a clear 4, 3, 2, 1 sequence.
This commit is contained in:
mesalogo
2026-08-17 17:39:00 +08:00
parent e8c1c1f3f3
commit ae025bc419
+1 -1
View File
@@ -213,9 +213,9 @@
<section class="proof-strip" aria-label="平台与 Runtime 支持概览"> <section class="proof-strip" aria-label="平台与 Runtime 支持概览">
<div class="section-inner proof-grid"> <div class="section-inner proof-grid">
<div><strong>4 类 Runtime</strong><span>多种 AI 编程路径</span></div>
<div><strong>3 大系统</strong><span>Windows / macOS / Linux</span></div> <div><strong>3 大系统</strong><span>Windows / macOS / Linux</span></div>
<div><strong>2 种架构</strong><span>x64 / arm64</span></div> <div><strong>2 种架构</strong><span>x64 / arm64</span></div>
<div><strong>4 类 Runtime</strong><span>多种 AI 编程路径</span></div>
<div><strong>1 个入口</strong><span>选择、配置、运行、审计</span></div> <div><strong>1 个入口</strong><span>选择、配置、运行、审计</span></div>
</div> </div>
</section> </section>