Files
aurora-admin/site/m/component/mobile-segmented.html
T
aurora-admin 5ee5d829a4
Regression / regression (push) Canceled after 0s
refactor(详情页+S8): 详情页减重(导航互斥/入口去重/i18n去重) + 品牌标识入库
本提交含两条并行工作线,因互相咬合(package.json scripts、regression.yml、
npm run build 链)无法按文件干净拆分,故合并为一次自洽提交。

## 详情页减重(本轮主任务:修复「AI 干太重」)

- 导航收敛:宽屏只用右侧目录、≤1200px 只用页内 sticky 导航,纯 CSS 媒体查询
  实现(不引入 JS 宽度监听)。此前两套导航同时可见,active 状态互相打架。
- 入口去重:标题区由「查看示例/在线测试/契约 JSON」三个减为「在线测试」一个;
  契约 JSON 归入实现资源;删除示例底部重复的「在线测试」。
- 示例工具栏:删除与目录锚点重复的示例下拉选择器;「全部展开代码」只在
  示例数 >1 时出现(103 个组件里 49 个仅 1 个示例,此前恒显示)。
- 重复文案:示例区两句同义导语合并为一句。
- 首页 CTA 由 5 个减为 2 个(浏览组件/快速开始),测试总览入口挂到已有的
  通过率统计卡上,不再另占 Hero 按钮。
- 统一详情取数:抽出 fetchDetail/loadDetail 作为 details/*.json 的唯一路径,
  FAQ 不再自行 fetch 一遍,与组件页共用缓存与失败兜底。

## i18n

- 删除 12 组重复键(含整段 FAQ 说明),字典 604 → 585 唯一键。
- 删除本次改动产生的 6 个死键。
- verify-i18n.mjs 新增 `unique dictionary keys` 断言:重复键在对象字面量里
  是静默的后值覆盖,此前无从发现;现由门禁拦住。

## 文档事实修正(实测为准)

- TESTING/CONTRIBUTING:79 → 103 组件;旧断言数改为回指 tests/report.json。
- PLATFORMS:移动端 108 文件/18 端 → 282 文件/47 端;契约 5 → 47;
  令牌 17 → 15;uni-app SFC 21 → 50。
- AGENTS:断言 1405/18 页 → 1464/103 页(PC)、807/47 页(移动端)。
- package.json:YOUR-ACCOUNT 占位 → gitea 实址与 kole-ui.mymoyu.top。

## 品牌标识(并行会话成果,一并入库)

- brand-mark.json 收归真源,build:brand 生成 favicon 与单色 SVG;
  PC 与移动端共用资产,verify:brand 24 条断言。
- regression.yml 增加 verify:brand 步骤。

## 门禁与验收

新增工具:verify-component-page.mjs(86 条真实浏览器断言,随详情页改造同步
更新为「只允许一套导航可见」)、verify-brand-mark.mjs、lib/i18n-dead-keys.mjs
(只读诊断)。

回归:PC 100%(1464/1464,103 页,N/A 50)· 移动端 100%(807/807,47 页)。
门禁:component-page 86 · i18n 17 · brand 24 · routes all · smoke all ·
theme OK · isolation 31 · nav all · examples 9 · api-docs 10 · mobile-docs 12。

已知未做:i18n 另有约 44 条历史死键(非本次产生),已记为 ROADMAP S8-P6;
顶栏与悬浮区的两个主题入口为刻意设计(verify-theme 断言其互斥),未删。
2026-09-22 23:56:05 +08:00

1440 lines
78 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script>
(function () {
var m = 'auto';
try { var v = localStorage.getItem('kole-mode'); if (v === 'light' || v === 'dark' || v === 'auto') m = v; } catch (e) {}
var dark = m === 'dark' || (m === 'auto' && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);
document.documentElement.classList.toggle('kole-dark', !!dark);
document.documentElement.style.colorScheme = dark ? 'dark' : 'light';
})();
</script>
<link rel="icon" href="../../assets/kole-mark.svg">
<meta name="theme-color" content="#FFFFFF" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#1C1F26" media="(prefers-color-scheme: dark)">
<title>分段器 Segmented — Kole UI Mobile</title>
<meta name="description" content="分段器 Segmented:移动端组件(6 端实现:CSS / H5 原生 / React / Vue 2 / Vue 3 / uni-app)。与 PC 端物理隔离:类名 kole-m-、令牌 --kole-m-。规格来源:移动端规格 38 · 分段器 Segmented。">
<link rel="stylesheet" href="../../../.design_library/kole-ui-mobile/colors_and_type.css">
<link rel="stylesheet" href="../style.css">
</head>
<body>
<header class="m-top">
<div class="m-top-inner">
<a class="m-logo" href="../index.html">
<span class="m-logo-mark" data-brand-mark="mono" aria-hidden="true"></span>
<span class="m-logo-text">Kole UI<em>移动端</em></span>
</a>
<div class="m-ver-picker" id="m-ver-picker">
<button id="m-ver-trigger" class="m-ver-trigger" type="button" data-single="1" aria-haspopup="listbox" aria-expanded="false" aria-label="选择版本" title="文档版本(清单来自部署根的 versions.json)">
<span id="m-ver">v1.0.0</span>
<svg class="m-ver-caret" width="11" height="11" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m6 9 6 6 6-6"/></svg>
</button>
<div id="m-ver-menu" class="m-ver-menu hidden" role="listbox" aria-label="文档版本">
<div class="m-ver-menu-head" id="m-ver-head">文档版本</div>
</div>
</div>
<nav class="m-nav"> <a href="../index.html" class="active" aria-current="page">组件总览</a>
<a href="../guide.html">快速开始</a>
<a href="../design.html">设计规范</a>
<a href="../faq.html">常见问题</a>
<a href="../changelog.html">更新日志</a></nav>
<div class="m-mode">
<button id="m-mode-trigger" class="m-mode-trigger" type="button" aria-haspopup="listbox" aria-expanded="false" aria-label="主题模式" title="主题模式">
<svg class="m-mode-icon" id="m-icon-moon" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
<svg class="m-mode-icon" id="m-icon-sun" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" style="display:none"><circle cx="12" cy="12" r="4"/><path d="M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41"/></svg>
<svg class="m-mode-icon" id="m-icon-auto" width="15" height="15" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" style="display:none"><rect x="3" y="4" width="18" height="13" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
<span id="m-mode-cur">自动模式</span>
<svg class="m-mode-caret" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="m6 9 6 6 6-6"/></svg>
</button>
<div id="m-mode-menu" class="m-menu hidden" role="listbox" aria-label="主题模式">
<div class="m-menu-head">主题模式</div>
<button class="m-menu-opt" type="button" role="option" data-mode="light" aria-selected="false"><span data-mode-label="light">日间模式</span></button>
<button class="m-menu-opt" type="button" role="option" data-mode="dark" aria-selected="false"><span data-mode-label="dark">夜间模式</span></button>
<button class="m-menu-opt" type="button" role="option" data-mode="auto" aria-selected="true"><span data-mode-label="auto">自动模式</span></button>
</div>
</div>
</div>
</header>
<div class="m-body">
<details class="m-side" open>
<summary><span>移动端导航</span><span class="cur">分段器</span></summary>
<nav>
<div class="m-side-section"><span>平台</span></div>
<a class="m-side-link m-side-platform" href="../../index.html"><span class="sp-top"><span class="sp-name">PC 端组件</span></span><span class="sp-sub">103 个中后台组件 · 5 端</span></a>
<a class="m-side-link m-side-platform" href="../index.html"><span class="sp-top"><span class="sp-name">移动端组件</span><span class="sp-badge">当前</span></span><span class="sp-sub">47 个组件 · 6 端 · 含 uni-app</span></a>
<div class="m-side-section"><span>开发指南</span></div>
<a class="m-side-link" href="../index.html">组件总览</a>
<a class="m-side-link" href="../guide.html">快速开始</a>
<a class="m-side-link" href="../design.html">设计规范</a>
<a class="m-side-link" href="../faq.html">常见问题</a>
<a class="m-side-link" href="../changelog.html">更新日志</a>
<a class="m-side-link" href="../platform.html">平台与端<em>移动端</em></a>
<a class="m-side-link" href="../../../tests/mobile/index.html" target="_blank">测试与回归<em>移动端</em></a>
<div class="m-side-section"><span>组件</span><span class="cnt">47</span></div>
<div class="m-side-group"><span>通用</span><span class="cnt">5</span></div>
<a class="m-side-link" href="mobile-button.html">按钮<em>Button</em></a>
<a class="m-side-link" href="mobile-divider.html">分割线<em>Divider</em></a>
<a class="m-side-link" href="mobile-icon.html">图标<em>Icon</em></a>
<a class="m-side-link" href="mobile-layout.html">布局<em>Layout</em></a>
<a class="m-side-link" href="mobile-link.html">链接<em>Link</em></a>
<div class="m-side-group"><span>导航</span><span class="cnt">6</span></div>
<a class="m-side-link" href="navbar.html">顶部导航栏<em>NavBar</em></a>
<a class="m-side-link" href="tabbar.html">底部标签栏<em>TabBar</em></a>
<a class="m-side-link" href="mobile-grid.html">宫格<em>Grid</em></a>
<a class="m-side-link" href="mobile-steps.html">步骤条<em>Steps</em></a>
<a class="m-side-link is-active" href="mobile-segmented.html" aria-current="page">分段器<em>Segmented</em></a>
<a class="m-side-link" href="mobile-sticky.html">吸顶容器<em>Sticky</em></a>
<div class="m-side-group"><span>数据录入</span><span class="cnt">16</span></div>
<a class="m-side-link" href="mobile-numberkeyboard.html">数字键盘<em>NumberKeyboard</em></a>
<a class="m-side-link" href="mobile-datepicker.html">日期选择器<em>DatePicker</em></a>
<a class="m-side-link" href="mobile-input.html">输入框<em>Input</em></a>
<a class="m-side-link" href="mobile-search.html">搜索框<em>Search</em></a>
<a class="m-side-link" href="mobile-stepper.html">步进器<em>Stepper</em></a>
<a class="m-side-link" href="mobile-switch.html">开关<em>Switch</em></a>
<a class="m-side-link" href="mobile-textarea.html">多行文本框<em>Textarea</em></a>
<a class="m-side-link" href="mobile-checkbox.html">多选框<em>Checkbox</em></a>
<a class="m-side-link" href="mobile-form.html">表单<em>Form</em></a>
<a class="m-side-link" href="mobile-radio.html">单选框<em>Radio</em></a>
<a class="m-side-link" href="mobile-rate.html">评分<em>Rate</em></a>
<a class="m-side-link" href="mobile-slider.html">滑动选择器<em>Slider</em></a>
<a class="m-side-link" href="mobile-cascader.html">级联选择器<em>Cascader</em></a>
<a class="m-side-link" href="mobile-colorpicker.html">颜色选择器<em>ColorPicker</em></a>
<a class="m-side-link" href="mobile-picker.html">选择器<em>Picker</em></a>
<a class="m-side-link" href="mobile-upload.html">上传<em>Upload</em></a>
<div class="m-side-group"><span>数据展示</span><span class="cnt">8</span></div>
<a class="m-side-link" href="cell.html">单元格<em>Cell</em></a>
<a class="m-side-link" href="mobile-badge.html">徽标<em>Badge</em></a>
<a class="m-side-link" href="mobile-tag.html">标签<em>Tag</em></a>
<a class="m-side-link" href="mobile-avatar.html">头像<em>Avatar</em></a>
<a class="m-side-link" href="mobile-list.html">列表<em>List</em></a>
<a class="m-side-link" href="mobile-collapse.html">折叠面板<em>Collapse</em></a>
<a class="m-side-link" href="mobile-table.html">表格<em>Table</em></a>
<a class="m-side-link" href="mobile-typography.html">排版<em>Typography</em></a>
<div class="m-side-group"><span>反馈</span><span class="cnt">12</span></div>
<a class="m-side-link" href="actionsheet.html">动作面板<em>ActionSheet</em></a>
<a class="m-side-link" href="pullrefresh.html">下拉刷新<em>PullRefresh</em></a>
<a class="m-side-link" href="swipecell.html">滑动单元格<em>SwipeCell</em></a>
<a class="m-side-link" href="mobile-popup.html">弹出层<em>Popup</em></a>
<a class="m-side-link" href="mobile-toast.html">轻提示<em>Toast</em></a>
<a class="m-side-link" href="mobile-dialog.html">对话框<em>Dialog</em></a>
<a class="m-side-link" href="mobile-noticebar.html">通知栏<em>NoticeBar</em></a>
<a class="m-side-link" href="mobile-loading.html">加载<em>Loading</em></a>
<a class="m-side-link" href="mobile-progress.html">进度条<em>Progress</em></a>
<a class="m-side-link" href="mobile-message.html">消息通知<em>Message</em></a>
<a class="m-side-link" href="mobile-overlay.html">遮罩层<em>Overlay</em></a>
<a class="m-side-link" href="mobile-popover.html">弹出气泡<em>Popover</em></a>
</nav>
</details>
<main class="m-main">
<section class="m-hero">
<h1>分段器<span class="en" style="font-family: var(--kole-font-family-num); font-size: 14px; color: var(--kole-color-text-secondary); margin-left: 8px;">Segmented</span></h1>
<p>在 2~5 个互斥选项里选一个,并让「当前选的是哪个」一眼可见(订单状态、时间范围、列表/网格视图切换)</p>
<p style="margin-top: 8px;" class="m-chips">
<span class="m-chip m">导航</span>
<span class="m-chip">规格 38 · 分段器 Segmented</span>
<span class="m-chip">6 端实现</span>
<span class="m-chip">触摸优先</span>
</p>
<div class="m-code" style="margin-top: var(--kole-space-12);">
<div class="m-code-head"><span>引入(H5 原生;其余 5 端见「快速开始」)</span><button class="m-copy" type="button" data-copy="code-import">复制</button></div>
<pre id="code-import"><code>&lt;!-- ① 令牌:PC 令牌 + 移动端 --kole-m-* 合成单文件,引一次 --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;kole-ui/mobile/tokens.css&quot;&gt;
&lt;!-- ② 本组件样式(全量则用 kole-ui/mobile/components/index.css) --&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;kole-ui/mobile/components/mobile-segmented.css&quot;&gt;
&lt;!-- ③ 结构照抄下方任一演示块(类名与 6 端实现一致) --&gt;</code></pre>
</div>
</section>
<section class="m-block">
<h2 id="demo">演示</h2>
<p class="m-sub">每个演示都是真实渲染:预览帧加载 <code>frameworks-mobile/Segmented.html?demo=&lt;id&gt;</code>(只显示该演示块),代码是该演示块在演示页里的原文,可复制。全部演示同屏可看 <a href="../../../frameworks-mobile/Segmented.html" target="_blank">演示页 ↗</a>。</p>
<h3 class="m-demo-group">01 组件类型</h3>
<div class="m-demo" id="demo-basic">
<div class="m-demo-head"><span class="m-demo-title">基础用法</span><span class="m-chip">size=default</span></div>
<p class="m-demo-desc">三项互斥:选中项是白底滑块 + 品牌字色,靠形态而不是色相区分;容器 data-value 随选中同步。</p>
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Segmented.html?demo=basic" title="分段器 Segmented · 基础用法" loading="lazy"></iframe></div>
<details class="m-details"><summary>查看代码(演示页原文 · 15 行)</summary>
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Segmented.html · basic</span><button class="m-copy" type="button" data-copy="code-demo-1">复制</button></div>
<pre id="code-demo-1"><code>&lt;section class=&quot;demo-block&quot; data-demo=&quot;basic&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;基础用法(三项互斥,点第二项切换;选中项 = 白底滑块 + 品牌字色)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default&quot; id=&quot;seg-basic&quot;
role=&quot;radiogroup&quot; aria-label=&quot;订单状态&quot; data-assert=&quot;segmented-basic&quot; data-value=&quot;all&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;all&quot;&gt;全部&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;todo&quot; data-behavior=&quot;click-sets-attr:#seg-basic|data-value|todo&quot;&gt;待付款&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;done&quot;&gt;已完成&lt;/button&gt;
&lt;/div&gt;
&lt;p class=&quot;demo-out&quot;&gt;容器上的 data-value 随选中项同步(第 2 项断言为 todo)&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;</code></pre></div>
</details>
</div>
<div class="m-demo" id="demo-block">
<div class="m-demo-head"><span class="m-demo-title">等分铺满</span><span class="m-chip">block=true</span></div>
<p class="m-demo-desc">block=true:两项等分容器宽度,适合与筛选条同宽;选项少时也不出现半截空白。</p>
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Segmented.html?demo=block" title="分段器 Segmented · 等分铺满" loading="lazy"></iframe></div>
<details class="m-details"><summary>查看代码(演示页原文 · 12 行)</summary>
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Segmented.html · block</span><button class="m-copy" type="button" data-copy="code-demo-2">复制</button></div>
<pre id="code-demo-2"><code>&lt;section class=&quot;demo-block&quot; data-demo=&quot;block&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;等分铺满(block=true:两项等分容器宽度,适合与筛选条同宽)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default kole-m-segmented--block&quot; id=&quot;seg-block&quot;
role=&quot;radiogroup&quot; aria-label=&quot;出售方式&quot; data-assert=&quot;segmented-block&quot; data-value=&quot;buy&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;buy&quot;&gt;我要买&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;sell&quot; data-behavior=&quot;click-sets-attr:#seg-block|data-value|sell&quot;&gt;我要卖&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;</code></pre></div>
</details>
</div>
<div class="m-demo" id="demo-small">
<div class="m-demo-head"><span class="m-demo-title">小尺寸</span><span class="m-chip">size=small</span></div>
<p class="m-demo-desc">size=small:32px 高,用于卡片内的次级筛选;视觉更矮但命中区仍按 44px 计。</p>
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Segmented.html?demo=small" title="分段器 Segmented · 小尺寸" loading="lazy"></iframe></div>
<details class="m-details"><summary>查看代码(演示页原文 · 14 行)</summary>
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Segmented.html · small</span><button class="m-copy" type="button" data-copy="code-demo-3">复制</button></div>
<pre id="code-demo-3"><code>&lt;section class=&quot;demo-block&quot; data-demo=&quot;small&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;小尺寸(size=small:32px 高,用于卡片内的次级筛选)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--small&quot; id=&quot;seg-small&quot;
role=&quot;radiogroup&quot; aria-label=&quot;时间范围&quot; data-assert=&quot;segmented-small&quot; data-value=&quot;day&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;day&quot;&gt;日&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;week&quot; data-behavior=&quot;click-sets-attr:#seg-small|data-value|week&quot;&gt;周&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;month&quot;&gt;月&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;</code></pre></div>
</details>
</div>
<h3 class="m-demo-group">02 组件状态</h3>
<div class="m-demo" id="demo-icon-text">
<div class="m-demo-head"><span class="m-demo-title">带图标</span><span class="m-chip">选项含图标</span></div>
<p class="m-demo-desc">选项内容可含装饰图标;图标 aria-hidden,语义全部由文字承担,读屏不会读出符号。</p>
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Segmented.html?demo=icon-text" title="分段器 Segmented · 带图标" loading="lazy"></iframe></div>
<details class="m-details"><summary>查看代码(演示页原文 · 12 行)</summary>
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Segmented.html · icon-text</span><button class="m-copy" type="button" data-copy="code-demo-4">复制</button></div>
<pre id="code-demo-4"><code>&lt;section class=&quot;demo-block&quot; data-demo=&quot;icon-text&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;带图标(选项内容可含装饰图标,图标 aria-hidden,语义由文字承担)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default&quot; id=&quot;seg-icon&quot;
role=&quot;radiogroup&quot; aria-label=&quot;视图切换&quot; data-assert=&quot;segmented-icon-text&quot; data-value=&quot;list&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;list&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;☰&lt;/span&gt;&amp;nbsp;列表&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;grid&quot; data-behavior=&quot;click-sets-attr:#seg-icon|data-value|grid&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;▦&lt;/span&gt;&amp;nbsp;网格&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;</code></pre></div>
</details>
</div>
<div class="m-demo" id="demo-disabled">
<div class="m-demo-head"><span class="m-demo-title">禁用</span><span class="m-chip">disabled=true</span></div>
<p class="m-demo-desc">整段置灰且不响应:选中项也不再高亮,点击与键盘都不改值,读屏播报不可用。</p>
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/Segmented.html?demo=disabled" title="分段器 Segmented · 禁用" loading="lazy"></iframe></div>
<details class="m-details"><summary>查看代码(演示页原文 · 12 行)</summary>
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/Segmented.html · disabled</span><button class="m-copy" type="button" data-copy="code-demo-5">复制</button></div>
<pre id="code-demo-5"><code>&lt;section class=&quot;demo-block&quot; data-demo=&quot;disabled&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;禁用(整段置灰且不响应,选中项也不再高亮;点击与键盘都不改值)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default is-disabled&quot; role=&quot;radiogroup&quot;
aria-label=&quot;已锁定的范围&quot; aria-disabled=&quot;true&quot; data-assert=&quot;segmented-disabled&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;now&quot; disabled&gt;本期&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;next&quot; disabled&gt;下期&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;</code></pre></div>
</details>
</div>
</section>
<section class="m-block">
<h2 id="api">API</h2>
<p class="m-sub">props / events / slots 为 6 端实现的公共接口(说明文字取自规格对应小节)。字段名与各端源码逐名核对:node tools/verify-mobile-docs.mjs</p>
<h3 class="m-h3">Props</h3>
<table class="m-table">
<thead><tr><th>名称</th><th>类型</th><th>默认值</th><th>说明</th><th>必传</th></tr></thead>
<tbody>
<tr><td><code>value</code></td><td><code>string</code></td><td><code>''</code></td><td>当前选中值(受控;与选项的 data-value 对应)(规格 §38.5)</td><td>N</td></tr>
<tr><td><code>options</code></td><td><code>Array&lt;{ value, label, disabled? }&gt;</code></td><td><code>[]</code></td><td>选项列表,2~5 个(规格 §38.2 item)</td><td>N</td></tr>
<tr><td><code>size</code></td><td><code>'default' | 'small'</code></td><td><code>'default'</code></td><td>变体 size:default 44px / small 32px(规格 §38.3)</td><td>N</td></tr>
<tr><td><code>block</code></td><td><code>boolean</code></td><td><code>false</code></td><td>变体 block:占满容器且各项等分(规格 §38.3)</td><td>N</td></tr>
<tr><td><code>disabled</code></td><td><code>boolean</code></td><td><code>false</code></td><td>整段禁用(规格 §38.4)</td><td>N</td></tr>
<tr><td><code>label</code></td><td><code>string</code></td><td><code>'分段选择'</code></td><td>这组选项在选什么的说明,落到 aria-label(规格 §38.6)</td><td>N</td></tr>
</tbody>
</table>
<p class="m-note">「必传」按严格定义:实现里**没有默认值**时才为 Y(本门禁逐条核对 props 与各端源码的默认值,防止契约与实现脱节)。</p>
<h3 class="m-h3">事件</h3>
<table class="m-table">
<thead><tr><th>名称</th><th>参数</th><th>说明</th></tr></thead>
<tbody>
<tr><td><code>change</code></td><td><code>(value: string)</code></td><td>选中项变化时回传目标值;值未变不发事件(规格 §38.5)</td></tr>
</tbody>
</table>
<h3 class="m-h3">插槽</h3>
<table class="m-table">
<thead><tr><th>名称</th><th>说明</th></tr></thead>
<tbody>
</tbody>
</table>
<h3 class="m-h3">CSS 变量</h3>
<p class="m-sub">组件级变量(在组件样式表里定义)。业务侧可在自己的作用域内覆盖,不必改组件源码。</p>
<table class="m-table">
<thead><tr><th>名称</th><th>默认值</th><th>说明</th></tr></thead>
<tbody>
<tr><td><code>--kole-m-segmented-height</code></td><td><code>var(--kole-m-touch-target)</code></td><td>组件内部默认值,可在业务侧覆盖</td></tr>
<tr><td><code>--kole-m-segmented-padding</code></td><td><code>2px</code></td><td>组件内部默认值,可在业务侧覆盖</td></tr>
<tr><td><code>--kole-m-segmented-radius</code></td><td><code>var(--kole-radius-base)</code></td><td>组件内部默认值,可在业务侧覆盖</td></tr>
</tbody>
</table>
</section>
<section class="m-block">
<h2 id="usage">何时使用</h2>
<ul>
<li>在 2~5 个互斥选项里选一个,并让「当前选的是哪个」一眼可见(订单状态、时间范围、列表/网格视图切换)</li>
<li>触屏没有悬停预告,所以选中项必须靠形态(白底滑块 + 阴影)而非色相区分</li>
<li>选中态是视觉与属性的双向同步:除类名外必须同时更新 aria-checked</li>
<li>选中项再次点击不重复触发 change(值未变不发事件)</li>
<li>受控:组件不存值,只回传目标值 change;宿主不采纳时视觉不变化</li>
</ul>
</section>
<section class="m-block">
<h2 id="interaction">交互与触控</h2>
<ul>
<li>选项切换是一次轻点:点击后该项 is-active、同组其它项复位;不响应长按、双击与拖动</li>
<li>选中态是视觉与属性的双向同步:除类名外必须同时更新 aria-checked</li>
<li>每项热区高 ≥ 44px(size=small 时视觉 32px,但触摸命中区仍按 44px 计,纵向不留死区)</li>
<li>选中项再次点击不重复触发 change(值未变不发事件)</li>
<li>切换动效 120ms(--kole-duration-fast),prefers-reduced-motion 下瞬时切换</li>
</ul>
</section>
<section class="m-block">
<h2 id="a11y">无障碍</h2>
<ul>
<li>容器 role=&quot;radiogroup&quot; + aria-label;每个选项原生 button + role=&quot;radio&quot; + aria-checked</li>
<li>选项名称由文字承担;装饰性图标必须 aria-hidden=&quot;true&quot;</li>
<li>禁用时容器补 aria-disabled=&quot;true&quot;,选项用原生 disabled</li>
<li>键盘:Tab 进入分组,左右方向键在选项间移动并选中</li>
</ul>
</section>
<section class="m-block">
<h2 id="related">相似组件</h2>
<p class="m-sub">从「该用哪一个」的角度区分;PC 端的对应实现见 <a href="../../index.html">PC 文档站</a>。</p>
<table class="m-table">
<thead><tr><th>组件</th><th>何时用它而不是本组件</th></tr></thead>
<tbody>
<tr><td><a href="tabbar.html">底部标签栏</a><em style="font-family: var(--kole-font-family-num); font-style: normal; font-size: 11px; color: var(--kole-color-text-placeholder); margin-left: 6px;">TabBar</em></td><td>切换的是页面级内容区且选项 ≥ 4 个时用底部标签栏,分段器只用于同一区块内的轻量切换</td></tr>
<tr><td><a href="mobile-tag.html">标签</a><em style="font-family: var(--kole-font-family-num); font-style: normal; font-size: 11px; color: var(--kole-color-text-placeholder); margin-left: 6px;">Tag</em></td><td>多选筛选条件用标签组(可同时选中多个),分段器只表达单选</td></tr>
<tr><td><a href="mobile-radio.html">单选框</a><em style="font-family: var(--kole-font-family-num); font-style: normal; font-size: 11px; color: var(--kole-color-text-placeholder); margin-left: 6px;">Radio</em></td><td>选项需要文字说明或纵向排列时用单选框列表,横向挤在一行才用分段器</td></tr>
</tbody>
</table>
</section>
<section class="m-block">
<h2 id="gaps">规格未定 / 禁止发明</h2>
<table class="m-table">
<thead><tr><th>类别</th><th>条目</th></tr></thead>
<tbody>
<tr><td><span class="m-chip">禁止发明</span></td><td>多选(同时选中多个)—— 需要多选时改用标签组或多选框</td></tr>
<tr><td><span class="m-chip">禁止发明</span></td><td>选项的横向滚动、换行与「更多」折叠(超过 5 个应换组件)</td></tr>
<tr><td><span class="m-chip">禁止发明</span></td><td>选中项的下划线滑块动画(那是标签栏的视觉语言,不是分段器)</td></tr>
<tr><td><span class="m-chip">禁止发明</span></td><td>选项禁用条件与业务权限的判断</td></tr>
<tr><td><span class="m-chip">规格未定</span></td><td>选项数量上限是否应硬约束在 5 个(当前只写建议,不做运行时拦截)</td></tr>
<tr><td><span class="m-chip">规格未定</span></td><td>size=small 的命中区是否需要在纵向自动补到 44px</td></tr>
<tr><td><span class="m-chip">规格未定</span></td><td>是否需要「滑动经过即选中」(当前只认轻点,滑动不选中)</td></tr>
</tbody>
</table>
</section>
<section class="m-block">
<h2 id="anatomy">结构(anatomy)</h2>
<table class="m-table">
<thead><tr><th>字段</th><th>说明</th></tr></thead>
<tbody>
<tr><td><code>segmented</code></td><td>容器,浅底 + 内边距,横向排列选项;role=&quot;radiogroup&quot; 并带 aria-label 说明这组在选什么</td></tr>
<tr><td><code>item</code></td><td>单个选项,原生 button + role=&quot;radio&quot;(整项可点、可键盘聚焦),data-value 携带取值</td></tr>
<tr><td><code>label</code></td><td>选项文字(可含装饰图标,图标 aria-hidden 由文字承担语义)</td></tr>
</tbody>
</table>
</section>
<section class="m-block">
<h2 id="variants">变体维度与类名映射</h2>
<p class="m-sub">类名映射由构建脚本从契约 <code>variantClasses</code> 生成,并被 <code>verify:mobile-docs</code> 逐条对照组件 CSS 校验(类/变量必须真实存在)。</p>
<table class="m-table">
<thead><tr><th>维度</th><th>取值</th><th>对应类名 / 变量</th></tr></thead>
<tbody>
<tr><td><code>size</code></td><td>default / small</td><td><div><b>default</b> <span class="m-cls">.kole-m-segmented--default</span></div><div><b>small</b> <span class="m-cls">.kole-m-segmented--small</span></div></td></tr>
<tr><td><code>block</code></td><td>false / true</td><td><div><b>false</b> <span class="m-none">(由数据驱动,无专属类)</span></div><div><b>true</b> <span class="m-cls">.kole-m-segmented--block</span></div></td></tr>
</tbody>
</table>
</section>
<section class="m-block">
<h2 id="rep-variants">代表变体</h2>
<table class="m-table">
<thead><tr><th>变体</th><th>标签</th></tr></thead>
<tbody>
<tr><td><code>size=default · block=false</code></td><td>三项基础(44px 高,宽度随内容)</td></tr>
<tr><td><code>size=default · block=true</code></td><td>等分铺满(与筛选条同宽)</td></tr>
<tr><td><code>size=small · block=false</code></td><td>小尺寸(32px 高,卡片内次级筛选)</td></tr>
</tbody>
</table>
</section>
<section class="m-block">
<h2 id="tokens">用到的令牌</h2>
<p class="m-sub">构建时从本组件样式表扫描得出。蓝色为移动端自有令牌,绿色为继承的 PC 令牌(改一处两端生效)。</p>
<div class="m-chips">
<span class="m-chip m" title="次级说明">--kole-m-font-size-label</span>
<span class="m-chip m" title="可点区域最小边长">--kole-m-touch-target</span>
<span class="m-chip inherit" title="分割线/边框">--kole-color-border</span>
<span class="m-chip inherit" title="品牌主色:主按钮、选中态、链接">--kole-color-brand</span>
<span class="m-chip inherit" title="卡片背景">--kole-color-card-bg</span>
<span class="m-chip inherit" title="禁用背景(按钮禁用态)">--kole-color-disabled-bg</span>
<span class="m-chip inherit" title="输入框聚焦外发光">--kole-color-focus-ring</span>
<span class="m-chip inherit" title="表头背景">--kole-color-table-header-bg</span>
<span class="m-chip inherit" title="正文文字 · 14.0:1">--kole-color-text-body</span>
<span class="m-chip inherit" title="禁用态文字 · WCAG 1.4.3 对禁用控件豁免(规范定义于组件1/2.txt)">--kole-color-text-disabled</span>
<span class="m-chip inherit" title="次要文字 · 5.10:1(原 #8C8C8C 仅 3.36:1)">--kole-color-text-secondary</span>
<span class="m-chip inherit" title="">--kole-duration-fast</span>
<span class="m-chip inherit" title="">--kole-ease-standard</span>
<span class="m-chip inherit" title="">--kole-font-family</span>
<span class="m-chip inherit" title="按钮、输入框、选择器">--kole-radius-base</span>
<span class="m-chip inherit" title="卡片默认">--kole-shadow-low</span>
<span class="m-chip inherit" title="">--kole-space-12</span>
<span class="m-chip inherit" title="">--kole-space-16</span>
<span class="m-chip" title="组件级变量(可在业务侧覆盖)">--kole-m-segmented-height</span>
<span class="m-chip" title="组件级变量(可在业务侧覆盖)">--kole-m-segmented-padding</span>
<span class="m-chip" title="组件级变量(可在业务侧覆盖)">--kole-m-segmented-radius</span>
</div>
</section>
<section class="m-block">
<h2 id="sources">6 端源码</h2>
<p class="m-sub">同一组件的六份实现(生产环境的类名与结构一致,差异只在技术栈写法与单位)。点开查看,右侧可复制。</p>
<details class="m-details">
<summary>frameworks-mobile/Segmented.css · 纯样式(CSS) · 92 行</summary>
<div class="m-code">
<div class="m-code-head"><span>frameworks-mobile/Segmented.css</span><button class="m-copy" type="button" data-copy="code-253">复制</button></div>
<pre id="code-253"><code>/* Kole UI Mobile · Segmented 样式 — 对齐移动端规格 §38
分段器:一段容器里排列 2~5 个互斥选项,选中项用「白色滑块 + 品牌字色」表达。
容器浅底、选中项卡片底:这样选中态在浅色与暗色下都是「亮起来」而不是靠色相变化,
色觉障碍用户也能分辨。热区:每项高度 ≥ 44px(small 档 32px 时靠 hit-slack 补齐到 44px)。 */
.kole-m-segmented {
--kole-m-segmented-height: var(--kole-m-touch-target);
--kole-m-segmented-padding: 2px;
--kole-m-segmented-radius: var(--kole-radius-base);
position: relative;
box-sizing: border-box;
display: inline-flex;
align-items: stretch;
padding: var(--kole-m-segmented-padding);
border-radius: var(--kole-m-segmented-radius);
background: var(--kole-color-table-header-bg);
color: var(--kole-color-text-body);
font-family: var(--kole-font-family);
font-size: var(--kole-m-font-size-label);
line-height: 1;
}
/* 变体 block=true:占满容器宽度,各项等分 */
.kole-m-segmented--block {
display: flex;
width: 100%;
}
.kole-m-segmented--block .kole-m-segmented__item { flex: 1 1 0; }
/* 变体 size:两档高度 */
.kole-m-segmented--default { --kole-m-segmented-height: var(--kole-m-touch-target); }
.kole-m-segmented--small { --kole-m-segmented-height: calc(var(--kole-m-touch-target) - var(--kole-space-12)); }
.kole-m-segmented__item {
display: inline-flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
min-width: 0;
height: calc(var(--kole-m-segmented-height) - 2 * var(--kole-m-segmented-padding));
margin: 0;
padding: 0 var(--kole-space-16);
border: 0;
border-radius: calc(var(--kole-m-segmented-radius) - 1px);
background: none;
color: var(--kole-color-text-secondary);
font-family: inherit;
font-size: inherit;
line-height: 1;
white-space: nowrap;
cursor: pointer;
touch-action: manipulation;
transition: background-color var(--kole-duration-fast) var(--kole-ease-standard),
color var(--kole-duration-fast) var(--kole-ease-standard);
}
.kole-m-segmented__item:active { background: var(--kole-color-border); }
/* 状态 selected:白色滑块 + 品牌字色(暗色下卡片底自然抬升,规则同款) */
.kole-m-segmented__item.is-active {
background: var(--kole-color-card-bg);
color: var(--kole-color-brand);
font-weight: 500;
box-shadow: var(--kole-shadow-low);
}
.kole-m-segmented__item:focus-visible {
outline: 2px solid var(--kole-color-focus-ring);
outline-offset: -2px;
}
/* 状态 disabled:整段置灰,点击与键盘都不改值 */
.kole-m-segmented.is-disabled .kole-m-segmented__item,
.kole-m-segmented__item:disabled {
color: var(--kole-color-text-disabled);
cursor: not-allowed;
}
.kole-m-segmented.is-disabled .kole-m-segmented__item.is-active {
background: var(--kole-color-disabled-bg);
color: var(--kole-color-text-disabled);
box-shadow: none;
}
.kole-m-segmented.is-disabled .kole-m-segmented__item:active { background: none; }
.kole-m-segmented.is-disabled .kole-m-segmented__item.is-active:active { background: var(--kole-color-disabled-bg); }
@media (prefers-reduced-motion: reduce) {
.kole-m-segmented__item { transition: none; }
}
</code></pre>
</div>
</details>
<details class="m-details">
<summary>frameworks-mobile/Segmented.html · H5 原生(无框架) · 144 行</summary>
<div class="m-code">
<div class="m-code-head"><span>frameworks-mobile/Segmented.html</span><button class="m-copy" type="button" data-copy="code-254">复制</button></div>
<pre id="code-254"><code>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;zh-CN&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0, viewport-fit=cover&quot;&gt;
&lt;title&gt;Kole UI Mobile · Segmented(H5)&lt;/title&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;../.design_library/kole-ui-mobile/colors_and_type.css&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;Segmented.css&quot;&gt;
&lt;style&gt;
body { margin: 0; background: var(--kole-color-page-bg); font-family: var(--kole-font-family); color: var(--kole-color-text-body); }
.demo { max-width: 375px; margin: 0 auto; padding: var(--kole-m-gutter) 0; }
.demo-label { margin: 0; padding: var(--kole-space-12) var(--kole-m-gutter) var(--kole-space-8);
font-size: var(--kole-m-font-size-label); color: var(--kole-color-text-secondary); }
.demo-box { padding: var(--kole-space-12) var(--kole-m-gutter); background: var(--kole-color-card-bg);
border-block: 1px solid var(--kole-color-border); }
.demo-out { margin: var(--kole-space-8) 0 0; font-size: var(--kole-m-font-size-caption);
color: var(--kole-color-text-tertiary); }
.demo-block[hidden] { display: none; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;demo&quot;&gt;
&lt;section class=&quot;demo-block&quot; data-demo=&quot;basic&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;基础用法(三项互斥,点第二项切换;选中项 = 白底滑块 + 品牌字色)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default&quot; id=&quot;seg-basic&quot;
role=&quot;radiogroup&quot; aria-label=&quot;订单状态&quot; data-assert=&quot;segmented-basic&quot; data-value=&quot;all&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;all&quot;&gt;全部&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;todo&quot; data-behavior=&quot;click-sets-attr:#seg-basic|data-value|todo&quot;&gt;待付款&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;done&quot;&gt;已完成&lt;/button&gt;
&lt;/div&gt;
&lt;p class=&quot;demo-out&quot;&gt;容器上的 data-value 随选中项同步(第 2 项断言为 todo)&lt;/p&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;demo-block&quot; data-demo=&quot;block&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;等分铺满(block=true:两项等分容器宽度,适合与筛选条同宽)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default kole-m-segmented--block&quot; id=&quot;seg-block&quot;
role=&quot;radiogroup&quot; aria-label=&quot;出售方式&quot; data-assert=&quot;segmented-block&quot; data-value=&quot;buy&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;buy&quot;&gt;我要买&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;sell&quot; data-behavior=&quot;click-sets-attr:#seg-block|data-value|sell&quot;&gt;我要卖&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;demo-block&quot; data-demo=&quot;small&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;小尺寸(size=small:32px 高,用于卡片内的次级筛选)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--small&quot; id=&quot;seg-small&quot;
role=&quot;radiogroup&quot; aria-label=&quot;时间范围&quot; data-assert=&quot;segmented-small&quot; data-value=&quot;day&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;day&quot;&gt;日&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;week&quot; data-behavior=&quot;click-sets-attr:#seg-small|data-value|week&quot;&gt;周&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;month&quot;&gt;月&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;demo-block&quot; data-demo=&quot;icon-text&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;带图标(选项内容可含装饰图标,图标 aria-hidden,语义由文字承担)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default&quot; id=&quot;seg-icon&quot;
role=&quot;radiogroup&quot; aria-label=&quot;视图切换&quot; data-assert=&quot;segmented-icon-text&quot; data-value=&quot;list&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;list&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;☰&lt;/span&gt;&amp;nbsp;列表&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;grid&quot; data-behavior=&quot;click-sets-attr:#seg-icon|data-value|grid&quot;&gt;&lt;span aria-hidden=&quot;true&quot;&gt;▦&lt;/span&gt;&amp;nbsp;网格&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;section class=&quot;demo-block&quot; data-demo=&quot;disabled&quot;&gt;
&lt;p class=&quot;demo-label&quot;&gt;禁用(整段置灰且不响应,选中项也不再高亮;点击与键盘都不改值)&lt;/p&gt;
&lt;div class=&quot;demo-box&quot;&gt;
&lt;div class=&quot;kole-m-segmented kole-m-segmented--default is-disabled&quot; role=&quot;radiogroup&quot;
aria-label=&quot;已锁定的范围&quot; aria-disabled=&quot;true&quot; data-assert=&quot;segmented-disabled&quot;&gt;
&lt;button class=&quot;kole-m-segmented__item is-active&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;true&quot;
data-value=&quot;now&quot; disabled&gt;本期&lt;/button&gt;
&lt;button class=&quot;kole-m-segmented__item&quot; type=&quot;button&quot; role=&quot;radio&quot; aria-checked=&quot;false&quot;
data-value=&quot;next&quot; disabled&gt;下期&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;/div&gt;
&lt;script&gt;
/* 演示页交互:点任一分段项 → 该项 is-active / aria-checked=true,同组其它项复位,
并把选中值写回容器的 data-value(业务里从这里读值)。
选中态是**视觉 + 属性**双向同步:只改颜色不改 aria-checked 会被无障碍断言判为缺口。 */
(function () {
function select(btn) {
var group = btn.parentElement;
var items = group.querySelectorAll('.kole-m-segmented__item');
Array.prototype.forEach.call(items, function (it) {
var on = it === btn;
it.classList.toggle('is-active', on);
it.setAttribute('aria-checked', on ? 'true' : 'false');
});
group.setAttribute('data-value', btn.getAttribute('data-value'));
var out = group.parentElement ? group.parentElement.querySelector('.demo-out') : null;
if (out) out.textContent = '当前选中:' + btn.getAttribute('data-value');
}
document.querySelectorAll('.kole-m-segmented').forEach(function (group) {
group.addEventListener('click', function (e) {
var btn = e.target.closest ? e.target.closest('.kole-m-segmented__item') : null;
if (!btn || !group.contains(btn)) return;
if (btn.disabled || group.classList.contains('is-disabled')) return;
select(btn);
});
});
})();
&lt;/script&gt;
&lt;script&gt;
/* ?demo=&lt;id&gt; → 只显示该演示块(文档站按块预览用;无参数时全部显示,测试与回归走无参数路径) */
(function () {
var id = new URLSearchParams(location.search).get('demo');
if (!id) return;
var blocks = Array.prototype.slice.call(document.querySelectorAll('.demo-block'));
var hit = false;
blocks.forEach(function (b) {
var on = b.getAttribute('data-demo') === id;
if (on) hit = true;
b.hidden = !on;
});
if (!hit) { blocks.forEach(function (b) { b.hidden = false; }); return; }
document.body.classList.add('demo-single');
var demoBox = document.querySelector('.demo');
if (demoBox) demoBox.style.minHeight = 'auto';
blocks.forEach(function (b) {
var label = b.querySelector('.demo-label');
if (label &amp;&amp; !b.hidden) label.hidden = true;
});
})();
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</code></pre>
</div>
</details>
<details class="m-details">
<summary>frameworks-mobile/Segmented.jsx · React · 49 行</summary>
<div class="m-code">
<div class="m-code-head"><span>frameworks-mobile/Segmented.jsx</span><button class="m-copy" type="button" data-copy="code-255">复制</button></div>
<pre id="code-255"><code>import React from 'react';
import './Segmented.css';
/* 分段器(移动端)— 规格 §38
2~5 个互斥选项横排,选中项是「白色滑块 + 品牌字色」,不是靠色相区分。
受控:本端不存选中值,只回传目标值 onChange,是否采纳由宿主决定。
每个选项是原生 button(整项可点、可键盘聚焦),role=radio 表达互斥语义。 */
export default function Segmented({
value = '',
options = [],
size = 'default',
block = false,
disabled = false,
label = '分段选择',
onChange,
}) {
const cls =
'kole-m-segmented' +
` kole-m-segmented--${size}` +
(block ? ' kole-m-segmented--block' : '') +
(disabled ? ' is-disabled' : '');
return (
&lt;div className={cls} role=&quot;radiogroup&quot; aria-label={label} aria-disabled={disabled ? 'true' : undefined}&gt;
{options.map((op) =&gt; {
const active = op.value === value;
const off = disabled || !!op.disabled;
return (
&lt;button
key={op.value}
className={'kole-m-segmented__item' + (active ? ' is-active' : '')}
type=&quot;button&quot;
role=&quot;radio&quot;
aria-checked={active ? 'true' : 'false'}
data-value={op.value}
disabled={off}
onClick={() =&gt; {
if (off || active) return;
if (onChange) onChange(op.value);
}}
&gt;
{op.label}
&lt;/button&gt;
);
})}
&lt;/div&gt;
);
}
</code></pre>
</div>
</details>
<details class="m-details">
<summary>frameworks-mobile/Segmented.vue2.vue · Vue 2 · 49 行</summary>
<div class="m-code">
<div class="m-code-head"><span>frameworks-mobile/Segmented.vue2.vue</span><button class="m-copy" type="button" data-copy="code-256">复制</button></div>
<pre id="code-256"><code>&lt;template&gt;
&lt;div class=&quot;kole-m-segmented&quot; :class=&quot;segClass&quot; role=&quot;radiogroup&quot; :aria-label=&quot;label&quot;
:aria-disabled=&quot;disabled ? 'true' : null&quot;&gt;
&lt;button
v-for=&quot;op in options&quot;
:key=&quot;op.value&quot;
class=&quot;kole-m-segmented__item&quot;
:class=&quot;{ 'is-active': op.value === value }&quot;
type=&quot;button&quot;
role=&quot;radio&quot;
:aria-checked=&quot;op.value === value ? 'true' : 'false'&quot;
:data-value=&quot;op.value&quot;
:disabled=&quot;disabled || !!op.disabled&quot;
@click=&quot;onItemClick(op)&quot;
&gt;{{ op.label }}&lt;/button&gt;
&lt;/div&gt;
&lt;/template&gt;
&lt;script&gt;
export default {
name: 'KoleMSegmented',
props: {
value: { type: String, default: '' },
options: { type: Array, default: function () { return []; } },
size: { type: String, default: 'default' },
block: { type: Boolean, default: false },
disabled: { type: Boolean, default: false },
label: { type: String, default: '分段选择' }
},
computed: {
segClass: function () {
return [
'kole-m-segmented--' + this.size,
this.block ? 'kole-m-segmented--block' : '',
this.disabled ? 'is-disabled' : ''
].filter(Boolean);
}
},
methods: {
onItemClick: function (op) {
if (this.disabled || op.disabled || op.value === this.value) return;
this.$emit('change', op.value);
}
}
};
&lt;/script&gt;
&lt;style src=&quot;./Segmented.css&quot;&gt;&lt;/style&gt;
</code></pre>
</div>
</details>
<details class="m-details">
<summary>frameworks-mobile/Segmented.vue3.vue · Vue 3 · 45 行</summary>
<div class="m-code">
<div class="m-code-head"><span>frameworks-mobile/Segmented.vue3.vue</span><button class="m-copy" type="button" data-copy="code-257">复制</button></div>
<pre id="code-257"><code>&lt;template&gt;
&lt;div class=&quot;kole-m-segmented&quot; :class=&quot;segClass&quot; role=&quot;radiogroup&quot; :aria-label=&quot;label&quot;
:aria-disabled=&quot;disabled ? 'true' : null&quot;&gt;
&lt;button
v-for=&quot;op in options&quot;
:key=&quot;op.value&quot;
class=&quot;kole-m-segmented__item&quot;
:class=&quot;{ 'is-active': op.value === value }&quot;
type=&quot;button&quot;
role=&quot;radio&quot;
:aria-checked=&quot;op.value === value ? 'true' : 'false'&quot;
:data-value=&quot;op.value&quot;
:disabled=&quot;disabled || !!op.disabled&quot;
@click=&quot;onItemClick(op)&quot;
&gt;{{ op.label }}&lt;/button&gt;
&lt;/div&gt;
&lt;/template&gt;
&lt;script setup&gt;
import { computed } from 'vue';
const props = defineProps({
value: { type: String, default: '' },
options: { type: Array, default: () =&gt; [] },
size: { type: String, default: 'default' },
block: { type: Boolean, default: false },
disabled: { type: Boolean, default: false },
label: { type: String, default: '分段选择' }
});
const emit = defineEmits(['change']);
const segClass = computed(() =&gt; [
`kole-m-segmented--${props.size}`,
props.block ? 'kole-m-segmented--block' : '',
props.disabled ? 'is-disabled' : ''
].filter(Boolean));
function onItemClick(op) {
if (props.disabled || op.disabled || op.value === props.value) return;
emit('change', op.value);
}
&lt;/script&gt;
&lt;style src=&quot;./Segmented.css&quot;&gt;&lt;/style&gt;
</code></pre>
</div>
</details>
<details class="m-details">
<summary>frameworks-mobile/Segmented.uniapp.vue · uni-app(跨端:小程序 / App / H5) · 101 行</summary>
<div class="m-code">
<div class="m-code-head"><span>frameworks-mobile/Segmented.uniapp.vue</span><button class="m-copy" type="button" data-copy="code-258">复制</button></div>
<pre id="code-258"><code>&lt;template&gt;
&lt;view class=&quot;kole-m-segmented&quot; :class=&quot;segClass&quot; :role=&quot;'radiogroup'&quot; :aria-label=&quot;label&quot;
:aria-disabled=&quot;disabled ? 'true' : 'false'&quot;&gt;
&lt;view
v-for=&quot;op in options&quot;
:key=&quot;op.value&quot;
class=&quot;kole-m-segmented__item&quot;
:class=&quot;{ 'is-active': op.value === value }&quot;
role=&quot;radio&quot;
:aria-checked=&quot;op.value === value ? 'true' : 'false'&quot;
:aria-disabled=&quot;disabled || op.disabled ? 'true' : 'false'&quot;
:data-value=&quot;op.value&quot;
@tap=&quot;onItemTap(op)&quot;
&gt;
&lt;text class=&quot;kole-m-segmented__label&quot;&gt;{{ op.label }}&lt;/text&gt;
&lt;/view&gt;
&lt;/view&gt;
&lt;/template&gt;
&lt;script setup&gt;
/* uni-app 端 · 分段器(移动端)— 规格 §38
跨端差异:选项用 view + role=&quot;radio&quot;(小程序没有 button 的原生 radio 语义),
点击用 @tap;尺寸用 rpx(2rpx ≈ 1px,88rpx = 44px 触控最小边长)。
受控:本端不存选中值,只回传 change。 */
import { computed } from 'vue';
const props = defineProps({
value: { type: String, default: '' },
options: { type: Array, default: () =&gt; [] },
size: { type: String, default: 'default' },
block: { type: Boolean, default: false },
disabled: { type: Boolean, default: false },
label: { type: String, default: '分段选择' }
});
const emit = defineEmits(['change']);
const segClass = computed(() =&gt; [
`kole-m-segmented--${props.size}`,
props.block ? 'kole-m-segmented--block' : '',
props.disabled ? 'is-disabled' : ''
].filter(Boolean));
function onItemTap(op) {
if (props.disabled || op.disabled || op.value === props.value) return;
emit('change', op.value);
}
&lt;/script&gt;
&lt;style&gt;
.kole-m-segmented {
--kole-m-segmented-height: 88rpx;
--kole-m-segmented-padding: 4rpx;
--kole-m-segmented-radius: 8rpx;
--kole-m-font-size-label: 28rpx;
position: relative;
box-sizing: border-box;
display: flex;
align-items: stretch;
padding: var(--kole-m-segmented-padding);
border-radius: var(--kole-m-segmented-radius);
background-color: var(--kole-color-table-header-bg);
color: var(--kole-color-text-body);
font-size: var(--kole-m-font-size-label);
}
.kole-m-segmented--block { width: 100%; }
.kole-m-segmented--block .kole-m-segmented__item { flex: 1; }
.kole-m-segmented--default { --kole-m-segmented-height: 88rpx; }
.kole-m-segmented--small { --kole-m-segmented-height: 64rpx; }
.kole-m-segmented__item {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
min-width: 0;
height: var(--kole-m-segmented-height);
padding: 0 32rpx;
border-radius: 6rpx;
color: var(--kole-color-text-secondary);
}
.kole-m-segmented__label { line-height: 1; }
.kole-m-segmented__item.is-active {
background-color: var(--kole-color-card-bg);
color: var(--kole-color-brand);
}
.kole-m-segmented.is-disabled .kole-m-segmented__item {
color: var(--kole-color-text-disabled);
}
.kole-m-segmented.is-disabled .kole-m-segmented__item.is-active {
background-color: var(--kole-color-disabled-bg);
color: var(--kole-color-text-disabled);
}
&lt;/style&gt;
</code></pre>
</div>
</details>
</section>
<section class="m-block">
<h2 id="tests">测试与回归</h2>
<p class="m-sub">断言在真实的 375×640 设备帧里跑(引擎与 PC 侧共用 <code>tests/_runtime.js</code>,触控行为动词来自移动端 <code>tests/mobile/_behaviors.js</code>)。</p>
<p>
<span class="m-status pass">断言 19 条 · 全部通过</span>
<span class="m-status">报告 2026-09-22 03:04:00</span>
</p>
<div class="m-code">
<div class="m-code-head"><span>复现命令</span><button class="m-copy" type="button" data-copy="code-test">复制</button></div>
<pre id="code-test"><code>node site/dev-server.js &amp;
REG_BASE=http://127.0.0.1:3311 node tools/run-mobile-regression.mjs # 全量 5 个组件
npm run verify:mobile-docs # 本页内容完整性 + API 与源码一致性</code></pre>
</div>
</section>
<section class="m-block">
<h2 id="contract">设计契约</h2>
<details class="m-details">
<summary>components/mobile-segmented.json(点击展开原始 JSON)</summary>
<div class="m-code"><pre><code>{
"schemaVersion": 1,
"sourceKind": "authored-spec",
"provenance": "authored-in-repo",
"specFile": "spec/移动端规格.md",
"specSection": "38 · 分段器 Segmented",
"confidence": "high",
"slug": "mobile-segmented",
"name": "分段器 Segmented",
"semanticTypeCandidates": [
"segmented-control",
"tab-switcher",
"radio-group"
],
"variantDimensions": [
{
"name": "size",
"values": [
"default",
"small"
]
},
{
"name": "block",
"values": [
"false",
"true"
]
}
],
"representativeVariants": [
{
"size": "default",
"block": "false",
"label": "三项基础(44px 高,宽度随内容)"
},
{
"size": "default",
"block": "true",
"label": "等分铺满(与筛选条同宽)"
},
{
"size": "small",
"block": "false",
"label": "小尺寸(32px 高,卡片内次级筛选)"
}
],
"anatomy": {
"segmented": "容器,浅底 + 内边距,横向排列选项;role=\"radiogroup\" 并带 aria-label 说明这组在选什么",
"item": "单个选项,原生 button + role=\"radio\"(整项可点、可键盘聚焦),data-value 携带取值",
"label": "选项文字(可含装饰图标,图标 aria-hidden 由文字承担语义)"
},
"structurePatterns": {
"size": "default 44px / small 32px(卡片内次级筛选)",
"block": "false 宽度随内容 / true 占满容器且各项等分",
"状态类": "is-active 选中 / is-disabled 整段禁用"
},
"usageHints": [
"在 2~5 个互斥选项里选一个,并让「当前选的是哪个」一眼可见(订单状态、时间范围、列表/网格视图切换)",
"触屏没有悬停预告,所以选中项必须靠形态(白底滑块 + 阴影)而非色相区分",
"选中态是视觉与属性的双向同步:除类名外必须同时更新 aria-checked",
"选中项再次点击不重复触发 change(值未变不发事件)",
"受控:组件不存值,只回传目标值 change;宿主不采纳时视觉不变化"
],
"doNotInvent": [
"多选(同时选中多个)—— 需要多选时改用标签组或多选框",
"选项的横向滚动、换行与「更多」折叠(超过 5 个应换组件)",
"选中项的下划线滑块动画(那是标签栏的视觉语言,不是分段器)",
"选项禁用条件与业务权限的判断"
],
"unknowns": [
"选项数量上限是否应硬约束在 5 个(当前只写建议,不做运行时拦截)",
"size=small 的命中区是否需要在纵向自动补到 44px",
"是否需要「滑动经过即选中」(当前只认轻点,滑动不选中)"
],
"interaction": [
"选项切换是一次轻点:点击后该项 is-active、同组其它项复位;不响应长按、双击与拖动",
"选中态是视觉与属性的双向同步:除类名外必须同时更新 aria-checked",
"每项热区高 ≥ 44px(size=small 时视觉 32px,但触摸命中区仍按 44px 计,纵向不留死区)",
"选中项再次点击不重复触发 change(值未变不发事件)",
"切换动效 120ms(--kole-duration-fast),prefers-reduced-motion 下瞬时切换"
],
"accessibility": [
"容器 role=\"radiogroup\" + aria-label;每个选项原生 button + role=\"radio\" + aria-checked",
"选项名称由文字承担;装饰性图标必须 aria-hidden=\"true\"",
"禁用时容器补 aria-disabled=\"true\",选项用原生 disabled",
"键盘:Tab 进入分组,左右方向键在选项间移动并选中"
],
"api": {
"source": "implementation",
"note": "props / events / slots 为 6 端实现的公共接口(说明文字取自规格对应小节)。字段名与各端源码逐名核对:node tools/verify-mobile-docs.mjs",
"requiredNote": "「必传」按严格定义:实现里**没有默认值**时才为 Y(本门禁逐条核对 props 与各端源码的默认值,防止契约与实现脱节)。",
"props": [
{
"name": "value",
"type": "string",
"default": "''",
"desc": "当前选中值(受控;与选项的 data-value 对应)(规格 §38.5)",
"required": false
},
{
"name": "options",
"type": "Array<{ value, label, disabled? }>",
"default": "[]",
"desc": "选项列表,2~5 个(规格 §38.2 item)",
"required": false
},
{
"name": "size",
"type": "'default' | 'small'",
"default": "'default'",
"desc": "变体 size:default 44px / small 32px(规格 §38.3)",
"required": false
},
{
"name": "block",
"type": "boolean",
"default": "false",
"desc": "变体 block:占满容器且各项等分(规格 §38.3)",
"required": false
},
{
"name": "disabled",
"type": "boolean",
"default": "false",
"desc": "整段禁用(规格 §38.4)",
"required": false
},
{
"name": "label",
"type": "string",
"default": "'分段选择'",
"desc": "这组选项在选什么的说明,落到 aria-label(规格 §38.6)",
"required": false
}
],
"events": [
{
"name": "change",
"params": "(value: string)",
"desc": "选中项变化时回传目标值;值未变不发事件(规格 §38.5)"
}
],
"slots": []
},
"variantClasses": {
"size": {
"default": [
".kole-m-segmented--default"
],
"small": [
".kole-m-segmented--small"
]
},
"block": {
"false": [],
"true": [
".kole-m-segmented--block"
]
}
},
"demos": [
{
"id": "basic",
"group": "01 组件类型",
"title": "基础用法",
"desc": "三项互斥:选中项是白底滑块 + 品牌字色,靠形态而不是色相区分;容器 data-value 随选中同步。",
"variant": "size=default"
},
{
"id": "block",
"group": "01 组件类型",
"title": "等分铺满",
"desc": "block=true:两项等分容器宽度,适合与筛选条同宽;选项少时也不出现半截空白。",
"variant": "block=true"
},
{
"id": "small",
"group": "01 组件类型",
"title": "小尺寸",
"desc": "size=small:32px 高,用于卡片内的次级筛选;视觉更矮但命中区仍按 44px 计。",
"variant": "size=small"
},
{
"id": "icon-text",
"group": "02 组件状态",
"title": "带图标",
"desc": "选项内容可含装饰图标;图标 aria-hidden,语义全部由文字承担,读屏不会读出符号。",
"variant": "选项含图标"
},
{
"id": "disabled",
"group": "02 组件状态",
"title": "禁用",
"desc": "整段置灰且不响应:选中项也不再高亮,点击与键盘都不改值,读屏播报不可用。",
"variant": "disabled=true"
}
],
"related": [
{
"slug": "tabbar",
"why": "切换的是页面级内容区且选项 ≥ 4 个时用底部标签栏,分段器只用于同一区块内的轻量切换"
},
{
"slug": "mobile-tag",
"why": "多选筛选条件用标签组(可同时选中多个),分段器只表达单选"
},
{
"slug": "mobile-radio",
"why": "选项需要文字说明或纵向排列时用单选框列表,横向挤在一行才用分段器"
}
]
}</code></pre></div>
</details>
</section>
<footer class="m-foot">
<p>生成物:本页由 <code>node tools/build-mobile.mjs</code> 从契约 <code>components/mobile-segmented.json</code> 与 6 端源码生成,请勿手改。</p>
<p>规格原文:<code>.design_library/kole-ui-mobile/spec/移动端规格.md</code> · 隔离门禁:<code>node tools/verify-mobile-isolation.mjs</code></p>
</footer>
</main>
</div>
<script>
(function () {
/* 左栏:≤1000px 默认收起(手机上不让导航占满一屏),跨断点时同步一次;不监听 resize,
免得跟用户手动的展开/收起抢状态。桌面不设 open 之外的动作。 */
var side = document.querySelector('details.m-side');
if (side && window.matchMedia) {
var mq = window.matchMedia('(max-width: 1000px)');
var sync = function () { if (mq.matches) side.removeAttribute('open'); else side.setAttribute('open', ''); };
sync();
if (mq.addEventListener) mq.addEventListener('change', sync);
else if (mq.addListener) mq.addListener(sync);
}
/* 单演示预览帧按内容高度自适应(同源可读 contentDocument;上限 360px、下限 140px)。
固定高度会在内容少的演示上留一大片空白(实测 SwipeCell 单个演示只用 ~120px)。 */
function fitDemoFrames() {
var frames = document.querySelectorAll('.m-demo-stage iframe');
Array.prototype.forEach.call(frames, function (f) {
var fit = function () {
try {
var d = f.contentDocument;
if (!d || !d.body) return;
/* 只量 body.scrollHeight:documentElement.scrollHeight 等于**帧视口高度**(html 撑满视口),
拿它做 max 会形成「帧高→视口高→量到的高度」反馈环,永远收敛在初始值(实测锁在 308px)。 */
var h = d.body.scrollHeight;
if (!h) h = d.documentElement ? d.documentElement.scrollHeight : 0;
if (!h) return;
f.style.height = Math.min(360, Math.max(140, h + 8)) + 'px';
} catch (e) { /* 跨源或未就绪:保持 CSS 兜底高度 */ }
};
f.addEventListener('load', function () { fit(); setTimeout(fit, 300); });
fit();
});
}
fitDemoFrames();
window.addEventListener('load', fitDemoFrames);
/* 主题模式(三态):与 PC 完全同一约定 —— localStorage[kole-mode] ∈ light|dark|auto,
auto 跟随系统,反色靠 html.kole-dark(令牌文件里已写好该组,两端共用一份令牌)。
用户在 PC 站选夜间,进移动端站也是夜间。 */
var MODE_KEY = 'kole-mode';
var MODE_LABEL = { light: '日间模式', dark: '夜间模式', auto: '自动模式' };
function readMode() {
try { var v = localStorage.getItem(MODE_KEY); if (v === 'light' || v === 'dark' || v === 'auto') return v; } catch (e) {}
return 'auto';
}
function systemDark() {
return !!(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches);
}
function applyMode(mode) {
var dark = mode === 'dark' || (mode === 'auto' && systemDark());
document.documentElement.classList.toggle('kole-dark', dark);
document.documentElement.style.colorScheme = dark ? 'dark' : 'light';
var cur = document.getElementById('m-mode-cur');
if (cur) cur.textContent = MODE_LABEL[mode] || MODE_LABEL.auto;
Array.prototype.forEach.call(document.querySelectorAll('.m-menu-opt'), function (o) {
o.setAttribute('aria-selected', o.getAttribute('data-mode') === mode ? 'true' : 'false');
});
/* 三态图标与 PC 同口径:显式选择时按时态给图标(日间=月亮 / 夜间=太阳),
自动模式下恒为「跟随系统」的显示器图标(此时两个显式图标都不显示)。 */
var moon = document.getElementById('m-icon-moon');
var sun = document.getElementById('m-icon-sun');
var auto = document.getElementById('m-icon-auto');
if (moon) moon.style.display = (mode === 'light') ? '' : 'none';
if (sun) sun.style.display = (mode === 'dark') ? '' : 'none';
if (auto) auto.style.display = (mode === 'auto') ? '' : 'none';
}
function bindModeMenu() {
var trigger = document.getElementById('m-mode-trigger');
var menu = document.getElementById('m-mode-menu');
if (!trigger || !menu) return;
var close = function (refocus) {
menu.classList.add('hidden'); trigger.setAttribute('aria-expanded', 'false');
if (refocus) trigger.focus();
};
trigger.addEventListener('click', function () {
var open = menu.classList.toggle('hidden');
trigger.setAttribute('aria-expanded', open ? 'false' : 'true');
});
trigger.addEventListener('keydown', function (e) {
if (e.key === 'Escape') close(true);
});
Array.prototype.forEach.call(menu.querySelectorAll('.m-menu-opt'), function (opt) {
opt.addEventListener('click', function () {
var mode = opt.getAttribute('data-mode');
try { localStorage.setItem(MODE_KEY, mode); } catch (e) {}
applyMode(mode);
close(true);
});
});
document.addEventListener('click', function (e) {
if (!menu.classList.contains('hidden') && !menu.contains(e.target) && !trigger.contains(e.target)) close(false);
});
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape' && !menu.classList.contains('hidden')) close(true);
});
/* 自动模式下跟随系统切换 */
if (window.matchMedia) {
var mq = window.matchMedia('(prefers-color-scheme: dark)');
var onChange = function () { if (readMode() === 'auto') applyMode('auto'); };
if (mq.addEventListener) mq.addEventListener('change', onChange);
else if (mq.addListener) mq.addListener(onChange);
}
applyMode(readMode());
}
bindModeMenu();
/* 版本下拉:与 PC 顶栏同一实现口径 —— 清单从部署根取(<prefix>/versions.json 与
<prefix>/site/versions.json 两份按序尝试,取有可用条目的那份),拿不到就退回不可点的
纯角标(data-single="1"),不留一个点不开的下拉。
清单不许把用户带去外站:path 只允许 ".."(站点根自身)或 x.y.z 快照目录名。 */
var VERSION_KEY_PATH = '..';
function isValidVersionPath(p) {
if (typeof p !== 'string' || !p.length || p.indexOf('\\') >= 0 || p.indexOf('//') >= 0) return false;
if (p === VERSION_KEY_PATH) return true;
return /^\d+\.\d+\.\d+$/.test(p);
}
/* 清单里的 path 相对部署根,".." = /site/、x.y.z = /x.y.z/site/。
当前页可能不在部署根下(快照页),故先还原部署根绝对路径再算回相对当前页。 */
function versionHref(absSite) {
var i = location.pathname.indexOf('/site/');
var prefix = i >= 0 ? location.pathname.slice(0, i) : '';
if (!prefix || absSite.indexOf(prefix + '/') !== 0) return absSite;
var rest = absSite.slice(prefix.length + 1);
var up = '';
var segs = prefix.slice(1).split('/');
for (var k = 0; k < segs.length; k++) up += "../";
return up + rest;
}
function buildVersionList(doc) {
var raw = doc && doc.versions;
if (!raw || !raw.length) return [];
var i = location.pathname.indexOf('/site/');
var prefix = i >= 0 ? location.pathname.slice(0, i) : '';
var list = [];
for (var k = 0; k < raw.length; k++) {
var v = raw[k] || {};
var ver = v.version ? String(v.version) : '';
var path = v.path ? String(v.path) : '';
if (!ver || !isValidVersionPath(path)) continue;
var absSite = (path === VERSION_KEY_PATH ? '' : '/' + path) + '/site/';
list.push({ version: ver, date: v.date ? String(v.date) : '', latest: !!v.latest, href: versionHref(absSite), absSite: absSite, current: false });
}
if (list.length) {
/* 当前版本 = 绝对路径上命中的最长前缀(最具体的那个)——与 PC 的判定一致,
快照页与根站点都能算对。 */
var here = location.pathname;
var best = -1;
for (var j = 0; j < list.length; j++) {
if (here.indexOf(list[j].absSite) === 0 && list[j].absSite.length > best) best = list[j].absSite.length;
}
for (var m = 0; m < list.length; m++) list[m].current = best >= 0 && list[m].absSite.length === best;
if (best < 0 && list[0]) list[0].current = true;
}
return list;
}
function bindVersionMenu() {
var trigger = document.getElementById('m-ver-trigger');
var menu = document.getElementById('m-ver-menu');
var chip = document.getElementById('m-ver');
if (!trigger || !menu) return;
var close = function (refocus) {
menu.classList.add('hidden'); trigger.setAttribute('aria-expanded', 'false');
if (refocus) trigger.focus();
};
var interactive = false;
var render = function (list) {
interactive = !!(list && list.length);
/* 只有清单拿不到才退回纯角标;只要有一版就是下拉(里面至少能看清当前是哪个版本) */
trigger.setAttribute('data-single', interactive ? '0' : '1');
if (!interactive) { menu.classList.add("hidden"); return; }
var cur = null;
for (var k = 0; k < list.length; k++) if (list[k].current) cur = list[k];
if (chip) chip.textContent = 'v' + ((cur && cur.version) || VERSION);
/* 重建选项(幂等:重复调用不会叠加) */
Array.prototype.slice.call(menu.querySelectorAll('.m-ver-opt')).forEach(function (n) { n.remove(); });
list.forEach(function (it) {
var opt = document.createElement('button');
opt.type = 'button'; opt.className = 'm-ver-opt'; opt.setAttribute('role', 'option');
opt.setAttribute('data-version', it.version);
opt.setAttribute('aria-selected', it.current ? 'true' : 'false');
var tag = it.current ? '当前浏览' : (it.latest ? '最新版' : (it.date || ''));
opt.innerHTML = '<span class="m-ver-opt-num">v' + it.version + '</span><span class="m-ver-opt-tag">' + tag + '</span>';
if (it.href) opt.setAttribute('data-href', it.href);
opt.addEventListener("click", function () {
if (!it.current && it.href) location.href = it.href;
else close(true);
});
menu.appendChild(opt);
});
};
trigger.addEventListener('click', function () {
if (!interactive) return;
if (menu.classList.contains('hidden')) { menu.classList.remove('hidden'); trigger.setAttribute('aria-expanded', 'true'); }
else close(false);
});
trigger.addEventListener('keydown', function (e) {
if (!interactive) return;
if (e.key === 'ArrowDown' || e.key === 'ArrowUp') { e.preventDefault(); menu.classList.remove('hidden'); trigger.setAttribute('aria-expanded', 'true'); }
else if (e.key === 'Escape') close(true);
});
document.addEventListener('click', function (e) {
if (!menu.classList.contains('hidden') && !menu.contains(e.target) && !trigger.contains(e.target)) close(false);
});
document.addEventListener('keydown', function (e) {
if (e.key === 'Escape' && !menu.classList.contains('hidden')) close(true);
});
/* 两份清单按序尝试(不并行:快照页那份必然 404,并行会把 404 记进控制台,
而站点门禁的「零控制台错误」是硬断言)。 */
if (!window.fetch || location.protocol === 'file:') return;
var i = location.pathname.indexOf('/site/');
if (i < 0) return;
var prefix = location.pathname.slice(0, i);
var urls = [prefix + '/versions.json', prefix + '/site/versions.json'];
var attempt = function (idx) {
if (idx >= urls.length) return;
fetch(urls[idx], { cache: 'no-store' })
.then(function (r) { if (!r.ok) throw new Error('HTTP ' + r.status); return r.json(); })
.then(function (doc) { var list = buildVersionList(doc); if (list.length) render(list); else attempt(idx + 1); })
.catch(function () { attempt(idx + 1); });
};
attempt(0);
}
bindVersionMenu();
function done(btn) {
var old = btn.textContent; btn.textContent = '已复制'; btn.classList.add('is-done');
setTimeout(function () { btn.textContent = old; btn.classList.remove('is-done'); }, 1200);
}
document.addEventListener('click', function (e) {
var btn = e.target && e.target.closest ? e.target.closest('.m-copy') : null;
if (!btn) return;
var src = document.getElementById(btn.getAttribute('data-copy') || '');
var text = src ? (src.innerText || src.textContent || '') : '';
if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(text).then(function () { done(btn); }, function () { fallback(btn, text); });
} else { fallback(btn, text); }
});
function fallback(btn, text) {
try {
var ta = document.createElement('textarea'); ta.value = text; ta.setAttribute('readonly', '');
ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta);
ta.select(); document.execCommand("copy"); document.body.removeChild(ta); done(btn);
} catch (err) { btn.textContent = '复制失败'; }
}
})();
</script>
</body>
</html>