refactor: 修复知识库和操作指引

This commit is contained in:
2026-03-13 14:32:37 +08:00
parent bbe8e60646
commit 58f42de9df
88 changed files with 3387 additions and 2472 deletions

View File

@@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 1 - 打开光子光闸 PS1</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.step-image-container {
position: relative;
margin-bottom: 16px;
}
.step-image {
max-width: 100%;
height: auto;
border: 1px solid #e2e8f0;
border-radius: 8px;
display: block;
}
.annotation-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.annotation-box { stroke-width: 3; fill: none; }
.annotation-label { font-weight: bold; font-size: 16px; }
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
margin-bottom: 24px;
}
.step-content p { margin-bottom: 12px; }
</style>
</head>
<body>
<div class="step-title">步骤 1: 打开光子光闸 PS1</div>
<div class="step-image-container">
<img src="images/ps1-panel.jpg" alt="PS1 控制面板" class="step-image"
onerror="this.style.display='none'">
<svg class="annotation-layer">
<rect class="annotation-box" x="20%" y="15%" width="30%" height="25%" stroke="#f59e0b" />
<text class="annotation-label" x="21%" y="12%" fill="#f59e0b">PS1 开关位置</text>
</svg>
</div>
<div class="step-content">
<p>首先需要打开光子光闸 PS1。请问安全光闸 SS1 是否能打开?如果 SS1 无法打开需要先检查人员安全系统PSS状态。</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,92 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 2 - 搜索光学棚屋</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.step-image-container {
position: relative;
margin-bottom: 16px;
}
.step-image {
max-width: 100%;
height: auto;
border: 1px solid #e2e8f0;
border-radius: 8px;
display: block;
}
.annotation-layer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.annotation-box { stroke-width: 3; fill: none; }
.annotation-label { font-weight: bold; font-size: 16px; }
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
margin-bottom: 24px;
}
.step-content p { margin-bottom: 12px; }
.step-content ul { margin-left: 24px; margin-top: 12px; }
.step-content li { margin-bottom: 8px; }
</style>
</head>
<body>
<div class="step-title">步骤 2: 搜索光学棚屋</div>
<div class="step-image-container">
<img src="images/optics-hutch-layout.jpg" alt="光学棚屋布局图" class="step-image"
onerror="this.style.display='none'">
<svg class="annotation-layer">
<rect class="annotation-box" x="8%" y="20%" width="25%" height="20%" stroke="#3b82f6" />
<text class="annotation-label" x="9%" y="17%" fill="#3b82f6">前门12</text>
<rect class="annotation-box" x="60%" y="20%" width="25%" height="20%" stroke="#10b981" />
<text class="annotation-label" x="61%" y="17%" fill="#10b981">后门</text>
</svg>
</div>
<div class="step-content">
<p>光学棚屋设置了 2 种搜索顺序,请选择您要使用的搜索路径:</p>
<ul>
<li><strong>前门12</strong>:从前门进入,适合常规实验</li>
<li><strong>后门</strong>:从后门进入,适合特殊设备维护</li>
</ul>
</div>
</body>
</html>

View File

@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 3 - 前门12路径 - 检查设备状态</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.step-image-container {
position: relative;
margin-bottom: 16px;
}
.step-image {
max-width: 100%;
height: auto;
border: 1px solid #e2e8f0;
border-radius: 8px;
display: block;
}
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
margin-bottom: 24px;
}
.step-content p { margin-bottom: 12px; }
.step-content ol { margin-left: 24px; margin-top: 12px; }
.step-content li { margin-bottom: 8px; }
</style>
</head>
<body>
<div class="step-title">步骤 3: 前门12路径 - 检查设备状态</div>
<div class="step-image-container">
<img src="images/frontend-equipment.jpg" alt="前端设备" class="step-image"
onerror="this.style.display='none'">
</div>
<div class="step-content">
<p>从前门12进入后请检查以下设备状态</p>
<ol>
<li>白光挡板是否正常</li>
<li>单色器冷却水流量</li>
<li>光束位置监测器读数</li>
</ol>
</div>
</body>
</html>

View File

@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 3 - 后门路径 - 安全确认</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.step-image-container {
position: relative;
margin-bottom: 16px;
}
.step-image {
max-width: 100%;
height: auto;
border: 1px solid #e2e8f0;
border-radius: 8px;
display: block;
}
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
margin-bottom: 24px;
}
.step-content p { margin-bottom: 12px; }
.step-content ol { margin-left: 24px; margin-top: 12px; }
.step-content li { margin-bottom: 8px; }
.warning-box {
background: #fef3c7;
border-left: 4px solid #f59e0b;
padding: 12px;
margin: 16px 0;
border-radius: 4px;
}
.warning-box strong {
color: #d97706;
display: block;
margin-bottom: 8px;
}
</style>
</head>
<body>
<div class="step-title">步骤 3: 后门路径 - 安全确认</div>
<div class="step-image-container">
<img src="images/backdoor-safety.jpg" alt="后门安全区域" class="step-image"
onerror="this.style.display='none'">
</div>
<div class="step-content">
<p>从后门进入需要额外的安全确认:</p>
<ol>
<li>确认后门区域无人员</li>
<li>检查后门联锁状态</li>
<li>通知控制室操作人员</li>
</ol>
</div>
<div class="warning-box">
<strong>&#9888;&#65039; 注意</strong>
后门路径需要额外安全授权,请确保已通知控制室后再进入。
</div>
</body>
</html>

View File

@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 4 - 前门12路径 - 打开实验站光闸</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.step-image-container {
position: relative;
margin-bottom: 16px;
}
.step-image {
max-width: 100%;
height: auto;
border: 1px solid #e2e8f0;
border-radius: 8px;
display: block;
}
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
margin-bottom: 24px;
}
.step-content p { margin-bottom: 12px; }
</style>
</head>
<body>
<div class="step-title">步骤 4: 前门12路径 - 打开实验站光闸</div>
<div class="step-image-container">
<img src="images/ss2-panel.jpg" alt="SS2 控制面板" class="step-image"
onerror="this.style.display='none'">
</div>
<div class="step-content">
<p>确认所有设备状态正常后,打开实验站光闸 SS2。观察光束强度是否达到预期值。</p>
</div>
</body>
</html>

View File

@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 4 - 后门路径 - 设备检查</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.step-image-container {
position: relative;
margin-bottom: 16px;
}
.step-image {
max-width: 100%;
height: auto;
border: 1px solid #e2e8f0;
border-radius: 8px;
display: block;
}
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
margin-bottom: 24px;
}
.step-content p { margin-bottom: 12px; }
.step-content ol { margin-left: 24px; margin-top: 12px; }
.step-content li { margin-bottom: 8px; }
</style>
</head>
<body>
<div class="step-title">步骤 4: 后门路径 - 设备检查</div>
<div class="step-image-container">
<img src="images/backdoor-equipment.jpg" alt="后门区域设备" class="step-image"
onerror="this.style.display='none'">
</div>
<div class="step-content">
<p>检查后门区域的关键设备:</p>
<ol>
<li>聚焦镜冷却系统</li>
<li>狭缝位置</li>
<li>光束诊断设备</li>
</ol>
</div>
</body>
</html>

View File

@@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>步骤 5 - 完成</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
width: 100%;
height: 100%;
font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
padding: 24px;
background: white;
color: #0f172a;
overflow-y: auto;
}
.step-title {
font-size: 18px;
font-weight: bold;
margin-bottom: 16px;
color: #0f172a;
}
.success-box {
background: #f0fdf4;
border: 1px solid #bbf7d0;
border-left: 4px solid #22c55e;
border-radius: 8px;
padding: 20px;
margin-bottom: 16px;
}
.success-box .check {
font-size: 20px;
color: #16a34a;
font-weight: bold;
margin-bottom: 12px;
}
.step-content {
font-size: 14px;
line-height: 1.6;
color: #475569;
}
.step-content ul { margin-left: 24px; margin-top: 12px; }
.step-content li { margin-bottom: 8px; }
.param-table {
width: 100%;
border-collapse: collapse;
margin-top: 16px;
font-size: 14px;
}
.param-table td {
padding: 8px 12px;
border-bottom: 1px solid #e2e8f0;
}
.param-table td:first-child {
font-weight: bold;
color: #0f172a;
width: 120px;
}
.param-table td:last-child {
color: #475569;
}
</style>
</head>
<body>
<div class="step-title">步骤 5: 完成</div>
<div class="success-box">
<div class="check">&#10003; 光束已成功送达实验站!</div>
<div class="step-content">
<p>当前光束参数:</p>
<table class="param-table">
<tr><td>能量</td><td>12.66 keV</td></tr>
<tr><td>通量</td><td>1.2&times;10&sup1;&sup2; ph/s</td></tr>
<tr><td>光斑尺寸</td><td>0.15&times;0.08 mm&sup2;</td></tr>
</table>
<p style="margin-top: 16px;">您现在可以开始实验了。</p>
</div>
</div>
</body>
</html>