opencode-skills-collection 4.0.35 → 4.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +13 -1
- package/bundled-skills/agent-evaluation-reporting/SKILL.md +136 -0
- package/bundled-skills/agent-harness-fault-injection/SKILL.md +250 -0
- package/bundled-skills/anti-ui-slop/SKILL.md +115 -0
- package/bundled-skills/audit-agent-run-evidence/SKILL.md +165 -0
- package/bundled-skills/boost-asio-pro/SKILL.md +172 -0
- package/bundled-skills/boost-asio-pro/references/build.md +88 -0
- package/bundled-skills/boost-asio-pro/references/classic-boost.md +33 -0
- package/bundled-skills/boost-asio-pro/references/coroutines.md +415 -0
- package/bundled-skills/boost-asio-pro/references/pre-cpp20.md +164 -0
- package/bundled-skills/boost-asio-pro/references/ssl.md +38 -0
- package/bundled-skills/cross-platform-contract-propagation-audit/SKILL.md +159 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +9 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/dsh-deepread/SKILL.md +200 -0
- package/bundled-skills/liuguang-banlan-ui/SKILL.md +135 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/favicon.svg +4 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/index.html +32 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/launcher.css +25 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/obsidian/index.html +179 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/obsidian/theme-config.js +105 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/obsidian/theme.css +107 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/opal/index.html +179 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/opal/theme-config.js +105 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/opal/theme.css +107 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/shared/base.css +423 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/shared/spectral-field.js +450 -0
- package/bundled-skills/liuguang-banlan-ui/assets/starter/shared/workbench.js +255 -0
- package/bundled-skills/liuguang-banlan-ui/references/style-contract.md +53 -0
- package/bundled-skills/liuguang-banlan-ui/references/verification.md +70 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/measure_preview.py +144 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/requirements.txt +2 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/scaffold_template.py +43 -0
- package/bundled-skills/liuguang-banlan-ui/scripts/validate_manifest.py +173 -0
- package/bundled-skills/multi-source-search/SKILL.md +139 -0
- package/bundled-skills/multi-source-search/references/report-schema.md +47 -0
- package/bundled-skills/multi-source-search/scripts/validate_report.py +221 -0
- package/bundled-skills/review-multi-agent-orchestration/SKILL.md +201 -0
- package/bundled-skills/ui-slop-score/SKILL.md +80 -0
- package/bundled-skills/using-lwc/LICENSE +201 -0
- package/bundled-skills/using-lwc/README.md +926 -0
- package/bundled-skills/using-lwc/README.zh-CN.md +836 -0
- package/bundled-skills/using-lwc/SKILL.md +156 -0
- package/bundled-skills/using-lwc/agents/openai.yaml +4 -0
- package/bundled-skills/using-lwc/assets/global-purpose.md +17 -0
- package/bundled-skills/using-lwc/assets/global-schema.md +28 -0
- package/bundled-skills/using-lwc/references/active-memory.md +81 -0
- package/bundled-skills/using-lwc/references/agent-onboarding.md +84 -0
- package/bundled-skills/using-lwc/references/code-graph.md +60 -0
- package/bundled-skills/using-lwc/references/core-memory.md +51 -0
- package/bundled-skills/using-lwc/references/document-conversion.md +53 -0
- package/bundled-skills/using-lwc/references/document-graph.md +58 -0
- package/bundled-skills/using-lwc/references/llm-wiki.md +75 -0
- package/bundled-skills/using-lwc/references/memory-policy.md +551 -0
- package/bundled-skills/using-lwc/references/operations-manual.md +503 -0
- package/bundled-skills/using-lwc/references/recovery-maintenance.md +53 -0
- package/bundled-skills/using-lwc/references/strong-context.md +54 -0
- package/bundled-skills/using-lwc/references/trigger-playbook.md +53 -0
- package/bundled-skills/using-lwc/references/word-graph.md +45 -0
- package/bundled-skills/using-lwc/scripts/bootstrap.sh +359 -0
- package/bundled-skills/using-lwc/scripts/install-lwc.sh +172 -0
- package/bundled-skills/youtube-summarizer/SKILL.md +21 -7
- package/bundled-skills/youtube-summarizer/scripts/extract-transcript.py +45 -12
- package/package.json +3 -2
- package/skills_index.json +268 -0
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="zh-CN">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
6
|
+
<meta name="description" content="参数化流光溢彩白完整 UI 模板">
|
|
7
|
+
<meta name="theme-color" content="#f7f7f4">
|
|
8
|
+
<title>Fieldnote · 流光溢彩白</title>
|
|
9
|
+
<link rel="icon" href="../favicon.svg" type="image/svg+xml">
|
|
10
|
+
<link rel="stylesheet" href="../shared/base.css">
|
|
11
|
+
<link rel="stylesheet" href="./theme.css">
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<canvas id="spectral-field" aria-hidden="true"></canvas>
|
|
15
|
+
<div class="app-shell">
|
|
16
|
+
<header class="topbar">
|
|
17
|
+
<div class="brand" aria-label="Fieldnote 首页">
|
|
18
|
+
<span class="brand-mark" aria-hidden="true"></span>
|
|
19
|
+
<span><strong>Fieldnote</strong><small>Research workspace</small></span>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="location">
|
|
22
|
+
<button id="menu-toggle" class="icon-button menu-toggle" type="button" aria-label="打开导航" aria-controls="sidebar" aria-expanded="false">
|
|
23
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M4 7h16M4 12h16M4 17h16"/></svg>
|
|
24
|
+
</button>
|
|
25
|
+
<span>北岸观察组</span><span class="location-separator">/</span><span id="page-location">今日概览</span>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="top-actions">
|
|
28
|
+
<button id="motion-toggle" class="button" type="button" aria-pressed="false">
|
|
29
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M8 5v14M16 5v14"/></svg><span>暂停环境</span>
|
|
30
|
+
</button>
|
|
31
|
+
<button id="parameter-toggle" class="button button-primary" type="button" aria-controls="parameter-panel" aria-expanded="false">
|
|
32
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M4 7h10M18 7h2M4 17h2M10 17h10M14 4v6M6 14v6"/></svg><span>参数</span>
|
|
33
|
+
</button>
|
|
34
|
+
</div>
|
|
35
|
+
</header>
|
|
36
|
+
|
|
37
|
+
<aside id="sidebar" class="sidebar" data-open="false" aria-hidden="true" inert aria-label="主导航">
|
|
38
|
+
<div class="sidebar-primary">
|
|
39
|
+
<p class="nav-label">Workspace</p>
|
|
40
|
+
<nav>
|
|
41
|
+
<button class="nav-item" type="button" data-location="今日概览" aria-current="page">
|
|
42
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M4 13h6V4H4v9Zm10 7h6V11h-6v9ZM4 20h6v-3H4v3Zm10-13h6V4h-6v3Z"/></svg>今日概览
|
|
43
|
+
</button>
|
|
44
|
+
<button class="nav-item" type="button" data-location="观察记录">
|
|
45
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M5 4h14v16H5zM8 8h8M8 12h8M8 16h5"/></svg>观察记录
|
|
46
|
+
</button>
|
|
47
|
+
<button class="nav-item" type="button" data-location="样本集合">
|
|
48
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="m12 3 8 4-8 4-8-4 8-4Zm-8 9 8 4 8-4M4 17l8 4 8-4"/></svg>样本集合
|
|
49
|
+
</button>
|
|
50
|
+
<button class="nav-item" type="button" data-location="观测位置">
|
|
51
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z"/><circle cx="12" cy="10" r="2.5"/></svg>观测位置
|
|
52
|
+
</button>
|
|
53
|
+
<button class="nav-item" type="button" data-location="归档">
|
|
54
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="M4 7h16v13H4zM3 4h18v3H3zM9 11h6"/></svg>归档
|
|
55
|
+
</button>
|
|
56
|
+
</nav>
|
|
57
|
+
<p class="nav-label">Saved views</p>
|
|
58
|
+
<nav>
|
|
59
|
+
<button class="nav-item" type="button" data-location="待复核">
|
|
60
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><circle cx="12" cy="12" r="8"/><path d="M12 8v5l3 2"/></svg>待复核 <span class="pane-count">06</span>
|
|
61
|
+
</button>
|
|
62
|
+
<button class="nav-item" type="button" data-location="本周标记">
|
|
63
|
+
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="m12 3 2.6 5.3 5.9.9-4.3 4.2 1 5.9-5.2-2.8-5.2 2.8 1-5.9-4.3-4.2 5.9-.9L12 3Z"/></svg>本周标记
|
|
64
|
+
</button>
|
|
65
|
+
</nav>
|
|
66
|
+
</div>
|
|
67
|
+
<div class="sidebar-footer">
|
|
68
|
+
<div class="account"><span class="account-orb" aria-hidden="true"></span><span><strong>林屿</strong><span>Field researcher</span></span></div>
|
|
69
|
+
</div>
|
|
70
|
+
</aside>
|
|
71
|
+
|
|
72
|
+
<main class="main">
|
|
73
|
+
<div class="main-inner">
|
|
74
|
+
<section class="page-head" aria-labelledby="page-title">
|
|
75
|
+
<div>
|
|
76
|
+
<p class="eyebrow"><span data-theme-name>流光溢彩白</span> · 现场资料工作台</p>
|
|
77
|
+
<h1 id="page-title">潮间带观测 · 第 18 批</h1>
|
|
78
|
+
<p class="page-summary">整理今日采样、复核异常记录,并在归档前保持时间、位置与样本关系完整。</p>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="status-cluster" role="status">
|
|
81
|
+
<span class="status-dot" aria-hidden="true"></span>
|
|
82
|
+
<span class="status-copy"><strong>同步完成</strong><span>21:36 · 18 项变更</span></span>
|
|
83
|
+
</div>
|
|
84
|
+
</section>
|
|
85
|
+
|
|
86
|
+
<section class="observation-band" aria-label="观测摘要">
|
|
87
|
+
<div class="band-title"><span>观测带</span><strong>北岸 · N37.22</strong></div>
|
|
88
|
+
<div class="metric"><span>有效记录</span><strong>128</strong></div>
|
|
89
|
+
<div class="metric"><span>待复核</span><strong>06</strong></div>
|
|
90
|
+
<div class="metric"><span>样本覆盖</span><strong>84.6%</strong></div>
|
|
91
|
+
<div class="metric"><span>窗口余量</span><strong>01:42</strong></div>
|
|
92
|
+
</section>
|
|
93
|
+
|
|
94
|
+
<section class="workbench" aria-label="观测工作区">
|
|
95
|
+
<section class="pane records-pane" aria-labelledby="records-title">
|
|
96
|
+
<div class="pane-head"><h2 id="records-title">记录队列</h2><span class="pane-count">12 / 128</span></div>
|
|
97
|
+
<div class="records" role="listbox" aria-label="观察记录">
|
|
98
|
+
<button class="record-row" type="button" role="option" aria-selected="true" data-title="潮池边缘 · 样本 042" data-time="19:42">
|
|
99
|
+
<span class="record-marker" style="--marker:var(--marker-cyan)"></span><span class="record-copy"><strong>潮池边缘 · 样本 042</strong><span>盐度偏移 · 已标记</span></span><span class="record-time">19:42</span>
|
|
100
|
+
</button>
|
|
101
|
+
<button class="record-row" type="button" role="option" data-title="岩缝剖面 · 样本 039" data-time="19:18">
|
|
102
|
+
<span class="record-marker" style="--marker:var(--marker-lilac)"></span><span class="record-copy"><strong>岩缝剖面 · 样本 039</strong><span>图像完整 · 待复核</span></span><span class="record-time">19:18</span>
|
|
103
|
+
</button>
|
|
104
|
+
<button class="record-row" type="button" role="option" data-title="浅滩网格 · 样本 036" data-time="18:53">
|
|
105
|
+
<span class="record-marker" style="--marker:var(--marker-gold)"></span><span class="record-copy"><strong>浅滩网格 · 样本 036</strong><span>位置已校正</span></span><span class="record-time">18:53</span>
|
|
106
|
+
</button>
|
|
107
|
+
<button class="record-row" type="button" role="option" data-title="背风侧 · 样本 031" data-time="18:21">
|
|
108
|
+
<span class="record-marker" style="--marker:var(--marker-rose)"></span><span class="record-copy"><strong>背风侧 · 样本 031</strong><span>缺少环境照片</span></span><span class="record-time">18:21</span>
|
|
109
|
+
</button>
|
|
110
|
+
<button class="record-row" type="button" role="option" data-title="南端标尺 · 样本 027" data-time="17:46">
|
|
111
|
+
<span class="record-marker" style="--marker:var(--marker-cyan)"></span><span class="record-copy"><strong>南端标尺 · 样本 027</strong><span>数据完整</span></span><span class="record-time">17:46</span>
|
|
112
|
+
</button>
|
|
113
|
+
</div>
|
|
114
|
+
</section>
|
|
115
|
+
|
|
116
|
+
<article class="pane detail-pane" aria-labelledby="record-title">
|
|
117
|
+
<div class="pane-head">
|
|
118
|
+
<div class="tab-list" role="tablist" aria-label="记录视图">
|
|
119
|
+
<button class="tab" type="button" role="tab" aria-selected="true" aria-controls="detail-copy" data-copy="水线后退约 1.8 米,潮池外缘出现连续盐度跃迁。样本表面保持湿润,未观察到明显扰动。建议与 18:53 的浅滩网格记录并列复核。">记录</button>
|
|
120
|
+
<button class="tab" type="button" role="tab" aria-selected="false" aria-controls="detail-copy" data-copy="关联了 4 张现场照片、2 个水质读数与 1 条位置修正。附件校验通过,原始文件已进入只读归档队列。">附件</button>
|
|
121
|
+
<button class="tab" type="button" role="tab" aria-selected="false" aria-controls="detail-copy" data-copy="19:47 完成盐度标签修正;20:12 补充观察者备注;21:03 进入批次复核队列。所有变更均保留原始记录。">变更</button>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
<div class="detail-title">
|
|
125
|
+
<h2 id="record-title">潮池边缘 · 样本 042</h2>
|
|
126
|
+
<div class="detail-meta"><span>记录时间 <strong id="record-time">19:42</strong></span><span>观察者 LY-04</span><span>定位误差 ±1.2 m</span></div>
|
|
127
|
+
</div>
|
|
128
|
+
<div class="detail-body">
|
|
129
|
+
<div class="field-notes">
|
|
130
|
+
<p id="detail-copy" role="tabpanel">水线后退约 1.8 米,潮池外缘出现连续盐度跃迁。样本表面保持湿润,未观察到明显扰动。建议与 18:53 的浅滩网格记录并列复核。</p>
|
|
131
|
+
<dl>
|
|
132
|
+
<div class="note-rule"><dt>表面温度</dt><dd>18.6 °C · 稳定</dd></div>
|
|
133
|
+
<div class="note-rule"><dt>盐度</dt><dd>31.8 PSU · 高于同批中位值 1.4</dd></div>
|
|
134
|
+
<div class="note-rule"><dt>基质</dt><dd>细砂与贝壳碎屑,局部附着藻膜</dd></div>
|
|
135
|
+
<div class="note-rule"><dt>复核建议</dt><dd>保留;与相邻网格交叉比对后归档</dd></div>
|
|
136
|
+
</dl>
|
|
137
|
+
</div>
|
|
138
|
+
<figure class="mini-map" aria-label="样本位置示意图">
|
|
139
|
+
<svg viewBox="0 0 180 220" fill="none" stroke="currentColor">
|
|
140
|
+
<path d="M-10 52c35-24 62-5 92-18 25-11 45-38 108-16M-10 92c42-24 71 2 103-13 34-16 58-32 97-19M-10 138c38-18 68 6 98-6 36-14 54-37 102-20M-10 181c35-16 68 4 101-7 30-10 61-27 99-16" opacity=".35"/>
|
|
141
|
+
<path d="M118 43c-9 19-25 36-23 59 2 27 30 37 24 65-4 17-19 27-28 43" stroke-width="2"/>
|
|
142
|
+
<circle cx="104" cy="119" r="5" fill="currentColor"/><circle cx="104" cy="119" r="12" opacity=".25"/>
|
|
143
|
+
</svg>
|
|
144
|
+
</figure>
|
|
145
|
+
</div>
|
|
146
|
+
</article>
|
|
147
|
+
|
|
148
|
+
<aside class="pane metadata-pane" aria-labelledby="metadata-title">
|
|
149
|
+
<div class="pane-head"><h2 id="metadata-title">记录属性</h2><span class="pane-count">verified</span></div>
|
|
150
|
+
<div class="metadata">
|
|
151
|
+
<section class="metadata-group"><h3>位置</h3><dl><div><dt>网格</dt><dd>N-18 / C4</dd></div><div><dt>纬度</dt><dd>37.2216</dd></div><div><dt>经度</dt><dd>121.0482</dd></div></dl></section>
|
|
152
|
+
<section class="metadata-group"><h3>采集</h3><dl><div><dt>批次</dt><dd>B-2026-0814</dd></div><div><dt>方法</dt><dd>surface</dd></div><div><dt>容器</dt><dd>V-042</dd></div></dl></section>
|
|
153
|
+
<section class="metadata-group"><h3>完整性</h3><dl><div><dt>字段</dt><dd>18 / 18</dd></div><div><dt>附件</dt><dd>04</dd></div><div><dt>校验</dt><dd>passed</dd></div></dl></section>
|
|
154
|
+
</div>
|
|
155
|
+
</aside>
|
|
156
|
+
</section>
|
|
157
|
+
</div>
|
|
158
|
+
</main>
|
|
159
|
+
</div>
|
|
160
|
+
|
|
161
|
+
<aside id="parameter-panel" class="parameter-panel" data-open="false" aria-hidden="true" inert aria-labelledby="parameter-title">
|
|
162
|
+
<div class="parameter-panel-head">
|
|
163
|
+
<div><p class="eyebrow">Parameter manifest</p><h2 id="parameter-title"><span data-theme-name>流光溢彩白</span>参数</h2><p><span id="preset-value"></span> · seed <span id="seed-value"></span> · <span id="renderer-value"></span></p></div>
|
|
164
|
+
<button id="parameter-close" class="icon-button" type="button" aria-label="关闭参数面板"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor"><path d="m6 6 12 12M18 6 6 18"/></svg></button>
|
|
165
|
+
</div>
|
|
166
|
+
<div id="parameter-controls" class="parameter-scroll"></div>
|
|
167
|
+
<div class="parameter-footer">
|
|
168
|
+
<button id="export-parameters" class="button button-primary" type="button">导出参数 JSON</button>
|
|
169
|
+
<button id="copy-parameters" class="button" type="button">复制 JSON</button>
|
|
170
|
+
<button id="reset-parameters" class="button" type="button">恢复预设</button>
|
|
171
|
+
</div>
|
|
172
|
+
</aside>
|
|
173
|
+
<div id="live-status" class="sr-only" role="status" aria-live="polite"></div>
|
|
174
|
+
|
|
175
|
+
<script src="./theme-config.js"></script>
|
|
176
|
+
<script src="../shared/spectral-field.js"></script>
|
|
177
|
+
<script src="../shared/workbench.js"></script>
|
|
178
|
+
</body>
|
|
179
|
+
</html>
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
window.SPECTRAL_THEME = {
|
|
2
|
+
schemaVersion: "1.0",
|
|
3
|
+
mode: "opal",
|
|
4
|
+
label: "流光溢彩白",
|
|
5
|
+
preset: "opal-fieldnote-v1",
|
|
6
|
+
seed: 48173,
|
|
7
|
+
overallColorIntensity: 0.82,
|
|
8
|
+
base: {
|
|
9
|
+
oklch: { l: 0.982, c: 0.004, h: 94 }
|
|
10
|
+
},
|
|
11
|
+
colors: [
|
|
12
|
+
{
|
|
13
|
+
id: "rose",
|
|
14
|
+
label: "贝壳玫瑰",
|
|
15
|
+
oklch: { l: 0.935, c: 0.047, h: 18 },
|
|
16
|
+
srgbFallback: "#f6e4eb",
|
|
17
|
+
intensity: 0.48,
|
|
18
|
+
peakOpacity: 0.082,
|
|
19
|
+
lightnessBias: 0.004,
|
|
20
|
+
fieldScale: 0.82,
|
|
21
|
+
phase: [0.13, 0.67],
|
|
22
|
+
measuredCoverage: null,
|
|
23
|
+
effectiveShare: null
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
id: "cyan",
|
|
27
|
+
label: "海玻璃青",
|
|
28
|
+
oklch: { l: 0.928, c: 0.043, h: 201 },
|
|
29
|
+
srgbFallback: "#dceff0",
|
|
30
|
+
intensity: 0.62,
|
|
31
|
+
peakOpacity: 0.078,
|
|
32
|
+
lightnessBias: 0.002,
|
|
33
|
+
fieldScale: 0.94,
|
|
34
|
+
phase: [0.78, 0.21],
|
|
35
|
+
measuredCoverage: null,
|
|
36
|
+
effectiveShare: null
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
id: "lilac",
|
|
40
|
+
label: "薄雾丁香",
|
|
41
|
+
oklch: { l: 0.925, c: 0.045, h: 304 },
|
|
42
|
+
srgbFallback: "#eee3f2",
|
|
43
|
+
intensity: 0.54,
|
|
44
|
+
peakOpacity: 0.076,
|
|
45
|
+
lightnessBias: 0.003,
|
|
46
|
+
fieldScale: 1.06,
|
|
47
|
+
phase: [0.39, 0.86],
|
|
48
|
+
measuredCoverage: null,
|
|
49
|
+
effectiveShare: null
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: "peach",
|
|
53
|
+
label: "暖珠杏",
|
|
54
|
+
oklch: { l: 0.94, c: 0.041, h: 62 },
|
|
55
|
+
srgbFallback: "#f6eadc",
|
|
56
|
+
intensity: 0.42,
|
|
57
|
+
peakOpacity: 0.071,
|
|
58
|
+
lightnessBias: 0.005,
|
|
59
|
+
fieldScale: 0.89,
|
|
60
|
+
phase: [0.92, 0.58],
|
|
61
|
+
measuredCoverage: null,
|
|
62
|
+
effectiveShare: null
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
id: "mint",
|
|
66
|
+
label: "浅潮薄荷",
|
|
67
|
+
oklch: { l: 0.936, c: 0.036, h: 159 },
|
|
68
|
+
srgbFallback: "#e2efe7",
|
|
69
|
+
intensity: 0.46,
|
|
70
|
+
peakOpacity: 0.068,
|
|
71
|
+
lightnessBias: 0.003,
|
|
72
|
+
fieldScale: 1.12,
|
|
73
|
+
phase: [0.24, 0.34],
|
|
74
|
+
measuredCoverage: null,
|
|
75
|
+
effectiveShare: null
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
id: "blue",
|
|
79
|
+
label: "远空蓝",
|
|
80
|
+
oklch: { l: 0.918, c: 0.050, h: 248 },
|
|
81
|
+
srgbFallback: "#d9e6f8",
|
|
82
|
+
intensity: 0.56,
|
|
83
|
+
peakOpacity: 0.090,
|
|
84
|
+
lightnessBias: 0.001,
|
|
85
|
+
fieldScale: 0.98,
|
|
86
|
+
phase: [0.63, 0.43],
|
|
87
|
+
measuredCoverage: null,
|
|
88
|
+
effectiveShare: null
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
field: {
|
|
92
|
+
scale: 1.08,
|
|
93
|
+
octaves: 4,
|
|
94
|
+
warpStrength: 0.32,
|
|
95
|
+
motionSpeed: 0.015,
|
|
96
|
+
staticTime: 1.73,
|
|
97
|
+
ditherStrength: 0.65,
|
|
98
|
+
luminanceCap: 0.98
|
|
99
|
+
},
|
|
100
|
+
output: {
|
|
101
|
+
colorSpace: "srgb",
|
|
102
|
+
p3Enhancement: "feature-detected",
|
|
103
|
+
reducedMotion: "frozen-calibrated-frame"
|
|
104
|
+
}
|
|
105
|
+
};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
@supports not (color: oklch(0% 0 0)) {
|
|
2
|
+
:root {
|
|
3
|
+
--app-canvas: #f7f7f4;
|
|
4
|
+
--app-wash: rgba(247, 247, 244, 0.18);
|
|
5
|
+
--topbar-surface: rgba(252, 252, 249, 0.76);
|
|
6
|
+
--sidebar-surface: rgba(250, 250, 247, 0.70);
|
|
7
|
+
--band-surface: rgba(251, 251, 248, 0.68);
|
|
8
|
+
--workbench-surface: rgba(252, 252, 249, 0.70);
|
|
9
|
+
--pane-surface: rgba(253, 253, 251, 0.66);
|
|
10
|
+
--panel-surface: rgba(250, 250, 247, 0.92);
|
|
11
|
+
--button-surface: rgba(255, 255, 255, 0.46);
|
|
12
|
+
--ink-primary: #293341;
|
|
13
|
+
--ink-secondary: #59616d;
|
|
14
|
+
--ink-tertiary: #808792;
|
|
15
|
+
--ink-muted: #9ba1aa;
|
|
16
|
+
--line-subtle: rgba(47, 55, 68, 0.075);
|
|
17
|
+
--line-default: rgba(47, 55, 68, 0.115);
|
|
18
|
+
--line-strong: rgba(43, 52, 66, 0.20);
|
|
19
|
+
--state-hover: rgba(255, 255, 255, 0.48);
|
|
20
|
+
--state-selected: rgba(213, 229, 238, 0.48);
|
|
21
|
+
--brand-mark: radial-gradient(circle at 35% 30%, #ffffff, #cfe5eb 42%, #e7d8ee);
|
|
22
|
+
--brand-mark-detail: rgba(58, 72, 84, 0.46);
|
|
23
|
+
--account-orb: linear-gradient(135deg, #cfe7e2, #e4d9ee);
|
|
24
|
+
--status-good: #328f70;
|
|
25
|
+
--status-good-wash: rgba(50, 143, 112, 0.13);
|
|
26
|
+
--active-rule: #477f91;
|
|
27
|
+
--focus-ring: #397d94;
|
|
28
|
+
--selection: rgba(131, 174, 194, 0.42);
|
|
29
|
+
--control-accent: #397b91;
|
|
30
|
+
--primary-surface: #29313e;
|
|
31
|
+
--primary-hover: #222936;
|
|
32
|
+
--primary-border: rgba(33, 40, 52, 0.70);
|
|
33
|
+
--primary-ink: #f7f7f4;
|
|
34
|
+
--scroll-thumb: rgba(42, 50, 64, 0.22);
|
|
35
|
+
--observation-ribbon: linear-gradient(90deg, rgba(221, 167, 174, 0.68), rgba(169, 216, 211, 0.72), rgba(204, 180, 220, 0.66), rgba(231, 207, 155, 0.62));
|
|
36
|
+
--workbench-shadow: 0 1px 2px rgba(35, 44, 58, 0.035), 0 8px 24px rgba(52, 62, 77, 0.035);
|
|
37
|
+
--panel-shadow: -12px 0 40px rgba(48, 56, 69, 0.10);
|
|
38
|
+
--mini-map: rgba(223, 236, 241, 0.62);
|
|
39
|
+
--marker-cyan: #6aaeb4;
|
|
40
|
+
--marker-rose: #d5969e;
|
|
41
|
+
--marker-lilac: #b997c5;
|
|
42
|
+
--marker-gold: #d9bb7c;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@supports (color: oklch(0% 0 0)) {
|
|
47
|
+
:root {
|
|
48
|
+
--app-canvas: oklch(98.2% 0.004 94);
|
|
49
|
+
--app-wash: oklch(99% 0.003 92 / 0.18);
|
|
50
|
+
--topbar-surface: oklch(99.2% 0.004 92 / 0.76);
|
|
51
|
+
--sidebar-surface: oklch(98.8% 0.005 92 / 0.70);
|
|
52
|
+
--band-surface: oklch(99.1% 0.006 92 / 0.68);
|
|
53
|
+
--workbench-surface: oklch(99.2% 0.004 94 / 0.70);
|
|
54
|
+
--pane-surface: oklch(99.5% 0.003 94 / 0.66);
|
|
55
|
+
--panel-surface: oklch(98.8% 0.007 95 / 0.92);
|
|
56
|
+
--button-surface: oklch(100% 0 0 / 0.46);
|
|
57
|
+
--ink-primary: oklch(24% 0.018 248);
|
|
58
|
+
--ink-secondary: oklch(40% 0.018 245);
|
|
59
|
+
--ink-tertiary: oklch(53% 0.014 246);
|
|
60
|
+
--ink-muted: oklch(63% 0.012 246);
|
|
61
|
+
--line-subtle: oklch(30% 0.02 246 / 0.075);
|
|
62
|
+
--line-default: oklch(30% 0.02 246 / 0.115);
|
|
63
|
+
--line-strong: oklch(26% 0.025 246 / 0.20);
|
|
64
|
+
--state-hover: oklch(100% 0 0 / 0.48);
|
|
65
|
+
--state-selected: oklch(91% 0.024 222 / 0.48);
|
|
66
|
+
--brand-mark: radial-gradient(circle at 35% 30%, oklch(100% 0 0), oklch(88% 0.055 201) 42%, oklch(86% 0.05 318));
|
|
67
|
+
--brand-mark-detail: oklch(40% 0.04 236 / 0.46);
|
|
68
|
+
--account-orb: linear-gradient(135deg, oklch(87% 0.05 198), oklch(91% 0.04 315));
|
|
69
|
+
--status-good: oklch(58% 0.11 158);
|
|
70
|
+
--status-good-wash: oklch(58% 0.11 158 / 0.13);
|
|
71
|
+
--active-rule: oklch(54% 0.08 216);
|
|
72
|
+
--focus-ring: oklch(55% 0.11 222);
|
|
73
|
+
--selection: oklch(78% 0.06 213 / 0.42);
|
|
74
|
+
--control-accent: oklch(57% 0.10 215);
|
|
75
|
+
--primary-surface: oklch(32% 0.025 240);
|
|
76
|
+
--primary-hover: oklch(27% 0.025 240);
|
|
77
|
+
--primary-border: oklch(25% 0.025 240 / 0.70);
|
|
78
|
+
--primary-ink: oklch(98% 0.004 95);
|
|
79
|
+
--scroll-thumb: oklch(35% 0.02 240 / 0.22);
|
|
80
|
+
--observation-ribbon: linear-gradient(90deg, oklch(72% 0.08 22 / 0.68), oklch(73% 0.07 193 / 0.72), oklch(72% 0.07 302 / 0.66), oklch(76% 0.07 75 / 0.62));
|
|
81
|
+
--workbench-shadow: 0 1px 2px oklch(20% 0.02 240 / 0.035), 0 8px 24px oklch(35% 0.03 240 / 0.035);
|
|
82
|
+
--panel-shadow: -12px 0 40px oklch(30% 0.03 240 / 0.10);
|
|
83
|
+
--mini-map: oklch(95% 0.014 204 / 0.62);
|
|
84
|
+
--marker-cyan: oklch(69% 0.09 196);
|
|
85
|
+
--marker-rose: oklch(72% 0.09 18);
|
|
86
|
+
--marker-lilac: oklch(68% 0.08 307);
|
|
87
|
+
--marker-gold: oklch(72% 0.08 81);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.field-fallback body {
|
|
92
|
+
background: var(
|
|
93
|
+
--field-fallback-background,
|
|
94
|
+
radial-gradient(ellipse at 12% 18%, rgba(207, 229, 235, 0.72), transparent 46%),
|
|
95
|
+
radial-gradient(ellipse at 78% 22%, rgba(239, 205, 210, 0.68), transparent 48%),
|
|
96
|
+
radial-gradient(ellipse at 44% 82%, rgba(225, 210, 238, 0.58), transparent 54%),
|
|
97
|
+
var(--app-canvas)
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@supports (color: oklch(0% 0 0)) {
|
|
102
|
+
@media (color-gamut: p3) {
|
|
103
|
+
:root {
|
|
104
|
+
--observation-ribbon: linear-gradient(90deg, oklch(72% 0.095 22 / 0.68), oklch(73% 0.085 193 / 0.72), oklch(72% 0.085 302 / 0.66), oklch(76% 0.082 75 / 0.62));
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|