Regression / regression (push) Canceled after 0s
安全:CHANGELOG.md 是仓库内部变更流水(含服务器目录、镜像回滚标签、内网网段、
部署时序、AI 工作流用语),此前被 build-site.ps1 / precompute.mjs / build-mobile.mjs
原样注入站点,而站点是公网可下载的静态文件 —— 抓一次 /site/m/changelog.html
即可拿到内网地址段与服务器目录布局。
- 新增 tools/lib/redact-publish.mjs(零依赖,构建期过滤,不改 CHANGELOG.md,
内部可追溯性完整保留)
- 接入 precompute.mjs(PC data.json/changelog.json)与 build-mobile.mjs
(移动端更新日志页);build-site.ps1 不碰(ASCII-only 铁律)
- 只处理 changelog 字段:components[].sources 是规范实现源码,逐字保真
(详情页代码区主动高亮注释,剥注释会破坏该功能)
- 实测消除:/opt/aurora-admin.prev-*、kole-ui-showcase:pre-*、docker compose、
192.168.5.7、16 位产物指纹、1531/1531、并发会话/本会话/派子 agent
- settings.html 演示占位 IP 192.168.5.0/24(= 真实网段)改为 RFC 5737 的 192.0.2.0/24
品牌:Kole Cup 饮料杯标记定稿(几何 K → 圆角杯盖 + 杯身负空间 K,无吸管),
brand-mark.json 升 schemaVersion 3(paths 支持 { d, evenodd }),
verify:brand 增至 25 条(新增 B9b:负空间必须带 fill-rule)。
验证:发布集 2465 文件全量扫描 0 泄露;PC 回归 100%(1464/1464) ·
移动端 100%(807/807);门禁品牌 25 / 隔离 31 / 移动文档 12 / 示例 9 / 版本 40 / i18n 17 全绿;
已按 AGENTS §九 发布公网,2461/2461 逐字节一致,五项验收全过。
已知未处理(既有缺口,ROADMAP S7-P28 已记录):data.mobile.json 的
meta.generated 为墙上时钟,会让 CI 的「生成物可复现」断言在重跑构建后永远非空;
该 CI 流水线本身亦从未通过(无 runner)。
1403 lines
70 KiB
HTML
1403 lines
70 KiB
HTML
<!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>通知栏 NoticeBar — Kole UI Mobile</title>
|
||
<meta name="description" content="通知栏 NoticeBar:移动端组件(6 端实现:CSS / H5 原生 / React / Vue 2 / Vue 3 / uni-app)。与 PC 端物理隔离:类名 kole-m-、令牌 --kole-m-。规格来源:移动端规格 16 · 通知栏 NoticeBar。">
|
||
<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" href="mobile-segmented.html">分段器<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 is-active" href="mobile-noticebar.html" aria-current="page">通知栏<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;">NoticeBar</span></h1>
|
||
<p>在页面顶部或内容区之间横向滚动展示一条通告(如「系统维护通知」)</p>
|
||
<p style="margin-top: 8px;" class="m-chips">
|
||
<span class="m-chip m">反馈</span>
|
||
<span class="m-chip">规格 16 · 通知栏 NoticeBar</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><!-- ① 令牌:PC 令牌 + 移动端 --kole-m-* 合成单文件,引一次 -->
|
||
<link rel="stylesheet" href="kole-ui/mobile/tokens.css">
|
||
|
||
<!-- ② 本组件样式(全量则用 kole-ui/mobile/components/index.css) -->
|
||
<link rel="stylesheet" href="kole-ui/mobile/components/mobile-noticebar.css">
|
||
|
||
<!-- ③ 结构照抄下方任一演示块(类名与 6 端实现一致) --></code></pre>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="demo">演示</h2>
|
||
<p class="m-sub">每个演示都是真实渲染:预览帧加载 <code>frameworks-mobile/NoticeBar.html?demo=<id></code>(只显示该演示块),代码是该演示块在演示页里的原文,可复制。全部演示同屏可看 <a href="../../../frameworks-mobile/NoticeBar.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">tone=default</span></div>
|
||
<p class="m-demo-desc">品牌浅底 + 同族深字;容器带 role=status,读屏会朗读一次。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/NoticeBar.html?demo=basic" title="通知栏 NoticeBar · 基础通告" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 7 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/NoticeBar.html · basic</span><button class="m-copy" type="button" data-copy="code-demo-1">复制</button></div>
|
||
<pre id="code-demo-1"><code><section class="demo-block" data-demo="basic">
|
||
<p class="demo-label">基础通告(tone=default:品牌浅底,container 带 role=status 朗读一次)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--default" role="status" data-assert="noticebar-basic">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">▸</span>
|
||
<span class="kole-m-noticebar__text">系统将于今晚 23:00 进行例行维护,预计 30 分钟。</span>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<div class="m-demo" id="demo-closable">
|
||
<div class="m-demo-head"><span class="m-demo-title">可关闭</span><span class="m-chip">closable=true</span></div>
|
||
<p class="m-demo-desc">关闭按钮是原生 button、24×24 热区,aria-label 带上通告内容以便区分。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/NoticeBar.html?demo=closable" title="通知栏 NoticeBar · 可关闭" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 9 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/NoticeBar.html · closable</span><button class="m-copy" type="button" data-copy="code-demo-2">复制</button></div>
|
||
<pre id="code-demo-2"><code><section class="demo-block" data-demo="closable">
|
||
<p class="demo-label">可关闭(closable=true:关闭按钮是原生 button,热区 24×24,点后打标记)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--warning" id="noticebar-closable" role="status" data-assert="noticebar-closable">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">!</span>
|
||
<span class="kole-m-noticebar__text">当前有 3 笔订单即将超时,请尽快处理。</span>
|
||
<button class="kole-m-noticebar__close" type="button" aria-label="关闭通告:订单超时提醒"
|
||
data-behavior="click-sets-attr:#noticebar-closable|data-closed|true">✕</button>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<div class="m-demo" id="demo-scrollable">
|
||
<div class="m-demo-head"><span class="m-demo-title">跑马灯</span><span class="m-chip">scrollable=true</span></div>
|
||
<p class="m-demo-desc">文案超宽时横向循环滚动;系统开启「减少动态效果」时停止滚动并改为换行。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/NoticeBar.html?demo=scrollable" title="通知栏 NoticeBar · 跑马灯" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 12 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/NoticeBar.html · scrollable</span><button class="m-copy" type="button" data-copy="code-demo-3">复制</button></div>
|
||
<pre id="code-demo-3"><code><section class="demo-block" data-demo="scrollable">
|
||
<p class="demo-label">跑马灯(scrollable=true:文字超宽时横向滚动;reduced-motion 下停止并换行)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--scrollable" role="status" data-assert="noticebar-scrollable">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">▸</span>
|
||
<span class="kole-m-noticebar__text">
|
||
<span class="kole-m-noticebar__track">
|
||
<span class="kole-m-noticebar__seg">平台升级公告:新增批量导入与导出能力,历史数据无需迁移;如遇问题请联系客服。</span>
|
||
<span class="kole-m-noticebar__seg kole-m-noticebar__seg--dup" aria-hidden="true">平台升级公告:新增批量导入与导出能力,历史数据无需迁移;如遇问题请联系客服。</span>
|
||
</span>
|
||
</span>
|
||
</div>
|
||
</section></code></pre></div>
|
||
</details>
|
||
</div>
|
||
<h3 class="m-demo-group">02 组件状态</h3>
|
||
<div class="m-demo" id="demo-tone">
|
||
<div class="m-demo-head"><span class="m-demo-title">语义语气</span><span class="m-chip">tone=success|danger</span></div>
|
||
<p class="m-demo-desc">成功与失败语气用同族浅底,颜色之外还有图标区分,不只靠色相。</p>
|
||
<div class="m-demo-stage"><iframe src="../../../frameworks-mobile/NoticeBar.html?demo=tone" title="通知栏 NoticeBar · 语义语气" loading="lazy"></iframe></div>
|
||
<details class="m-details"><summary>查看代码(演示页原文 · 11 行)</summary>
|
||
<div class="m-code"><div class="m-code-head"><span>frameworks-mobile/NoticeBar.html · tone</span><button class="m-copy" type="button" data-copy="code-demo-4">复制</button></div>
|
||
<pre id="code-demo-4"><code><section class="demo-block" data-demo="tone">
|
||
<p class="demo-label">四种语气(tone=success / danger:浅底 + 同族深字,亮暗两态都达标)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--success" role="status" data-assert="noticebar-tone">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">✓</span>
|
||
<span class="kole-m-noticebar__text">本月账单已结清,感谢使用。</span>
|
||
</div>
|
||
<div class="kole-m-noticebar kole-m-noticebar--danger" role="status">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">!</span>
|
||
<span class="kole-m-noticebar__text">账号存在异地登录,建议立即修改密码。</span>
|
||
</div>
|
||
</section></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>tone</code></td><td><code>'default' | 'success' | 'warning' | 'danger'</code></td><td><code>'default'</code></td><td>变体 tone:四种语气(浅底 + 同族深字)(规格 §16.3)</td><td>N</td></tr>
|
||
<tr><td><code>scrollable</code></td><td><code>boolean</code></td><td><code>false</code></td><td>变体 scrollable:文字超宽时是否跑马灯(规格 §16.3)</td><td>N</td></tr>
|
||
<tr><td><code>closable</code></td><td><code>boolean</code></td><td><code>false</code></td><td>变体 closable:是否显示关闭按钮(规格 §16.3)</td><td>N</td></tr>
|
||
<tr><td><code>text</code></td><td><code>string</code></td><td><code>''</code></td><td>通告文字(规格 §16.2 text)</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>close</code></td><td><code>—</code></td><td>点击关闭按钮时触发;是否移除这条通告由宿主决定(规格 §16.5)</td></tr>
|
||
</tbody>
|
||
</table>
|
||
<h3 class="m-h3">插槽</h3>
|
||
<table class="m-table">
|
||
<thead><tr><th>名称</th><th>说明</th></tr></thead>
|
||
<tbody>
|
||
<tr><td><code>default</code></td><td>通告内容(与 text 二选一;text 优先)</td></tr>
|
||
</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-noticebar-icon-size</code></td><td><code>16px</code></td><td>组件内部默认值,可在业务侧覆盖</td></tr>
|
||
</tbody>
|
||
</table>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="usage">何时使用</h2>
|
||
<ul>
|
||
<li>在页面顶部或内容区之间横向滚动展示一条通告(如「系统维护通知」)</li>
|
||
<li>关闭按钮热区不小于 24×24(用负外边距扩展)</li>
|
||
<li>跑马灯在 prefers-reduced-motion: reduce 下停止滚动并改为换行显示(无障碍硬要求)</li>
|
||
<li>关闭动作只触发一次事件,是否移除由宿主决定</li>
|
||
<li>容器 role="status"(读屏会朗读一次通告)</li>
|
||
<li>跑马灯不得用 aria-live(滚动内容反复朗读会干扰)</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="interaction">交互与触控</h2>
|
||
<ul>
|
||
<li>关闭按钮热区不小于 24×24(用负外边距扩展)</li>
|
||
<li>跑马灯在 prefers-reduced-motion: reduce 下停止滚动并改为换行显示(无障碍硬要求)</li>
|
||
<li>关闭动作只触发一次事件,是否移除由宿主决定</li>
|
||
</ul>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="a11y">无障碍</h2>
|
||
<ul>
|
||
<li>容器 role="status"(读屏会朗读一次通告)</li>
|
||
<li>关闭按钮为原生 button 并带 aria-label</li>
|
||
<li>跑马灯不得用 aria-live(滚动内容反复朗读会干扰)</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="mobile-toast.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;">Toast</em></td><td>一次性结果反馈用轻提示;需要常驻在页面里的通告才用通知栏</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-divider.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;">Divider</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>滚动速度的可配置项</td></tr>
|
||
<tr><td><span class="m-chip">规格未定</span></td><td>通告文字的最大长度</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>noticebar</code></td><td>根容器</td></tr>
|
||
<tr><td><code>noticebar__icon</code></td><td>左侧喇叭图标</td></tr>
|
||
<tr><td><code>noticebar__text</code></td><td>通告文字(可滚动)</td></tr>
|
||
<tr><td><code>noticebar__close</code></td><td>可选关闭按钮</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>tone</code></td><td>default / success / warning / danger</td><td><div><b>default</b> <span class="m-cls">.kole-m-noticebar--default</span></div><div><b>success</b> <span class="m-cls">.kole-m-noticebar--success</span></div><div><b>warning</b> <span class="m-cls">.kole-m-noticebar--warning</span></div><div><b>danger</b> <span class="m-cls">.kole-m-noticebar--danger</span></div></td></tr>
|
||
<tr><td><code>scrollable</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-noticebar--scrollable</span></div></td></tr>
|
||
<tr><td><code>closable</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-noticebar__close</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>tone=default · scrollable=false · closable=false</code></td><td>基础通告</td></tr>
|
||
<tr><td><code>tone=warning · scrollable=false · closable=true</code></td><td>可关闭提醒</td></tr>
|
||
<tr><td><code>tone=default · scrollable=true · closable=false</code></td><td>跑马灯长通告</td></tr>
|
||
<tr><td><code>tone=success · scrollable=false · closable=false</code></td><td>成功语气</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-caption</span>
|
||
<span class="m-chip m" title="次级说明">--kole-m-font-size-label</span>
|
||
<span class="m-chip m" title="页面左右留白">--kole-m-gutter</span>
|
||
<span class="m-chip m" title="可点区域最小边长">--kole-m-touch-target</span>
|
||
<span class="m-chip inherit" title="品牌主色:主按钮、选中态、链接">--kole-color-brand</span>
|
||
<span class="m-chip inherit" title="品牌浅色背景:选中背景、标签背景、表格悬停">--kole-color-brand-bg</span>
|
||
<span class="m-chip inherit" title="错误色 · 5.57:1(原 #F5222D 仅 4.08:1)">--kole-color-error</span>
|
||
<span class="m-chip inherit" title="输入框聚焦外发光">--kole-color-focus-ring</span>
|
||
<span class="m-chip inherit" title="成功色 · 5.18:1(原 #52C41A 仅 2.27:1)">--kole-color-success</span>
|
||
<span class="m-chip inherit" title="表头背景">--kole-color-table-header-bg</span>
|
||
<span class="m-chip inherit" title="标签绿底">--kole-color-tag-green-bg</span>
|
||
<span class="m-chip inherit" title="警告色 · 5.87:1(原 #FAAD14 仅 1.90:1)">--kole-color-warning</span>
|
||
<span class="m-chip inherit" title="">--kole-font-family</span>
|
||
<span class="m-chip inherit" title="">--kole-space-48</span>
|
||
<span class="m-chip inherit" title="">--kole-space-8</span>
|
||
<span class="m-chip" title="组件级变量(可在业务侧覆盖)">--kole-m-noticebar-icon-size</span>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="m-block">
|
||
<h2 id="sources">6 端源码</h2>
|
||
<p class="m-sub">同一组件的六份实现(生产环境的类名与结构一致,差异只在技术栈写法与单位)。点开查看,右侧可复制。</p>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/NoticeBar.css · 纯样式(CSS) · 102 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/NoticeBar.css</span><button class="m-copy" type="button" data-copy="code-91">复制</button></div>
|
||
<pre id="code-91"><code>/* Kole UI Mobile · NoticeBar 样式 — 对齐移动端规格 §16
|
||
通知栏:浅底 + 同族字色;跑马灯在 prefers-reduced-motion: reduce 下停止滚动并换行显示。 */
|
||
|
||
.kole-m-noticebar {
|
||
--kole-m-noticebar-icon-size: 16px;
|
||
display: flex;
|
||
align-items: center;
|
||
gap: var(--kole-space-8);
|
||
box-sizing: border-box;
|
||
min-height: var(--kole-m-touch-target);
|
||
padding: var(--kole-space-8) var(--kole-m-gutter);
|
||
background: var(--kole-color-brand-bg);
|
||
color: var(--kole-color-brand);
|
||
font-family: var(--kole-font-family);
|
||
font-size: var(--kole-m-font-size-label);
|
||
line-height: 1.4;
|
||
overflow: hidden;
|
||
}
|
||
|
||
/* 变体 tone:四种语气(浅底 + 同族深字) */
|
||
.kole-m-noticebar--default { background: var(--kole-color-brand-bg); color: var(--kole-color-brand); }
|
||
.kole-m-noticebar--success { background: var(--kole-color-tag-green-bg); color: var(--kole-color-success); }
|
||
.kole-m-noticebar--warning { background: var(--kole-color-table-header-bg); color: var(--kole-color-warning); }
|
||
.kole-m-noticebar--danger { background: var(--kole-color-table-header-bg); color: var(--kole-color-error); }
|
||
|
||
.kole-m-noticebar__icon {
|
||
flex: 0 0 auto;
|
||
font-size: var(--kole-m-noticebar-icon-size);
|
||
line-height: 1;
|
||
}
|
||
|
||
.kole-m-noticebar__text {
|
||
flex: 1 1 auto;
|
||
min-width: 0;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
|
||
/* 变体 scrollable=true:文字超宽时跑马灯(内容用两段拼接实现无缝循环) */
|
||
.kole-m-noticebar--scrollable .kole-m-noticebar__text {
|
||
text-overflow: clip;
|
||
}
|
||
|
||
.kole-m-noticebar--scrollable .kole-m-noticebar__track {
|
||
display: inline-flex;
|
||
gap: var(--kole-space-48);
|
||
padding-inline-end: var(--kole-space-48);
|
||
white-space: nowrap;
|
||
animation: kole-m-noticebar-scroll 12s linear infinite;
|
||
}
|
||
|
||
@keyframes kole-m-noticebar-scroll {
|
||
from { transform: translateX(0); }
|
||
to { transform: translateX(-50%); }
|
||
}
|
||
|
||
/* 无障碍硬要求:减少动态偏好下停止滚动并允许换行(规格 §16.5) */
|
||
@media (prefers-reduced-motion: reduce) {
|
||
.kole-m-noticebar--scrollable .kole-m-noticebar__text {
|
||
white-space: normal;
|
||
}
|
||
.kole-m-noticebar--scrollable .kole-m-noticebar__track {
|
||
display: block;
|
||
animation: none;
|
||
padding-inline-end: 0;
|
||
}
|
||
/* 滚动形态下第二段是循环占位,静止时不该出现 */
|
||
.kole-m-noticebar--scrollable .kole-m-noticebar__track > .kole-m-noticebar__seg--dup {
|
||
display: none;
|
||
}
|
||
}
|
||
|
||
/* 关闭按钮:原生 button,24×24 热区(负外边距吸收,不撑高栏体) */
|
||
.kole-m-noticebar__close {
|
||
flex: 0 0 auto;
|
||
display: inline-flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-sizing: border-box;
|
||
width: 24px;
|
||
height: 24px;
|
||
margin-inline-end: calc(-1 * var(--kole-space-8));
|
||
padding: 0;
|
||
border: 0;
|
||
border-radius: 50%;
|
||
background: none;
|
||
color: inherit;
|
||
font-family: inherit;
|
||
font-size: var(--kole-m-font-size-caption);
|
||
line-height: 1;
|
||
cursor: pointer;
|
||
touch-action: manipulation;
|
||
}
|
||
|
||
.kole-m-noticebar__close:focus-visible {
|
||
outline: 2px solid var(--kole-color-focus-ring);
|
||
outline-offset: -2px;
|
||
}
|
||
|
||
.kole-m-noticebar__close:active { background: var(--kole-color-table-header-bg); }
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/NoticeBar.html · H5 原生(无框架) · 95 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/NoticeBar.html</span><button class="m-copy" type="button" data-copy="code-92">复制</button></div>
|
||
<pre id="code-92"><code><!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
||
<title>Kole UI Mobile · NoticeBar(H5)</title>
|
||
<link rel="stylesheet" href="../.design_library/kole-ui-mobile/colors_and_type.css">
|
||
<link rel="stylesheet" href="NoticeBar.css">
|
||
<style>
|
||
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-block[hidden] { display: none; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="demo">
|
||
<section class="demo-block" data-demo="basic">
|
||
<p class="demo-label">基础通告(tone=default:品牌浅底,container 带 role=status 朗读一次)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--default" role="status" data-assert="noticebar-basic">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">▸</span>
|
||
<span class="kole-m-noticebar__text">系统将于今晚 23:00 进行例行维护,预计 30 分钟。</span>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="closable">
|
||
<p class="demo-label">可关闭(closable=true:关闭按钮是原生 button,热区 24×24,点后打标记)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--warning" id="noticebar-closable" role="status" data-assert="noticebar-closable">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">!</span>
|
||
<span class="kole-m-noticebar__text">当前有 3 笔订单即将超时,请尽快处理。</span>
|
||
<button class="kole-m-noticebar__close" type="button" aria-label="关闭通告:订单超时提醒"
|
||
data-behavior="click-sets-attr:#noticebar-closable|data-closed|true">✕</button>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="scrollable">
|
||
<p class="demo-label">跑马灯(scrollable=true:文字超宽时横向滚动;reduced-motion 下停止并换行)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--scrollable" role="status" data-assert="noticebar-scrollable">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">▸</span>
|
||
<span class="kole-m-noticebar__text">
|
||
<span class="kole-m-noticebar__track">
|
||
<span class="kole-m-noticebar__seg">平台升级公告:新增批量导入与导出能力,历史数据无需迁移;如遇问题请联系客服。</span>
|
||
<span class="kole-m-noticebar__seg kole-m-noticebar__seg--dup" aria-hidden="true">平台升级公告:新增批量导入与导出能力,历史数据无需迁移;如遇问题请联系客服。</span>
|
||
</span>
|
||
</span>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="demo-block" data-demo="tone">
|
||
<p class="demo-label">四种语气(tone=success / danger:浅底 + 同族深字,亮暗两态都达标)</p>
|
||
<div class="kole-m-noticebar kole-m-noticebar--success" role="status" data-assert="noticebar-tone">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">✓</span>
|
||
<span class="kole-m-noticebar__text">本月账单已结清,感谢使用。</span>
|
||
</div>
|
||
<div class="kole-m-noticebar kole-m-noticebar--danger" role="status">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">!</span>
|
||
<span class="kole-m-noticebar__text">账号存在异地登录,建议立即修改密码。</span>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
<script>
|
||
/* 演示页交互:关闭按钮只打标记(真实业务里是否移除这条通告由宿主决定)。 */
|
||
(function () {
|
||
document.querySelectorAll('.kole-m-noticebar__close').forEach(function (btn) {
|
||
btn.addEventListener('click', function () {
|
||
var bar = btn.closest('.kole-m-noticebar');
|
||
if (bar) bar.setAttribute('data-closed', 'true');
|
||
});
|
||
});
|
||
})();
|
||
</script>
|
||
<script>
|
||
/* ?demo=<id> → 只显示该演示块(文档站按块预览用;无参数时全部显示,测试与回归走无参数路径) */
|
||
(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');
|
||
blocks.forEach(function (b) {
|
||
var label = b.querySelector('.demo-label');
|
||
if (label && !b.hidden) label.hidden = true;
|
||
});
|
||
})();
|
||
</script>
|
||
</body>
|
||
</html>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/NoticeBar.jsx · React · 53 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/NoticeBar.jsx</span><button class="m-copy" type="button" data-copy="code-93">复制</button></div>
|
||
<pre id="code-93"><code>import React from 'react';
|
||
import './NoticeBar.css';
|
||
|
||
/* 通知栏(移动端)— 规格 §16;容器 role=status(读屏朗读一次);
|
||
跑马灯在 prefers-reduced-motion 下由 CSS 停止滚动并换行(无障碍硬要求)。 */
|
||
export default function NoticeBar({
|
||
tone = 'default',
|
||
scrollable = false,
|
||
closable = false,
|
||
text = '',
|
||
onClose,
|
||
children = null,
|
||
}) {
|
||
const content = text || children;
|
||
const cls =
|
||
'kole-m-noticebar' +
|
||
` kole-m-noticebar--${tone}` +
|
||
(scrollable ? ' kole-m-noticebar--scrollable' : '');
|
||
|
||
return (
|
||
<div className={cls} role="status">
|
||
<span className="kole-m-noticebar__icon" aria-hidden="true">
|
||
▸
|
||
</span>
|
||
<span className="kole-m-noticebar__text">
|
||
{scrollable ? (
|
||
/* 无缝循环:两段相同文案,第二段是循环占位(静止时被 CSS 隐藏) */
|
||
<span className="kole-m-noticebar__track">
|
||
<span className="kole-m-noticebar__seg">{content}</span>
|
||
<span className="kole-m-noticebar__seg kole-m-noticebar__seg--dup" aria-hidden="true">
|
||
{content}
|
||
</span>
|
||
</span>
|
||
) : (
|
||
content
|
||
)}
|
||
</span>
|
||
{closable ? (
|
||
<button
|
||
className="kole-m-noticebar__close"
|
||
type="button"
|
||
aria-label={`关闭通告:${typeof content === 'string' ? content : ''}`}
|
||
onClick={() => {
|
||
if (onClose) onClose();
|
||
}}
|
||
>
|
||
✕
|
||
</button>
|
||
) : null}
|
||
</div>
|
||
);
|
||
}
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/NoticeBar.vue2.vue · Vue 2 · 60 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/NoticeBar.vue2.vue</span><button class="m-copy" type="button" data-copy="code-94">复制</button></div>
|
||
<pre id="code-94"><code><template>
|
||
<div class="kole-m-noticebar" :class="barClass" role="status">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">▸</span>
|
||
<span class="kole-m-noticebar__text">
|
||
<span v-if="scrollable" class="kole-m-noticebar__track">
|
||
<span class="kole-m-noticebar__seg">{{ content }}</span>
|
||
<span class="kole-m-noticebar__seg kole-m-noticebar__seg--dup" aria-hidden="true">{{ content }}</span>
|
||
</span>
|
||
<template v-else>{{ content }}</template>
|
||
</span>
|
||
<button
|
||
v-if="closable"
|
||
class="kole-m-noticebar__close"
|
||
type="button"
|
||
:aria-label="closeLabel"
|
||
@click="onCloseClick"
|
||
>✕</button>
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
name: 'KoleMNoticeBar',
|
||
props: {
|
||
tone: { type: String, default: 'default' },
|
||
scrollable: { type: Boolean, default: false },
|
||
closable: { type: Boolean, default: false },
|
||
text: { type: String, default: '' }
|
||
},
|
||
computed: {
|
||
content: function () {
|
||
if (this.text) return this.text;
|
||
var nodes = (this.$slots && this.$slots.default) || [];
|
||
return nodes
|
||
.map(function (n) {
|
||
return n.children && typeof n.children === 'string' ? n.children : '';
|
||
})
|
||
.join('');
|
||
},
|
||
barClass: function () {
|
||
return [
|
||
'kole-m-noticebar--' + this.tone,
|
||
this.scrollable ? 'kole-m-noticebar--scrollable' : ''
|
||
].filter(Boolean);
|
||
},
|
||
/* 关闭按钮的读屏名称带上通告内容,否则「✕」无法区分是哪一条(规格 §16.6) */
|
||
closeLabel: function () {
|
||
return '关闭通告:' + this.content;
|
||
}
|
||
},
|
||
methods: {
|
||
onCloseClick: function () {
|
||
this.$emit('close');
|
||
}
|
||
}
|
||
};
|
||
</script>
|
||
|
||
<style src="./NoticeBar.css"></style>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/NoticeBar.vue3.vue · Vue 3 · 53 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/NoticeBar.vue3.vue</span><button class="m-copy" type="button" data-copy="code-95">复制</button></div>
|
||
<pre id="code-95"><code><template>
|
||
<div class="kole-m-noticebar" :class="barClass" role="status">
|
||
<span class="kole-m-noticebar__icon" aria-hidden="true">▸</span>
|
||
<span class="kole-m-noticebar__text">
|
||
<span v-if="scrollable" class="kole-m-noticebar__track">
|
||
<span class="kole-m-noticebar__seg">{{ content }}</span>
|
||
<span class="kole-m-noticebar__seg kole-m-noticebar__seg--dup" aria-hidden="true">{{ content }}</span>
|
||
</span>
|
||
<template v-else>{{ content }}</template>
|
||
</span>
|
||
<button
|
||
v-if="closable"
|
||
class="kole-m-noticebar__close"
|
||
type="button"
|
||
:aria-label="closeLabel"
|
||
@click="onCloseClick"
|
||
>✕</button>
|
||
</div>
|
||
</template>
|
||
|
||
<script setup>
|
||
import { computed, useSlots } from 'vue';
|
||
|
||
const props = defineProps({
|
||
tone: { type: String, default: 'default' },
|
||
scrollable: { type: Boolean, default: false },
|
||
closable: { type: Boolean, default: false },
|
||
text: { type: String, default: '' }
|
||
});
|
||
const emit = defineEmits(['close']);
|
||
|
||
const slots = useSlots();
|
||
const content = computed(() => {
|
||
if (props.text) return props.text;
|
||
const nodes = slots.default ? slots.default() : [];
|
||
return nodes.map((n) => (typeof n.children === 'string' ? n.children : '')).join('');
|
||
});
|
||
|
||
const barClass = computed(() => [
|
||
`kole-m-noticebar--${props.tone}`,
|
||
props.scrollable ? 'kole-m-noticebar--scrollable' : ''
|
||
].filter(Boolean));
|
||
|
||
/* 关闭按钮的读屏名称带上通告内容,否则「✕」无法区分是哪一条(规格 §16.6) */
|
||
const closeLabel = computed(() => '关闭通告:' + content.value);
|
||
|
||
function onCloseClick() {
|
||
emit('close');
|
||
}
|
||
</script>
|
||
|
||
<style src="./NoticeBar.css"></style>
|
||
</code></pre>
|
||
</div>
|
||
</details>
|
||
<details class="m-details">
|
||
<summary>frameworks-mobile/NoticeBar.uniapp.vue · uni-app(跨端:小程序 / App / H5) · 115 行</summary>
|
||
<div class="m-code">
|
||
<div class="m-code-head"><span>frameworks-mobile/NoticeBar.uniapp.vue</span><button class="m-copy" type="button" data-copy="code-96">复制</button></div>
|
||
<pre id="code-96"><code><template>
|
||
<view class="kole-m-noticebar" :class="barClass" :role="'status'">
|
||
<text class="kole-m-noticebar__icon">▸</text>
|
||
<view class="kole-m-noticebar__text">
|
||
<view v-if="scrollable" class="kole-m-noticebar__track">
|
||
<text class="kole-m-noticebar__seg">{{ content }}</text>
|
||
<text class="kole-m-noticebar__seg kole-m-noticebar__seg--dup">{{ content }}</text>
|
||
</view>
|
||
<text v-else>{{ content }}</text>
|
||
</view>
|
||
<view
|
||
v-if="closable"
|
||
class="kole-m-noticebar__close"
|
||
role="button"
|
||
:aria-label="closeLabel"
|
||
@tap="onCloseTap"
|
||
><text>✕</text></view>
|
||
</view>
|
||
</template>
|
||
|
||
<script setup>
|
||
/* uni-app 端 · 通知栏(移动端)— 规格 §16
|
||
跨端差异:用 view / text;关闭按钮用 view + role="button" + aria-label,点击用 @tap;
|
||
尺寸用 rpx(2rpx ≈ 1px);跑马灯的 reduced-motion 降级由样式里的媒体查询承担。 */
|
||
import { computed, useSlots } from 'vue';
|
||
|
||
const props = defineProps({
|
||
tone: { type: String, default: 'default' },
|
||
scrollable: { type: Boolean, default: false },
|
||
closable: { type: Boolean, default: false },
|
||
text: { type: String, default: '' }
|
||
});
|
||
const emit = defineEmits(['close']);
|
||
|
||
const slots = useSlots();
|
||
const content = computed(() => {
|
||
if (props.text) return props.text;
|
||
const nodes = slots.default ? slots.default() : [];
|
||
return nodes.map((n) => (typeof n.children === 'string' ? n.children : '')).join('');
|
||
});
|
||
|
||
const barClass = computed(() => [
|
||
`kole-m-noticebar--${props.tone}`,
|
||
props.scrollable ? 'kole-m-noticebar--scrollable' : ''
|
||
].filter(Boolean));
|
||
|
||
/* 关闭按钮的读屏名称带上通告内容,否则「✕」无法区分是哪一条(规格 §16.6) */
|
||
const closeLabel = computed(() => '关闭通告:' + content.value);
|
||
|
||
function onCloseTap() {
|
||
emit('close');
|
||
}
|
||
</script>
|
||
|
||
<style>
|
||
.kole-m-noticebar {
|
||
--kole-m-noticebar-icon-size: 32rpx;
|
||
--kole-m-touch-target: 88rpx;
|
||
--kole-m-font-size-label: 28rpx;
|
||
--kole-m-font-size-caption: 22rpx;
|
||
--kole-m-gutter: 32rpx;
|
||
display: flex;
|
||
align-items: center;
|
||
box-sizing: border-box;
|
||
min-height: var(--kole-m-touch-target);
|
||
padding: 16rpx var(--kole-m-gutter);
|
||
background-color: var(--kole-color-brand-bg);
|
||
color: var(--kole-color-brand);
|
||
font-size: var(--kole-m-font-size-label);
|
||
overflow: hidden;
|
||
}
|
||
|
||
.kole-m-noticebar--default { background-color: var(--kole-color-brand-bg); color: var(--kole-color-brand); }
|
||
.kole-m-noticebar--success { background-color: var(--kole-color-tag-green-bg); color: var(--kole-color-success); }
|
||
.kole-m-noticebar--warning { background-color: var(--kole-color-table-header-bg); color: var(--kole-color-warning); }
|
||
.kole-m-noticebar--danger { background-color: var(--kole-color-table-header-bg); color: var(--kole-color-error); }
|
||
|
||
.kole-m-noticebar__icon {
|
||
flex-shrink: 0;
|
||
margin-right: 16rpx;
|
||
font-size: var(--kole-m-noticebar-icon-size);
|
||
}
|
||
|
||
.kole-m-noticebar__text {
|
||
flex: 1;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
|
||
.kole-m-noticebar--scrollable .kole-m-noticebar__track {
|
||
display: flex;
|
||
white-space: nowrap;
|
||
}
|
||
|
||
.kole-m-noticebar__seg {
|
||
flex-shrink: 0;
|
||
padding-right: 96rpx;
|
||
}
|
||
|
||
.kole-m-noticebar__close {
|
||
flex-shrink: 0;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
box-sizing: border-box;
|
||
width: 48rpx;
|
||
height: 48rpx;
|
||
margin-right: -16rpx;
|
||
border-radius: 50%;
|
||
color: inherit;
|
||
font-size: var(--kole-m-font-size-caption);
|
||
}
|
||
</style>
|
||
</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">断言 15 条 · 全部通过</span>
|
||
<span class="m-status">报告 2026-09-22 23:01:05</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 &
|
||
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-noticebar.json(点击展开原始 JSON)</summary>
|
||
<div class="m-code"><pre><code>{
|
||
"schemaVersion": 1,
|
||
"sourceKind": "authored-spec",
|
||
"provenance": "authored-in-repo",
|
||
"specFile": "spec/移动端规格.md",
|
||
"confidence": "high",
|
||
"specSection": "16 · 通知栏 NoticeBar",
|
||
"slug": "mobile-noticebar",
|
||
"name": "通知栏 NoticeBar",
|
||
"semanticTypeCandidates": [
|
||
"notice",
|
||
"banner",
|
||
"marquee"
|
||
],
|
||
"variantDimensions": [
|
||
{
|
||
"name": "tone",
|
||
"values": [
|
||
"default",
|
||
"success",
|
||
"warning",
|
||
"danger"
|
||
]
|
||
},
|
||
{
|
||
"name": "scrollable",
|
||
"values": [
|
||
"false",
|
||
"true"
|
||
]
|
||
},
|
||
{
|
||
"name": "closable",
|
||
"values": [
|
||
"false",
|
||
"true"
|
||
]
|
||
}
|
||
],
|
||
"representativeVariants": [
|
||
{
|
||
"tone": "default",
|
||
"scrollable": "false",
|
||
"closable": "false",
|
||
"label": "基础通告"
|
||
},
|
||
{
|
||
"tone": "warning",
|
||
"scrollable": "false",
|
||
"closable": "true",
|
||
"label": "可关闭提醒"
|
||
},
|
||
{
|
||
"tone": "default",
|
||
"scrollable": "true",
|
||
"closable": "false",
|
||
"label": "跑马灯长通告"
|
||
},
|
||
{
|
||
"tone": "success",
|
||
"scrollable": "false",
|
||
"closable": "false",
|
||
"label": "成功语气"
|
||
}
|
||
],
|
||
"anatomy": {
|
||
"noticebar": "根容器",
|
||
"noticebar__icon": "左侧喇叭图标",
|
||
"noticebar__text": "通告文字(可滚动)",
|
||
"noticebar__close": "可选关闭按钮"
|
||
},
|
||
"structurePatterns": {
|
||
"tone": "default / success / warning / danger",
|
||
"scrollable": "false / true(文字超宽时是否跑马灯)",
|
||
"closable": "false / true"
|
||
},
|
||
"usageHints": [
|
||
"在页面顶部或内容区之间横向滚动展示一条通告(如「系统维护通知」)",
|
||
"关闭按钮热区不小于 24×24(用负外边距扩展)",
|
||
"跑马灯在 prefers-reduced-motion: reduce 下停止滚动并改为换行显示(无障碍硬要求)",
|
||
"关闭动作只触发一次事件,是否移除由宿主决定",
|
||
"容器 role=\"status\"(读屏会朗读一次通告)",
|
||
"跑马灯不得用 aria-live(滚动内容反复朗读会干扰)"
|
||
],
|
||
"doNotInvent": [
|
||
"多条通告的排队 / 轮播",
|
||
"滚动速度的可配置项"
|
||
],
|
||
"unknowns": [
|
||
"通告文字的最大长度",
|
||
"是否支持富文本"
|
||
],
|
||
"interaction": [
|
||
"关闭按钮热区不小于 24×24(用负外边距扩展)",
|
||
"跑马灯在 prefers-reduced-motion: reduce 下停止滚动并改为换行显示(无障碍硬要求)",
|
||
"关闭动作只触发一次事件,是否移除由宿主决定"
|
||
],
|
||
"accessibility": [
|
||
"容器 role=\"status\"(读屏会朗读一次通告)",
|
||
"关闭按钮为原生 button 并带 aria-label",
|
||
"跑马灯不得用 aria-live(滚动内容反复朗读会干扰)"
|
||
],
|
||
"api": {
|
||
"source": "implementation",
|
||
"note": "props / events / slots 为 6 端实现的公共接口(说明文字取自规格对应小节)。字段名与各端源码逐名核对:node tools/verify-mobile-docs.mjs",
|
||
"requiredNote": "「必传」按严格定义:实现里**没有默认值**时才为 Y(本门禁逐条核对 props 与各端源码的默认值,防止契约与实现脱节)。",
|
||
"props": [
|
||
{
|
||
"name": "tone",
|
||
"type": "'default' | 'success' | 'warning' | 'danger'",
|
||
"default": "'default'",
|
||
"desc": "变体 tone:四种语气(浅底 + 同族深字)(规格 §16.3)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "scrollable",
|
||
"type": "boolean",
|
||
"default": "false",
|
||
"desc": "变体 scrollable:文字超宽时是否跑马灯(规格 §16.3)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "closable",
|
||
"type": "boolean",
|
||
"default": "false",
|
||
"desc": "变体 closable:是否显示关闭按钮(规格 §16.3)",
|
||
"required": false
|
||
},
|
||
{
|
||
"name": "text",
|
||
"type": "string",
|
||
"default": "''",
|
||
"desc": "通告文字(规格 §16.2 text)",
|
||
"required": false
|
||
}
|
||
],
|
||
"events": [
|
||
{
|
||
"name": "close",
|
||
"params": "—",
|
||
"desc": "点击关闭按钮时触发;是否移除这条通告由宿主决定(规格 §16.5)"
|
||
}
|
||
],
|
||
"slots": [
|
||
{
|
||
"name": "default",
|
||
"desc": "通告内容(与 text 二选一;text 优先)"
|
||
}
|
||
]
|
||
},
|
||
"variantClasses": {
|
||
"tone": {
|
||
"default": [
|
||
".kole-m-noticebar--default"
|
||
],
|
||
"success": [
|
||
".kole-m-noticebar--success"
|
||
],
|
||
"warning": [
|
||
".kole-m-noticebar--warning"
|
||
],
|
||
"danger": [
|
||
".kole-m-noticebar--danger"
|
||
]
|
||
},
|
||
"scrollable": {
|
||
"false": [],
|
||
"true": [
|
||
".kole-m-noticebar--scrollable"
|
||
]
|
||
},
|
||
"closable": {
|
||
"false": [],
|
||
"true": [
|
||
".kole-m-noticebar__close"
|
||
]
|
||
}
|
||
},
|
||
"demos": [
|
||
{
|
||
"id": "basic",
|
||
"group": "01 组件类型",
|
||
"title": "基础通告",
|
||
"desc": "品牌浅底 + 同族深字;容器带 role=status,读屏会朗读一次。",
|
||
"variant": "tone=default"
|
||
},
|
||
{
|
||
"id": "closable",
|
||
"group": "01 组件类型",
|
||
"title": "可关闭",
|
||
"desc": "关闭按钮是原生 button、24×24 热区,aria-label 带上通告内容以便区分。",
|
||
"variant": "closable=true"
|
||
},
|
||
{
|
||
"id": "scrollable",
|
||
"group": "01 组件类型",
|
||
"title": "跑马灯",
|
||
"desc": "文案超宽时横向循环滚动;系统开启「减少动态效果」时停止滚动并改为换行。",
|
||
"variant": "scrollable=true"
|
||
},
|
||
{
|
||
"id": "tone",
|
||
"group": "02 组件状态",
|
||
"title": "语义语气",
|
||
"desc": "成功与失败语气用同族浅底,颜色之外还有图标区分,不只靠色相。",
|
||
"variant": "tone=success|danger"
|
||
}
|
||
],
|
||
"related": [
|
||
{
|
||
"slug": "mobile-toast",
|
||
"why": "一次性结果反馈用轻提示;需要常驻在页面里的通告才用通知栏"
|
||
},
|
||
{
|
||
"slug": "mobile-tag",
|
||
"why": "很短的状态词用标签;整句通告用通知栏"
|
||
},
|
||
{
|
||
"slug": "mobile-divider",
|
||
"why": "通知栏与内容区之间靠浅底与留白分隔,不必再插分割线"
|
||
}
|
||
]
|
||
}</code></pre></div>
|
||
</details>
|
||
</section>
|
||
|
||
<footer class="m-foot">
|
||
<p>生成物:本页由 <code>node tools/build-mobile.mjs</code> 从契约 <code>components/mobile-noticebar.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>
|