Files
doc/static/atfirst.html
2025-01-08 04:10:40 +08:00

148 lines
6.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta name="description" content="刷机后IP连接">
<meta name="keywords" content="海思机顶盒,hi3798m,nas系统,嵌入式系统,ubuntu移植,arm系统">
<meta property="og:title" content="www.ecoo.top" />
<meta property="og:locale" content="zh-CN" />
<meta name="description" content="海思机顶盒,hi3798m,nas系统,嵌入式系统,ubuntu移植,arm系统" />
<meta property="og:description" content="海思机顶盒,hi3798m,nas系统,嵌入式系统,ubuntu移植,arm系统" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta property="og:url" content="https://www.ecoo.top/" />
<meta property="og:site_name" content="www.ecoo.top" />
<!--========== BOX ICONS ==========-->
<link href='assets/css/boxicons.min.css' rel='stylesheet'>
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>刷机成功后第一步</title>
</head>
<body>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="https://www.ecoo.top" class="nav__logo">e 酷网</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="https://www.ecoo.top/#home" class="nav__link active-link">首页</a></li>
<li class="nav__item"><a href="https://www.ecoo.top/#about" class="nav__link">介绍</a></li>
<li class="nav__item"><a href="https://www.ecoo.top/#services" class="nav__link">固件下载</a></li>
<li class="nav__item"><a href="https://www.ecoo.top/#menu" class="nav__link">教程</a></li>
<li class="nav__item"><a href="https://www.ecoo.top/#contact" class="nav__link">协助</a></li>
<!-- <li class="nav__item"><a href="https://bbs.histb.com" class="nav__link">社区</a></li> -->
<li><i class='bx bx-moon change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<section class="menu section bd-container" id="menu">
<span class="section-subtitle">保姆级小白教程</span>
<h2 class="section-title">刷机成功后第一步做什么 </h2>
<p class="footer__logo">一、仔细阅读附带在首页的《使用指南》</p>
<br><img src="assets/img/shiyongzhinan.png" >
<br>
<br>
<p class="footer__logo">二、登陆后台终端</p>
<br><img src="assets/img/login.png" >
<br>注意20220808版之前的默认密码是1234
<br>
<p class="footer__logo">三、修改用户密码</p>
<br><pre>
root@hi3798mv200:~# passwd root
New password:
Retype new password:
passwd: password updated successfully
root@hi3798mv200:~# passwd ubuntu
New password:
Retype new password:
passwd: password updated successfully
root@hi3798mv200:~#
</pre>
<br>
<br>
<br>
<p class="footer__logo">四、加入作者微信群</p>
<br>作者微信号“ teasiu ” ,定期拉入群。
<br>
<br>
<p class="footer__logo">五、逛逛用户社区</p>
<br><a href="https://bbs.histb.com">交流社区</a>
<br>
<br><a href="https://doc.ecoo.top/">海纳思使用手册</a>
<br>
<br>
</section>
</main>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">海思机顶盒NAS系统</a>
<span class="footer__description">一个极低功耗的服务器</span>
<div>
<a href="#" class="footer__social"><i class='bx bxl-facebook'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-instagram'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-twitter'></i></a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">服务</h3>
<ul>
<li><a href="#" class="footer__link">盒子硬件购买</a></li>
<li><a href="#" class="footer__link">远程刷机</a></li>
<li><a href="#" class="footer__link">系统定制</a></li>
<li><a href="#" class="footer__link">疑难解决</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">链接站点</h3>
<ul>
<li><a href="https://bbs.histb.com" class="footer__link">交流社区</a></li>
<li><a href="https://dl.ecoo.top" class="footer__link">固件下载</a></li>
<li><a href="https://demo.ecoo.top" class="footer__link">使用指南</a></li>
<li><a href="#" class="footer__link">团队合作</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">宗旨</h3>
<ul>
<li>自由,免费的软件</li>
<li>简单易用的UI界面</li>
<li>成本低廉的硬件</li>
<li>适配更多芯片和机型</li>
</ul>
</div>
</div>
<p class="footer__copy">&#169; <a href="http://beian.miit.gov.cn">粤ICP备2022054080号</a></p>
</footer>
<!--========== SCROLL REVEAL ==========-->
<script src="assets/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
</body>
</html>