0401
This commit is contained in:
298
user-guide/pages/faq.html
Normal file
298
user-guide/pages/faq.html
Normal file
@@ -0,0 +1,298 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>常见问题 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>❓ 常见问题解答</h1>
|
||||
<p>快速解决您的疑问和问题</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-guide.html">Win 主机</a></li>
|
||||
<li><a href="guajibao-guide.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi-guide.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>系统安装与配置</h2>
|
||||
|
||||
<h3>Q1: 如何重装系统?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>准备一个8GB以上的U盘</li>
|
||||
<li>下载Windows或飞牛OS镜像文件</li>
|
||||
<li>使用Rufus等工具制作启动U盘</li>
|
||||
<li>将U盘插入主机,重启并进入BIOS</li>
|
||||
<li>设置U盘为第一启动项</li>
|
||||
<li>按照提示完成系统安装</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q2: 如何进入BIOS设置?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>重启电脑</li>
|
||||
<li>在启动画面出现时,连续按下快捷键:
|
||||
<ul>
|
||||
<li>大多数主板:F2 或 Delete</li>
|
||||
<li>部分主板:F12 或 Esc</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>进入BIOS后,使用方向键和Enter键操作</li>
|
||||
<li>保存设置并退出(通常按F10)</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q3: 如何设置U盘启动?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>进入BIOS设置</li>
|
||||
<li>找到"Boot"或"启动"选项</li>
|
||||
<li>将U盘设置为第一启动项</li>
|
||||
<li>保存设置并重启</li>
|
||||
<li>系统将从U盘启动</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>网络连接问题</h2>
|
||||
|
||||
<h3>Q4: 无法连接有线网络?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>检查网线是否插好,网线指示灯是否亮起</li>
|
||||
<li>尝试更换网线或路由器端口</li>
|
||||
<li>检查网卡驱动是否正常安装</li>
|
||||
<li>在命令提示符中输入:<code>ipconfig /renew</code></li>
|
||||
<li>重置网络设置:设置 → 网络和Internet → 网络重置</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q5: WiFi信号弱或频繁断开?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>将主机靠近路由器,减少障碍物</li>
|
||||
<li>更换路由器的WiFi信道</li>
|
||||
<li>更新无线网卡驱动</li>
|
||||
<li>在设备管理器中关闭"允许计算机关闭此设备以节约电源"</li>
|
||||
<li>考虑使用外置USB无线网卡</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q6: 如何设置静态IP地址?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>打开"控制面板" → "网络和共享中心"</li>
|
||||
<li>点击"更改适配器设置"</li>
|
||||
<li>右键点击网络适配器,选择"属性"</li>
|
||||
<li>选择"Internet协议版本4(TCP/IPv4)"</li>
|
||||
<li>选择"使用下面的IP地址"</li>
|
||||
<li>输入IP地址、子网掩码、默认网关</li>
|
||||
<li>输入DNS服务器地址</li>
|
||||
<li>点击"确定"保存设置</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>硬件故障排查</h2>
|
||||
|
||||
<h3>Q7: 主机无法启动?</h3>
|
||||
<div class="warning-box">
|
||||
<p><strong>排查步骤:</strong></p>
|
||||
<ol>
|
||||
<li>检查电源适配器是否连接正确</li>
|
||||
<li>检查电源插座是否有电</li>
|
||||
<li>观察电源指示灯是否亮起</li>
|
||||
<li>尝试更换电源适配器测试</li>
|
||||
<li>检查内存条是否插好,尝试重新插拔</li>
|
||||
<li>如仍无法启动,联系售后服务</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q8: 主机过热或风扇噪音大?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>确保主机放置在通风良好的位置</li>
|
||||
<li>清理主机内部灰尘(使用压缩空气)</li>
|
||||
<li>检查风扇是否正常工作</li>
|
||||
<li>避免在高温环境下长时间运行</li>
|
||||
<li>考虑添加外部散热设备</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q9: 硬盘无法识别或读写错误?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>检查硬盘数据线和电源线连接</li>
|
||||
<li>进入BIOS查看硬盘是否被识别</li>
|
||||
<li>尝试更换SATA接口或数据线</li>
|
||||
<li>在磁盘管理中查看硬盘状态</li>
|
||||
<li>使用硬盘检测工具检查硬盘健康状态</li>
|
||||
<li>如硬盘损坏,及时备份数据并更换</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>性能优化</h2>
|
||||
|
||||
<h3>Q10: 如何提升系统运行速度?</h3>
|
||||
<div class="success-box">
|
||||
<p><strong>优化建议:</strong></p>
|
||||
<ol>
|
||||
<li><strong>清理启动项:</strong>任务管理器 → 启动 → 禁用不必要的程序</li>
|
||||
<li><strong>清理磁盘:</strong>使用磁盘清理工具删除临时文件</li>
|
||||
<li><strong>卸载不常用软件:</strong>控制面板 → 程序和功能</li>
|
||||
<li><strong>升级硬件:</strong>增加内存或更换SSD</li>
|
||||
<li><strong>关闭视觉效果:</strong>系统属性 → 高级 → 性能设置</li>
|
||||
<li><strong>定期重启:</strong>每周重启一次清理内存</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q11: 如何降低功耗?</h3>
|
||||
<div class="success-box">
|
||||
<p><strong>优化建议:</strong></p>
|
||||
<ol>
|
||||
<li>设置电源计划为"平衡"或"节能"</li>
|
||||
<li>设置显示器自动关闭时间</li>
|
||||
<li>设置硬盘自动休眠时间</li>
|
||||
<li>关闭不必要的外设和LED灯</li>
|
||||
<li>降低CPU性能设置(适合挂机场景)</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>飞牛NAS专属问题</h2>
|
||||
|
||||
<h3>Q12: 如何访问NAS共享文件夹?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li><strong>Windows系统:</strong>
|
||||
<ul>
|
||||
<li>打开"此电脑"</li>
|
||||
<li>在地址栏输入:<code>\\NAS的IP地址</code></li>
|
||||
<li>输入用户名和密码</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>Mac系统:</strong>
|
||||
<ul>
|
||||
<li>打开Finder</li>
|
||||
<li>前往 → 连接服务器</li>
|
||||
<li>输入:<code>smb://NAS的IP地址</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>映射网络驱动器:</strong>
|
||||
<ul>
|
||||
<li>右键"此电脑" → 映射网络驱动器</li>
|
||||
<li>输入NAS共享文件夹路径</li>
|
||||
<li>勾选"登录时重新连接"</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q13: 如何配置远程访问?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>在NAS管理界面启用远程访问功能</li>
|
||||
<li>配置DDNS(动态域名解析)</li>
|
||||
<li>设置端口转发(路由器管理界面)</li>
|
||||
<li>使用NAS提供的远程访问地址</li>
|
||||
<li>或使用VPN连接到家庭网络</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>Win小主机专属问题</h2>
|
||||
|
||||
<h3>Q14: 如何激活Windows系统?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>打开"设置" → "更新和安全" → "激活"</li>
|
||||
<li>输入产品密钥(如已购买)</li>
|
||||
<li>或购买数字许可证</li>
|
||||
<li>连接Microsoft账户自动激活</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<h3>Q15: 挂机宝如何设置自动重启?</h3>
|
||||
<div class="info-box">
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>打开"任务计划程序"</li>
|
||||
<li>创建基本任务</li>
|
||||
<li>设置触发器为"每天"</li>
|
||||
<li>设置时间为凌晨3:00(或其他时间)</li>
|
||||
<li>操作选择"启动程序"</li>
|
||||
<li>程序输入:<code>shutdown.exe</code></li>
|
||||
<li>参数输入:<code>/r /f /t 0</code></li>
|
||||
<li>完成任务创建</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>售后服务</h2>
|
||||
|
||||
<h3>保修政策</h3>
|
||||
<div class="success-box">
|
||||
<ul>
|
||||
<li><strong>主机保修:</strong>1年免费保修</li>
|
||||
<li><strong>配件保修:</strong>3个月免费保修</li>
|
||||
<li><strong>技术支持:</strong>终身技术支持</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3>联系方式</h3>
|
||||
<div class="info-box">
|
||||
<p>如遇到无法解决的问题,请通过以下方式联系泽枢云启:</p>
|
||||
<ul>
|
||||
<li><strong>在线客服:</strong>访问官方网站在线咨询</li>
|
||||
<li><strong>技术支持邮箱:</strong>support@zeshuyunqi.com</li>
|
||||
<li><strong>售后服务热线:</strong>400-XXX-XXXX</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="warning-box">
|
||||
<strong>⚠️ 注意:</strong> 自行拆机或改装可能导致保修失效,如需维修请联系官方售后服务。
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
315
user-guide/pages/guajibao-guide.html
Normal file
315
user-guide/pages/guajibao-guide.html
Normal file
@@ -0,0 +1,315 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>挂机宝使用说明 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<style>
|
||||
.progress-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0%;
|
||||
height: 4px;
|
||||
background: linear-gradient(90deg, #667eea, #764ba2);
|
||||
z-index: 1000;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
.step-container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.step-section {
|
||||
background: white;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
margin-bottom: 40px;
|
||||
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.step-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.step-number {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.step-title {
|
||||
font-size: 28px;
|
||||
color: #2c3e50;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.step-description {
|
||||
font-size: 16px;
|
||||
color: #555;
|
||||
line-height: 1.8;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.video-placeholder {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 56.25%;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
.video-placeholder:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.play-button {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background: rgba(255,255,255,0.9);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.play-button::after {
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 24px solid #667eea;
|
||||
border-top: 14px solid transparent;
|
||||
border-bottom: 14px solid transparent;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.video-title {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.key-points {
|
||||
background: #f8f9fa;
|
||||
border-radius: 12px;
|
||||
padding: 25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.key-points h4 {
|
||||
color: #2c3e50;
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.key-points ul {
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.key-points li {
|
||||
color: #555;
|
||||
margin-bottom: 8px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="progress-bar" id="progressFill"></div>
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>🖥️ 挂机宝使用说明</h1>
|
||||
<p>高性能挂机解决方案 - 一拖一 & 一拖三</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-guide.html">Win 主机</a></li>
|
||||
<li><a href="guajibao-guide.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi-guide.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="step-container">
|
||||
<div class="step-section" id="step1">
|
||||
<div class="step-header">
|
||||
<div class="step-number">1</div>
|
||||
<h2 class="step-title">硬件连接与开机</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
学习如何正确连接挂机宝的硬件设备,确保稳定运行。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step1')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">一拖一款硬件连接</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step1-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">一拖三款硬件连接</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>确保电源适配器连接牢固</li>
|
||||
<li>网线连接到稳定的网络环境</li>
|
||||
<li>如需安装硬盘,请先断开电源</li>
|
||||
<li>放置在通风良好的位置</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step2">
|
||||
<div class="step-header">
|
||||
<div class="step-number">2</div>
|
||||
<h2 class="step-title">系统配置</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
完成系统初始配置,包括网络设置、远程访问配置等。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">网络配置与IP设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step2-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">远程桌面与TeamViewer配置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>建议使用固定IP地址</li>
|
||||
<li>配置远程桌面便于管理</li>
|
||||
<li>设置自动登录和开机启动</li>
|
||||
<li>确保网络稳定性和带宽充足</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step3">
|
||||
<div class="step-header">
|
||||
<div class="step-number">3</div>
|
||||
<h2 class="step-title">挂机软件安装与配置</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
安装挂机软件、配置自动运行,让挂机宝稳定工作。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">挂机软件安装</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">自动启动与任务配置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3-3')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">系统优化与稳定性设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>从正规渠道下载挂机软件</li>
|
||||
<li>配置任务计划程序实现自动运行</li>
|
||||
<li>关闭不必要的系统服务节省资源</li>
|
||||
<li>定期检查运行状态和日志</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
window.addEventListener('scroll', function() {
|
||||
const winScroll = document.body.scrollTop || document.documentElement.scrollTop;
|
||||
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
|
||||
const scrolled = (winScroll / height) * 100;
|
||||
document.getElementById('progressFill').style.width = scrolled + '%';
|
||||
});
|
||||
|
||||
function playVideo(stepId) {
|
||||
alert('视频播放功能即将上线!\n\n当前为演示版本,实际视频内容将在此处播放。');
|
||||
}
|
||||
|
||||
document.querySelectorAll('.play-button').forEach(button => {
|
||||
button.addEventListener('mouseenter', function() {
|
||||
this.style.transform = 'scale(1.15)';
|
||||
});
|
||||
button.addEventListener('mouseleave', function() {
|
||||
this.style.transform = 'scale(1)';
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
145
user-guide/pages/guajibao.html
Normal file
145
user-guide/pages/guajibao.html
Normal file
@@ -0,0 +1,145 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>挂机宝 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>🖥️ 挂机宝系列</h1>
|
||||
<p>高性能挂机解决方案</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-overview.html">Win 主机</a></li>
|
||||
<li><a href="guajibao.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>产品系列介绍</h2>
|
||||
<p>挂机宝系列专为需要长时间稳定运行的挂机应用设计,提供一拖一和一拖三两种规格,满足不同用户需求。</p>
|
||||
|
||||
<div class="product-series">
|
||||
<div class="series-card">
|
||||
<div class="series-header">
|
||||
<h3>一拖一挂机宝</h3>
|
||||
<span class="series-tag">单机版</span>
|
||||
</div>
|
||||
<div class="series-body">
|
||||
<div class="feature-list">
|
||||
<h4>🎯 产品特点</h4>
|
||||
<ul>
|
||||
<li>2.5寸金属机箱,紧凑设计</li>
|
||||
<li>可选无线网卡</li>
|
||||
<li>可选配HD 500G硬盘</li>
|
||||
<li>低功耗,适合长期运行</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="spec-list">
|
||||
<h4>📋 可选配置</h4>
|
||||
<div class="spec-group">
|
||||
<h5>处理器选择</h5>
|
||||
<ul>
|
||||
<li>Intel Celeron 1037U</li>
|
||||
<li>Intel Core i3-3217U</li>
|
||||
<li>Intel Core i3-5005U</li>
|
||||
<li>Intel 3855U</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="spec-group">
|
||||
<h5>内存与系统盘</h5>
|
||||
<ul>
|
||||
<li>4G 内存 + 64G 系统盘</li>
|
||||
<li>4G 内存 + 128G 系统盘</li>
|
||||
<li>8G 内存 + 128G 系统盘</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="series-card">
|
||||
<div class="series-header">
|
||||
<h3>一拖三挂机宝</h3>
|
||||
<span class="series-tag">多机版</span>
|
||||
</div>
|
||||
<div class="series-body">
|
||||
<div class="feature-list">
|
||||
<h4>🎯 产品特点</h4>
|
||||
<ul>
|
||||
<li>一拖三亚克力机箱</li>
|
||||
<li>可选无线网卡</li>
|
||||
<li>同时运行多个挂机任务</li>
|
||||
<li>性价比更高</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="spec-list">
|
||||
<h4>📋 可选配置</h4>
|
||||
<div class="spec-group">
|
||||
<h5>处理器选择</h5>
|
||||
<ul>
|
||||
<li>Intel Celeron 1037U</li>
|
||||
<li>Intel Core i3-3217U</li>
|
||||
<li>Intel Core i3-5005U</li>
|
||||
<li>Intel 3855U</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="spec-group">
|
||||
<h5>内存与系统盘</h5>
|
||||
<ul>
|
||||
<li>4G 内存 + 64G 系统盘</li>
|
||||
<li>4G 内存 + 128G 系统盘</li>
|
||||
<li>8G 内存 + 128G 系统盘</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="usage-scenarios">
|
||||
<h3>💡 典型应用场景</h3>
|
||||
<div class="scenario-grid">
|
||||
<div class="scenario-item">
|
||||
<h4>游戏挂机</h4>
|
||||
<p>适合各类网络游戏挂机、自动任务执行</p>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<h4>数据采集</h4>
|
||||
<p>网络爬虫、数据监控等长期运行任务</p>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<h4>自动化测试</h4>
|
||||
<p>软件自动化测试、持续集成环境</p>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<h4>轻量级服务</h4>
|
||||
<p>小型网站、API服务等轻量级应用</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
315
user-guide/pages/longxiahezi-guide.html
Normal file
315
user-guide/pages/longxiahezi-guide.html
Normal file
@@ -0,0 +1,315 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>龙虾盒子使用说明 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<style>
|
||||
.progress-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0%;
|
||||
height: 4px;
|
||||
background: linear-gradient(90deg, #667eea, #764ba2);
|
||||
z-index: 1000;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
.step-container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.step-section {
|
||||
background: white;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
margin-bottom: 40px;
|
||||
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.step-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.step-number {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.step-title {
|
||||
font-size: 28px;
|
||||
color: #2c3e50;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.step-description {
|
||||
font-size: 16px;
|
||||
color: #555;
|
||||
line-height: 1.8;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.video-placeholder {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 56.25%;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
.video-placeholder:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.play-button {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background: rgba(255,255,255,0.9);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.play-button::after {
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 24px solid #667eea;
|
||||
border-top: 14px solid transparent;
|
||||
border-bottom: 14px solid transparent;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.video-title {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.key-points {
|
||||
background: #f8f9fa;
|
||||
border-radius: 12px;
|
||||
padding: 25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.key-points h4 {
|
||||
color: #2c3e50;
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.key-points ul {
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.key-points li {
|
||||
color: #555;
|
||||
margin-bottom: 8px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="progress-bar" id="progressFill"></div>
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>🦐 龙虾盒子使用说明</h1>
|
||||
<p>精致小巧的Win10小主机</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-guide.html">Win 主机</a></li>
|
||||
<li><a href="guajibao-guide.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi-guide.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="step-container">
|
||||
<div class="step-section" id="step1">
|
||||
<div class="step-header">
|
||||
<div class="step-number">1</div>
|
||||
<h2 class="step-title">开箱与连接</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
了解龙虾盒子的精致外观,学习如何正确连接外设。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step1')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">开箱与外观展示</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step1-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">连接显示器与外设</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>龙虾盒子标配无线网卡</li>
|
||||
<li>可选配HD 500G硬盘</li>
|
||||
<li>使用2.5寸金属机箱,精致小巧</li>
|
||||
<li>支持HDMI或VGA视频输出</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step2">
|
||||
<div class="step-header">
|
||||
<div class="step-number">2</div>
|
||||
<h2 class="step-title">系统设置</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
完成Windows 10系统的初始配置和网络连接。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">无线网络连接设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step2-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">Windows 10基本设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>利用标配的无线网卡连接WiFi</li>
|
||||
<li>完成Windows 10的初始设置向导</li>
|
||||
<li>配置系统更新和安全设置</li>
|
||||
<li>个性化桌面和显示设置</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step3">
|
||||
<div class="step-header">
|
||||
<div class="step-number">3</div>
|
||||
<h2 class="step-title">日常使用与维护</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
安装常用软件、配置远程访问,以及系统日常维护。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">常用软件安装</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">远程桌面与文件共享</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3-3')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">系统维护与优化</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>安装杀毒软件保护系统安全</li>
|
||||
<li>配置远程桌面便于远程管理</li>
|
||||
<li>定期清理系统垃圾文件</li>
|
||||
<li>保持系统和软件更新</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
window.addEventListener('scroll', function() {
|
||||
const winScroll = document.body.scrollTop || document.documentElement.scrollTop;
|
||||
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
|
||||
const scrolled = (winScroll / height) * 100;
|
||||
document.getElementById('progressFill').style.width = scrolled + '%';
|
||||
});
|
||||
|
||||
function playVideo(stepId) {
|
||||
alert('视频播放功能即将上线!\n\n当前为演示版本,实际视频内容将在此处播放。');
|
||||
}
|
||||
|
||||
document.querySelectorAll('.play-button').forEach(button => {
|
||||
button.addEventListener('mouseenter', function() {
|
||||
this.style.transform = 'scale(1.15)';
|
||||
});
|
||||
button.addEventListener('mouseleave', function() {
|
||||
this.style.transform = 'scale(1)';
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
134
user-guide/pages/longxiahezi.html
Normal file
134
user-guide/pages/longxiahezi.html
Normal file
@@ -0,0 +1,134 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>龙虾盒子 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>🦐 龙虾盒子</h1>
|
||||
<p>精致小巧的Win10小主机</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-overview.html">Win 主机</a></li>
|
||||
<li><a href="guajibao.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>产品介绍</h2>
|
||||
<p>龙虾盒子是一款精致小巧的Win10小主机,采用2.5寸机箱设计,标配无线网卡,适合家庭娱乐和轻办公使用。</p>
|
||||
|
||||
<div class="product-series">
|
||||
<div class="series-card">
|
||||
<div class="series-header">
|
||||
<h3>龙虾盒子 Win10小主机</h3>
|
||||
<span class="series-tag">精致版</span>
|
||||
</div>
|
||||
<div class="series-body">
|
||||
<div class="feature-list">
|
||||
<h4>🎯 产品特点</h4>
|
||||
<ul>
|
||||
<li>2.5寸机箱,体积小巧</li>
|
||||
<li>预装正版Windows 10系统</li>
|
||||
<li>标配无线网卡</li>
|
||||
<li>可选配HD 500G硬盘</li>
|
||||
<li>低功耗设计,静音运行</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="spec-list">
|
||||
<h4>📋 可选配置</h4>
|
||||
<div class="spec-group">
|
||||
<h5>处理器选择</h5>
|
||||
<ul>
|
||||
<li>Intel Core i3-5005U</li>
|
||||
<li>Intel 3855U</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="spec-group">
|
||||
<h5>内存与系统盘</h5>
|
||||
<ul>
|
||||
<li>4G 内存 + 64G 系统盘</li>
|
||||
<li>4G 内存 + 128G 系统盘</li>
|
||||
<li>8G 内存 + 128G 系统盘</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="spec-group">
|
||||
<h5>扩展选项</h5>
|
||||
<ul>
|
||||
<li>可选配HD 500G机械硬盘</li>
|
||||
<li>标配无线网卡(支持WiFi和蓝牙)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="usage-scenarios">
|
||||
<h3>💡 典型应用场景</h3>
|
||||
<div class="scenario-grid">
|
||||
<div class="scenario-item">
|
||||
<h4>家庭影院</h4>
|
||||
<p>连接电视,播放4K视频,打造家庭娱乐中心</p>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<h4>轻办公</h4>
|
||||
<p>日常办公、文档处理、网页浏览</p>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<h4>网课学习</h4>
|
||||
<p>在线教育、视频会议、远程学习</p>
|
||||
</div>
|
||||
<div class="scenario-item">
|
||||
<h4>智能家居</h4>
|
||||
<p>作为智能家居控制中心,连接各类智能设备</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-advantages">
|
||||
<h3>✨ 产品优势</h3>
|
||||
<div class="advantage-grid">
|
||||
<div class="advantage-item">
|
||||
<h4>体积小巧</h4>
|
||||
<p>2.5寸机箱设计,节省桌面空间,便于携带</p>
|
||||
</div>
|
||||
<div class="advantage-item">
|
||||
<h4>即插即用</h4>
|
||||
<p>预装Windows 10系统,开机即可使用</p>
|
||||
</div>
|
||||
<div class="advantage-item">
|
||||
<h4>无线连接</h4>
|
||||
<p>标配无线网卡,支持WiFi和蓝牙连接</p>
|
||||
</div>
|
||||
<div class="advantage-item">
|
||||
<h4>静音设计</h4>
|
||||
<p>低功耗处理器,散热良好,运行安静</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
149
user-guide/pages/support.html
Normal file
149
user-guide/pages/support.html
Normal file
@@ -0,0 +1,149 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>技术支持 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>🔧 技术支持</h1>
|
||||
<p>专业服务,全程保障</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-guide.html">Win 主机</a></li>
|
||||
<li><a href="guajibao-guide.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi-guide.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>联系方式</h2>
|
||||
|
||||
<div class="support-grid">
|
||||
<div class="support-card">
|
||||
<div class="support-icon">📧</div>
|
||||
<h3>邮件支持</h3>
|
||||
<p>发送邮件至技术支持邮箱</p>
|
||||
<p class="support-detail">support@zeshuyunqi.com</p>
|
||||
<p class="support-time">工作时间:24小时内回复</p>
|
||||
</div>
|
||||
|
||||
<div class="support-card">
|
||||
<div class="support-icon">📞</div>
|
||||
<h3>电话支持</h3>
|
||||
<p>拨打售后服务热线</p>
|
||||
<p class="support-detail">400-XXX-XXXX</p>
|
||||
<p class="support-time">工作时间:周一至周五 9:00-18:00</p>
|
||||
</div>
|
||||
|
||||
<div class="support-card">
|
||||
<div class="support-icon">💬</div>
|
||||
<h3>在线客服</h3>
|
||||
<p>访问官方网站在线咨询</p>
|
||||
<p class="support-detail">www.zeshuyunqi.com</p>
|
||||
<p class="support-time">工作时间:每日 9:00-21:00</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>保修政策</h2>
|
||||
|
||||
<div class="info-box">
|
||||
<h3>📦 保修范围</h3>
|
||||
<ul>
|
||||
<li><strong>主机保修:</strong>1年免费保修(从购买日期起计算)</li>
|
||||
<li><strong>配件保修:</strong>电源适配器、数据线等配件保修3个月</li>
|
||||
<li><strong>软件支持:</strong>提供系统安装、配置指导等远程技术支持</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="warning-box">
|
||||
<h3>⚠️ 保修免责条款</h3>
|
||||
<p>以下情况不在免费保修范围内:</p>
|
||||
<ul>
|
||||
<li>用户自行拆机、改装或维修导致的故障</li>
|
||||
<li>非正常使用造成的损坏(如进水、摔落、过压等)</li>
|
||||
<li>自然灾害或不可抗力造成的损坏</li>
|
||||
<li>超过保修期限的产品</li>
|
||||
<li>无有效购买凭证或凭证与产品不符</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h2>售后服务流程</h2>
|
||||
|
||||
<div class="process-steps">
|
||||
<div class="process-step">
|
||||
<div class="step-number">1</div>
|
||||
<h4>联系客服</h4>
|
||||
<p>通过邮件、电话或在线客服联系技术支持</p>
|
||||
</div>
|
||||
<div class="process-step">
|
||||
<div class="step-number">2</div>
|
||||
<h4>故障诊断</h4>
|
||||
<p>技术人员远程协助诊断问题</p>
|
||||
</div>
|
||||
<div class="process-step">
|
||||
<div class="step-number">3</div>
|
||||
<h4>解决方案</h4>
|
||||
<p>提供远程指导或返厂维修方案</p>
|
||||
</div>
|
||||
<div class="process-step">
|
||||
<div class="step-number">4</div>
|
||||
<h4>问题解决</h4>
|
||||
<p>完成维修或更换,恢复正常使用</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2>返厂维修须知</h2>
|
||||
|
||||
<div class="info-box">
|
||||
<h3>📋 返厂前准备</h3>
|
||||
<ul>
|
||||
<li><strong>备份数据:</strong>请提前备份硬盘中的重要数据,维修过程中可能会格式化硬盘</li>
|
||||
<li><strong>清除个人信息:</strong>删除系统中的个人账户和敏感信息</li>
|
||||
<li><strong>完整包装:</strong>使用原包装或防震材料妥善包装产品</li>
|
||||
<li><strong>附带资料:</strong>附上购买凭证复印件和故障说明</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="success-box">
|
||||
<h3>✅ 返厂地址</h3>
|
||||
<p><strong>收件人:</strong>泽枢云启售后服务中心</p>
|
||||
<p><strong>地址:</strong>(请咨询客服获取具体返厂地址)</p>
|
||||
<p><strong>联系电话:</strong>400-XXX-XXXX</p>
|
||||
<p><strong>备注:</strong>请在快递单上注明"售后返修"及订单号</p>
|
||||
</div>
|
||||
|
||||
<h2>常见问题快速解决</h2>
|
||||
|
||||
<div class="quick-links">
|
||||
<a href="faq.html" class="quick-link-card">
|
||||
<h4>❓ 常见问题</h4>
|
||||
<p>查看常见问题及解决方案</p>
|
||||
</a>
|
||||
<a href="../index.html" class="quick-link-card">
|
||||
<h4>📖 使用说明</h4>
|
||||
<p>查看产品使用说明文档</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
332
user-guide/pages/usage-guide.html
Normal file
332
user-guide/pages/usage-guide.html
Normal file
@@ -0,0 +1,332 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>产品使用说明 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<style>
|
||||
.step-container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.step-section {
|
||||
background: white;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
margin-bottom: 40px;
|
||||
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.step-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.step-number {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-right: 20px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.step-title {
|
||||
font-size: 28px;
|
||||
color: #333;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.step-description {
|
||||
font-size: 16px;
|
||||
color: #666;
|
||||
margin-bottom: 25px;
|
||||
line-height: 1.8;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
background: #000;
|
||||
border-radius: 15px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.video-placeholder {
|
||||
width: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
background: linear-gradient(135deg, #2d3436 0%, #636e72 100%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.play-button {
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background: rgba(255,255,255,0.2);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.play-button:hover {
|
||||
background: rgba(255,255,255,0.3);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
.play-button::after {
|
||||
content: "▶";
|
||||
font-size: 32px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.video-title {
|
||||
font-size: 18px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.video-duration {
|
||||
font-size: 14px;
|
||||
opacity: 0.7;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.key-points {
|
||||
background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
margin-top: 25px;
|
||||
border-left: 4px solid #667eea;
|
||||
}
|
||||
|
||||
.key-points h4 {
|
||||
color: #667eea;
|
||||
margin-bottom: 15px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.key-points ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.key-points li {
|
||||
padding: 8px 0;
|
||||
padding-left: 25px;
|
||||
position: relative;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.key-points li::before {
|
||||
content: "✓";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
color: #667eea;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
background: rgba(0,0,0,0.1);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.progress-fill {
|
||||
height: 100%;
|
||||
background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
|
||||
width: 0%;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.step-section {
|
||||
padding: 25px;
|
||||
}
|
||||
|
||||
.step-header {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.step-number {
|
||||
margin-right: 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.step-title {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="progress-bar">
|
||||
<div class="progress-fill" id="progressFill"></div>
|
||||
</div>
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>📚 产品使用说明</h1>
|
||||
<p>简单三步,快速上手</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-overview.html">Win 主机</a></li>
|
||||
<li><a href="guajibao.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="step-container">
|
||||
<div class="step-section" id="step1">
|
||||
<div class="step-header">
|
||||
<div class="step-number">1</div>
|
||||
<h2 class="step-title">机箱安装说明</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
本视频将详细介绍如何正确安装硬盘、连接电源和数据线,以及机箱的基本组装步骤。请按照视频演示进行操作,确保所有连接牢固可靠。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder">
|
||||
<div class="play-button" onclick="playVideo('step1')"></div>
|
||||
<div class="video-title">机箱安装教程</div>
|
||||
<div class="video-duration">时长:约 5 分钟</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>安装前请确保断开电源</li>
|
||||
<li>硬盘固定螺丝要拧紧,但不要过度用力</li>
|
||||
<li>SATA数据线和电源线连接要牢固</li>
|
||||
<li>检查所有线缆是否整理整齐,避免阻挡散热</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step2">
|
||||
<div class="step-header">
|
||||
<div class="step-number">2</div>
|
||||
<h2 class="step-title">APP连接设备</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
本视频将指导您如何下载安装飞牛APP,并通过APP发现和连接您的设备。支持iOS和Android系统,操作简单便捷。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder">
|
||||
<div class="play-button" onclick="playVideo('step2')"></div>
|
||||
<div class="video-title">APP连接教程</div>
|
||||
<div class="video-duration">时长:约 3 分钟</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>确保手机和设备在同一局域网内</li>
|
||||
<li>首次连接需要创建管理员账户</li>
|
||||
<li>支持扫码快速连接或手动输入设备ID</li>
|
||||
<li>建议开启自动发现功能,方便后续连接</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step3">
|
||||
<div class="step-header">
|
||||
<div class="step-number">3</div>
|
||||
<h2 class="step-title">创建存储空间</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
本视频将演示如何在APP中创建存储池、配置RAID模式、设置共享文件夹,以及用户权限管理。根据您的需求选择合适的存储方案。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder">
|
||||
<div class="play-button" onclick="playVideo('step3')"></div>
|
||||
<div class="video-title">存储空间配置教程</div>
|
||||
<div class="video-duration">时长:约 8 分钟</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>配置RAID前请备份重要数据</li>
|
||||
<li>根据需求选择合适的RAID模式</li>
|
||||
<li>建议创建多个共享文件夹分类存储</li>
|
||||
<li>设置合理的用户权限,保障数据安全</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content" style="text-align: center; margin-top: 40px;">
|
||||
<h3>🎉 恭喜!您已完成所有步骤</h3>
|
||||
<p style="margin: 20px 0;">现在您可以开始使用您的设备了。如遇到问题,请查看<a href="faq.html">常见问题</a>或联系技术支持。</p>
|
||||
<a href="faq.html" class="btn">查看常见问题</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
window.addEventListener('scroll', function() {
|
||||
const winScroll = document.body.scrollTop || document.documentElement.scrollTop;
|
||||
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
|
||||
const scrolled = (winScroll / height) * 100;
|
||||
document.getElementById('progressFill').style.width = scrolled + '%';
|
||||
});
|
||||
|
||||
function playVideo(stepId) {
|
||||
alert('视频播放功能即将上线!\n\n当前为演示版本,实际视频内容将在此处播放。');
|
||||
}
|
||||
|
||||
document.querySelectorAll('.play-button').forEach(button => {
|
||||
button.addEventListener('mouseenter', function() {
|
||||
this.style.transform = 'scale(1.15)';
|
||||
});
|
||||
button.addEventListener('mouseleave', function() {
|
||||
this.style.transform = 'scale(1)';
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
315
user-guide/pages/win-guide.html
Normal file
315
user-guide/pages/win-guide.html
Normal file
@@ -0,0 +1,315 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Win主机使用说明 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
<style>
|
||||
.progress-bar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0%;
|
||||
height: 4px;
|
||||
background: linear-gradient(90deg, #667eea, #764ba2);
|
||||
z-index: 1000;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
.step-container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.step-section {
|
||||
background: white;
|
||||
border-radius: 20px;
|
||||
padding: 40px;
|
||||
margin-bottom: 40px;
|
||||
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.step-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.step-number {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.step-title {
|
||||
font-size: 28px;
|
||||
color: #2c3e50;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.step-description {
|
||||
font-size: 16px;
|
||||
color: #555;
|
||||
line-height: 1.8;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.video-container {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.video-placeholder {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
padding-bottom: 56.25%;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
}
|
||||
|
||||
.video-placeholder:hover {
|
||||
transform: translateY(-5px);
|
||||
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.play-button {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
background: rgba(255,255,255,0.9);
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: transform 0.3s ease;
|
||||
}
|
||||
|
||||
.play-button::after {
|
||||
content: '';
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 24px solid #667eea;
|
||||
border-top: 14px solid transparent;
|
||||
border-bottom: 14px solid transparent;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.video-title {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 20px;
|
||||
right: 20px;
|
||||
color: white;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.key-points {
|
||||
background: #f8f9fa;
|
||||
border-radius: 12px;
|
||||
padding: 25px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.key-points h4 {
|
||||
color: #2c3e50;
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.key-points ul {
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.key-points li {
|
||||
color: #555;
|
||||
margin-bottom: 8px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="progress-bar" id="progressFill"></div>
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>💻 Win主机使用说明</h1>
|
||||
<p>高性能迷你电脑 - Win10小主机系列</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-guide.html">Win 主机</a></li>
|
||||
<li><a href="guajibao-guide.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi-guide.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="step-container">
|
||||
<div class="step-section" id="step1">
|
||||
<div class="step-header">
|
||||
<div class="step-number">1</div>
|
||||
<h2 class="step-title">开箱与连接</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
了解如何开箱、连接电源和外设,让您的Win主机第一次开机。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step1')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">开箱检查与配件介绍</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step1-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">连接外设与首次开机</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>开箱时检查配件是否齐全</li>
|
||||
<li>连接显示器、键盘、鼠标</li>
|
||||
<li>确保电源适配器连接牢固</li>
|
||||
<li>首次开机可能需要较长时间初始化</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step2">
|
||||
<div class="step-header">
|
||||
<div class="step-number">2</div>
|
||||
<h2 class="step-title">系统初始设置</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
完成Windows系统的初始配置,包括网络连接、账户设置等。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">网络连接与Windows设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step2-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">创建用户账户与个性化设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>建议连接网线以获得稳定网络</li>
|
||||
<li>设置强密码保护账户安全</li>
|
||||
<li>完成Windows更新以获取最新功能</li>
|
||||
<li>配置时区和语言设置</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="step-section" id="step3">
|
||||
<div class="step-header">
|
||||
<div class="step-number">3</div>
|
||||
<h2 class="step-title">软件安装与使用</h2>
|
||||
</div>
|
||||
|
||||
<p class="step-description">
|
||||
安装常用软件、配置远程访问,让您的Win主机发挥最大效用。
|
||||
</p>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">常用软件安装指南</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3-2')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">远程桌面配置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="video-container">
|
||||
<div class="video-placeholder" onclick="playVideo('step3-3')">
|
||||
<div class="play-button"></div>
|
||||
<div class="video-title">系统优化与安全设置</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="key-points">
|
||||
<h4>📋 关键要点</h4>
|
||||
<ul>
|
||||
<li>从官方渠道下载软件</li>
|
||||
<li>配置远程桌面便于远程管理</li>
|
||||
<li>安装杀毒软件保护系统安全</li>
|
||||
<li>定期进行系统维护和清理</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
window.addEventListener('scroll', function() {
|
||||
const winScroll = document.body.scrollTop || document.documentElement.scrollTop;
|
||||
const height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
|
||||
const scrolled = (winScroll / height) * 100;
|
||||
document.getElementById('progressFill').style.width = scrolled + '%';
|
||||
});
|
||||
|
||||
function playVideo(stepId) {
|
||||
alert('视频播放功能即将上线!\n\n当前为演示版本,实际视频内容将在此处播放。');
|
||||
}
|
||||
|
||||
document.querySelectorAll('.play-button').forEach(button => {
|
||||
button.addEventListener('mouseenter', function() {
|
||||
this.style.transform = 'scale(1.15)';
|
||||
});
|
||||
button.addEventListener('mouseleave', function() {
|
||||
this.style.transform = 'scale(1)';
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
329
user-guide/pages/win-overview.html
Normal file
329
user-guide/pages/win-overview.html
Normal file
@@ -0,0 +1,329 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Win小主机系列 - 泽枢云启</title>
|
||||
<link rel="stylesheet" href="../css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1>💻 Win小主机系列使用说明</h1>
|
||||
<p>高性能迷你电脑 - Win10小主机 & 龙虾盒子 & 挂机宝</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="../index.html">飞牛 NAS</a></li>
|
||||
<li><a href="win-overview.html">Win 主机</a></li>
|
||||
<li><a href="guajibao.html">挂机宝</a></li>
|
||||
<li><a href="longxiahezi.html">龙虾盒子</a></li>
|
||||
<li><a href="faq.html">常见问题</a></li>
|
||||
<li><a href="support.html">技术支持</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>产品系列介绍</h2>
|
||||
|
||||
<div class="product-grid">
|
||||
<div class="product-card">
|
||||
<div class="product-card-header win-gradient">
|
||||
<h3>Win10小主机</h3>
|
||||
<p>办公娱乐全能型</p>
|
||||
</div>
|
||||
<div class="product-card-body">
|
||||
<h4>产品特点</h4>
|
||||
<ul>
|
||||
<li>预装Windows 10系统</li>
|
||||
<li>多种CPU配置可选</li>
|
||||
<li>可选无线网卡</li>
|
||||
<li>适合办公、学习、娱乐</li>
|
||||
</ul>
|
||||
<a href="#win10" class="btn btn-secondary">查看详情</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-card">
|
||||
<div class="product-card-header win-gradient">
|
||||
<h3>龙虾盒子</h3>
|
||||
<p>高性能迷你主机</p>
|
||||
</div>
|
||||
<div class="product-card-body">
|
||||
<h4>产品特点</h4>
|
||||
<ul>
|
||||
<li>i3处理器,性能强劲</li>
|
||||
<li>标配无线网卡</li>
|
||||
<li>2.5寸机箱,体积小巧</li>
|
||||
<li>适合游戏、影音娱乐</li>
|
||||
</ul>
|
||||
<a href="#lobster" class="btn btn-secondary">查看详情</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="product-card">
|
||||
<div class="product-card-header gaming-gradient">
|
||||
<h3>挂机宝</h3>
|
||||
<p>专业游戏挂机设备</p>
|
||||
</div>
|
||||
<div class="product-card-body">
|
||||
<h4>产品特点</h4>
|
||||
<ul>
|
||||
<li>专为游戏挂机设计</li>
|
||||
<li>一拖一/一拖三可选</li>
|
||||
<li>低功耗,7x24小时运行</li>
|
||||
<li>适合游戏多开、挂机</li>
|
||||
</ul>
|
||||
<a href="#gaming" class="btn btn-secondary">查看详情</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content" id="win10">
|
||||
<h2>Win10小主机使用说明</h2>
|
||||
|
||||
<h3>1. 产品规格</h3>
|
||||
<div class="info-box">
|
||||
<strong>📋 配置范围:</strong>
|
||||
<ul style="margin-top: 10px;">
|
||||
<li><strong>CPU型号:</strong>1037U, 3217U, 5005U, 3855U</li>
|
||||
<li><strong>内存容量:</strong>4G-64G, 4G-128G, 8G-128G</li>
|
||||
<li><strong>可选配件:</strong>无线网卡、HD 500G硬盘</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3>2. 首次使用</h3>
|
||||
<ol>
|
||||
<li><strong>连接外设:</strong>
|
||||
<ul>
|
||||
<li>连接显示器(HDMI或VGA接口)</li>
|
||||
<li>连接键盘和鼠标(USB接口)</li>
|
||||
<li>连接网线或WiFi(如配备无线网卡)</li>
|
||||
<li>连接电源适配器</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>启动系统:</strong>
|
||||
<ul>
|
||||
<li>按下电源按钮启动</li>
|
||||
<li>等待Windows 10系统加载</li>
|
||||
<li>首次启动需要进行系统设置</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>系统设置:</strong>
|
||||
<ul>
|
||||
<li>选择区域和语言</li>
|
||||
<li>创建用户账户</li>
|
||||
<li>连接网络</li>
|
||||
<li>完成系统初始化</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3>3. 驱动安装</h3>
|
||||
<p>Win10小主机预装系统已包含基本驱动,如需更新或重新安装:</p>
|
||||
<ol>
|
||||
<li>访问设备管理器查看硬件状态</li>
|
||||
<li>右键点击需要更新的设备</li>
|
||||
<li>选择"更新驱动程序"</li>
|
||||
<li>选择"自动搜索驱动程序"</li>
|
||||
</ol>
|
||||
|
||||
<div class="success-box">
|
||||
<strong>✅ 提示:</strong> Win10小主机支持Windows更新,建议定期检查更新以获得最新功能和安全补丁。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content" id="lobster">
|
||||
<h2>龙虾盒子使用说明</h2>
|
||||
|
||||
<h3>1. 产品规格</h3>
|
||||
<div class="info-box">
|
||||
<strong>📋 配置范围:</strong>
|
||||
<ul style="margin-top: 10px;">
|
||||
<li><strong>CPU型号:</strong>i3-5005U, 3855U</li>
|
||||
<li><strong>内存容量:</strong>4G-64G, 4G-128G, 8G-128G</li>
|
||||
<li><strong>标配配件:</strong>无线网卡</li>
|
||||
<li><strong>可选配件:</strong>HD 500G硬盘</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3>2. 硬件连接</h3>
|
||||
<ol>
|
||||
<li><strong>连接显示器:</strong>
|
||||
<ul>
|
||||
<li>使用HDMI线连接显示器或电视</li>
|
||||
<li>支持4K分辨率输出</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>连接外设:</strong>
|
||||
<ul>
|
||||
<li>连接USB键盘和鼠标</li>
|
||||
<li>可连接USB Hub扩展接口</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>网络连接:</strong>
|
||||
<ul>
|
||||
<li>标配无线网卡,支持WiFi连接</li>
|
||||
<li>也可使用网线连接有线网络</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3>3. 使用场景</h3>
|
||||
<p>龙虾盒子性能强劲,适合以下场景:</p>
|
||||
<ul>
|
||||
<li><strong>家庭影院:</strong>连接电视,播放4K视频</li>
|
||||
<li><strong>轻度游戏:</strong>运行主流网游和独立游戏</li>
|
||||
<li><strong>办公学习:</strong>文档处理、网页浏览</li>
|
||||
<li><strong>媒体中心:</strong>Kodi、Plex等媒体服务器</li>
|
||||
</ul>
|
||||
|
||||
<div class="warning-box">
|
||||
<strong>⚠️ 注意:</strong> 龙虾盒子体积小巧,散热空间有限,建议避免长时间运行大型游戏或高负载任务。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content" id="gaming">
|
||||
<h2>挂机宝使用说明</h2>
|
||||
|
||||
<h3>1. 产品规格</h3>
|
||||
<div class="info-box">
|
||||
<strong>📋 配置范围:</strong>
|
||||
<ul style="margin-top: 10px;">
|
||||
<li><strong>CPU型号:</strong>1037U, 3217U, 5005U, 3855U</li>
|
||||
<li><strong>内存容量:</strong>4G-64G, 4G-128G, 8G-128G</li>
|
||||
<li><strong>产品类型:</strong>一拖一(单机挂机)、一拖三(多机挂机)</li>
|
||||
<li><strong>可选配件:</strong>无线网卡、HD 500G硬盘</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3>2. 一拖一使用说明</h3>
|
||||
<ol>
|
||||
<li><strong>硬件连接:</strong>
|
||||
<ul>
|
||||
<li>连接显示器、键盘、鼠标</li>
|
||||
<li>连接网线或WiFi</li>
|
||||
<li>连接电源适配器</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>系统配置:</strong>
|
||||
<ul>
|
||||
<li>安装Windows系统</li>
|
||||
<li>安装游戏客户端</li>
|
||||
<li>配置游戏自动挂机脚本</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>挂机设置:</strong>
|
||||
<ul>
|
||||
<li>设置电源选项为"从不休眠"</li>
|
||||
<li>关闭屏幕保护程序</li>
|
||||
<li>配置自动登录</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3>3. 一拖三使用说明</h3>
|
||||
<ol>
|
||||
<li><strong>硬件连接:</strong>
|
||||
<ul>
|
||||
<li>一拖三使用亚克力机箱</li>
|
||||
<li>可同时运行3个独立系统</li>
|
||||
<li>每个系统独立配置</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>系统管理:</strong>
|
||||
<ul>
|
||||
<li>使用KVM切换器管理多个系统</li>
|
||||
<li>或使用远程桌面连接</li>
|
||||
<li>每个系统独立运行游戏</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>网络配置:</strong>
|
||||
<ul>
|
||||
<li>建议使用有线网络</li>
|
||||
<li>每个系统配置独立IP地址</li>
|
||||
<li>确保网络带宽充足</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<h3>4. 挂机优化建议</h3>
|
||||
<ul>
|
||||
<li><strong>降低游戏画质:</strong>减少CPU和GPU负载</li>
|
||||
<li><strong>关闭不必要的程序:</strong>释放系统资源</li>
|
||||
<li><strong>定期重启:</strong>每周重启一次,清理内存</li>
|
||||
<li><strong>监控温度:</strong>确保散热良好,避免过热</li>
|
||||
<li><strong>UPS电源:</strong>配备UPS防止断电导致数据丢失</li>
|
||||
</ul>
|
||||
|
||||
<div class="success-box">
|
||||
<strong>✅ 提示:</strong> 挂机宝专为长时间运行设计,低功耗省电,适合7x24小时不间断运行。
|
||||
</div>
|
||||
|
||||
<div class="warning-box">
|
||||
<strong>⚠️ 注意:</strong> 请遵守游戏规则,合理使用挂机功能,避免账号被封禁。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<h2>常见问题与解决方案</h2>
|
||||
|
||||
<h3>Q1: 无法连接WiFi?</h3>
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>确认是否配备无线网卡</li>
|
||||
<li>检查WiFi开关是否打开</li>
|
||||
<li>重启路由器和主机</li>
|
||||
<li>更新无线网卡驱动</li>
|
||||
<li>尝试忘记网络后重新连接</li>
|
||||
</ol>
|
||||
|
||||
<h3>Q2: 系统运行缓慢?</h3>
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>检查CPU和内存使用率</li>
|
||||
<li>关闭不必要的启动项</li>
|
||||
<li>清理系统垃圾文件</li>
|
||||
<li>检查是否有病毒或恶意软件</li>
|
||||
<li>考虑升级内存或系统盘</li>
|
||||
</ol>
|
||||
|
||||
<h3>Q3: 无法输出显示?</h3>
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>检查显示器是否正常工作</li>
|
||||
<li>确认视频线连接正确</li>
|
||||
<li>尝试更换视频线或接口</li>
|
||||
<li>检查显示器输入源设置</li>
|
||||
<li>尝试连接其他显示器测试</li>
|
||||
</ol>
|
||||
|
||||
<h3>Q4: 挂机宝频繁掉线?</h3>
|
||||
<p><strong>解决方案:</strong></p>
|
||||
<ol>
|
||||
<li>检查网络连接是否稳定</li>
|
||||
<li>使用有线网络代替WiFi</li>
|
||||
<li>检查路由器设置,避免IP冲突</li>
|
||||
<li>更新网卡驱动</li>
|
||||
<li>联系网络服务商检查线路</li>
|
||||
</ol>
|
||||
|
||||
<div class="info-box">
|
||||
<strong>💡 更多问题?</strong> 请访问 <a href="faq.html">常见问题页面</a> 或联系技术支持。
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p>© 2026 泽枢云启 | 版权所有</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<script src="../js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user