This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

65
app/mobile/view/group/faq.phtml Executable file
View File

@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>常见问题_ORICO/奥睿科官网</title>
<meta name="Keywords" content="常见问题;">
<meta name="Description" content="常见问题;">
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<div id="content">
<!--头部-->
{include file="include/top_back1" /}
<div class="margin-top-60"></div>
<!--banner-->
<div class="banner img-responsives margin-top-90">
<img src="__PUBLIC__/m_web/images/faq/faq_banner.jpg">
</div>
<!--常见问题解答-->
<div class="m_Container">
<div class="title text_center margin-top-50 text_black"><strong>常见问题解答</strong></div>
<div class="img-responsives margin-top-40"><img src="__PUBLIC__/m_web/images/faq/faq_01.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">6629US3 如何使用脱机拷贝功能?</div>
<p class="des text_gray text_center line-height-40 margin-top-10">答: 由于操作系统的限制windowsXP系统只能支持2TB容量硬盘大于2TB容量硬盘不能支持无法正常使用。 *操作方法:首先,右击“计算机”, 然后点击“管理”打开进入“磁盘管理”找到新增加的硬盘右击“初始化”选择“MBR(硬盘容量小于等于2TB)”或“GPT(大于2TB)”,然后“新建简单卷”,默认下一步格式化分区,格式化完成后,硬盘就可以正常使用,显示出来新增</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_02.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">无法登录进入W150路由器设置界面?</div>
<p class="des text_gray text_center line-height-40 margin-top-10">将路由器插上电源插座通上电,先不要连接网线(切记)然后手机搜索连接上“ORICO”的无线网络信号连接成功后打开浏览器输IP地址192.168.1.1 进行登录访问打开登录首页后输入用户名admin ,密码admin ,登录即可。</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_03.jpg"></div>
<div class="subtitle text_black text_center margin-top-30 line-height-40">HUB是否可以连接电视扩展?无外接电源<br>能带动移动硬盘吗?</div>
<p class="des text_gray text_center line-height-40 margin-top-10">您好目前HUB主要针对是PC端使用的暂时还未普及到电视类目需要您的电视支持哦不能保证所有电视都能识别。一般2.5寸的硬盘是可以的呢由于USB供电有限如果您是给3.5寸的硬盘使用的话建议您购买带电源的HUB。</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_04.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">同行产品品牌对比</div>
<p class="des text_gray text_center line-height-40 margin-top-10">您好orico都是采用的进口控制芯片IC原器件自己研发的PCBA电路板以及所有模具外观均是ORICO研发生产!这种便宜的产品不是使用控制芯片而是使用一种叫邦定的技术一个PCBA如果使用邦定成本很低但是用个十来天就会出现问题!ORICO全部使用贴片元器件所以从用料上完全不一样!</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_05.jpg"></div>
<div class="subtitle text_black text_center margin-top-30">如何组建RAID模式?</div>
<p class="des text_gray text_left line-height-40 margin-top-10">
RAID设置方法如果硬盘不是全新的硬盘请先您备份好数据资料<br>
1、关闭阵列硬盘盒设备电源;<br>
2、拨动机身背部的RAID模式开关设置想要的RAID模式;<br>
3、按住SET按键不放打开电源开关大约5秒松开SET按键;<br>
4、同时可以在电脑上安装RAID管理器软件通过软件方式管理RAID功能;</p>
<div class="img-responsives margin-top-20"><img src="__PUBLIC__/m_web/images/faq/faq_06.jpg"></div>
<div class="subtitle text_black text_center margin-top-30 line-height-40">全新的硬盘连接电脑后,为什么<br>找不到硬盘,显示不了盘符?</div>
<p class="des text_gray text_center line-height-40 margin-top-10">答: 由于操作系统的限制windowsXP系统只能支持2TB容量硬盘大于2TB容量硬盘不能支持无法正常使用。 *操作方法:首先,右击“计算机”, 然后点击“管理”打开进入“磁盘管理”找到新增加的硬盘右击“初始化”选择“MBR(硬盘容量小于等于2TB)”或“GPT(大于2TB)”,然后“新建简单卷”,默认下一步格式化分区,格式化完成后,硬盘就可以正常使用,显示出来新增的盘符。</p>
</div>
<br class="bottom-margin">
<!--底部-->
{include file="include/bottom1" /}
</div>
</body></html>