-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
26 lines (25 loc) · 5.29 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html><html lang=""><head><meta charSet="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><title>物资管理系统 · 操作手冊</title><meta name="viewport" content="width=device-width"/><meta name="generator" content="Docusaurus"/><meta name="description" content="操作手冊"/><meta property="og:title" content="物资管理系统 · 操作手冊"/><meta property="og:type" content="website"/><meta property="og:url" content="https://snowhahaha.github.io/ne_wms/"/><meta property="og:description" content="操作手冊"/><meta property="og:image" content="https://snowhahaha.github.io/ne_wms/img/undraw_online.svg"/><meta name="twitter:card" content="summary"/><meta name="twitter:image" content="https://snowhahaha.github.io/ne_wms/img/undraw_tweetstorm.svg"/><link rel="shortcut icon" href="/ne_wms/img/favicon.ico"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css"/><link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css"/><link rel="alternate" type="application/atom+xml" href="https://snowhahaha.github.io/ne_wms/blog/atom.xml" title="物资管理系统 Blog ATOM Feed"/><link rel="alternate" type="application/rss+xml" href="https://snowhahaha.github.io/ne_wms/blog/feed.xml" title="物资管理系统 Blog RSS Feed"/><script type="text/javascript" src="https://buttons.github.io/buttons.js"></script><script src="/ne_wms/js/scrollSpy.js"></script><link rel="stylesheet" href="/ne_wms/css/main.css"/><script src="/ne_wms/js/codetabs.js"></script></head><body><div class="fixedHeaderContainer"><div class="headerWrapper wrapper"><header><a href="/ne_wms/"><img class="logo" src="/ne_wms/img/favicon.ico" alt="物资管理系统"/><h2 class="headerTitleWithLogo">物资管理系统</h2></a><div class="navigationWrapper navigationSlider"><nav class="slidingNav"><ul class="nav-site nav-site-internal"><li class=""><a href="/ne_wms/docs/doc1" target="_self">文档</a></li><li class="siteNavItemActive"><a href="/ne_wms/help" target="_self">帮助</a></li><li class=""><a href="/ne_wms/blog/" target="_self">日志</a></li><li class="navSearchWrapper reactNavSearchWrapper"><input type="text" id="search_input_react" placeholder="搜索" title="搜索"/></li></ul></nav></div></header></div></div><div class="navPusher"><div class="docMainWrapper wrapper"><div class="container mainContainer documentContainer postContainer"><div class="wrapper"><div class="post"><header class="postHeader"><h1>需要帮助?</h1></header><p>请联系开发人员</p><div class="gridBlock"><div class="blockElement threeByGridBlock"><div class="blockContent"><h2><div><span><p>物资管理系统</p>
</span></div></h2><div><span><p>点击进入<a href="http://172.27.0.135:8080/ne_wms">http://172.27.0.135:8080/ne_wms</a></p>
</span></div></div></div><div class="blockElement threeByGridBlock"><div class="blockContent"><h2><div><span><p>操作手册</p>
</span></div></h2><div><span><p>学习如何使用 <a href="/ne_wms/docs/doc1.html">物资管理系统</a></p>
</span></div></div></div><div class="blockElement threeByGridBlock"><div class="blockContent"><h2><div><span><p>系统更新日志</p>
</span></div></h2><div><span><p><a href="/ne_wms/blog/">点击查看</a></p>
</span></div></div></div></div></div></div></div></div><footer class="nav-footer" id="footer"><section class="sitemap"><a href="/ne_wms/" class="nav-home"><img src="/ne_wms/img/favicon.ico" alt="物资管理系统" width="66" height="58"/></a><div><h5>文档</h5><a href="/ne_wms/docs/../doc1.html">后台管理系统</a><a href="/ne_wms/docs/../pda1.html">PDA</a></div><div><h5>帮助</h5><a href="/ne_wms/help.html">帮助</a><a href="/ne_wms/blog">日志</a></div><div><h5>更多</h5><a href="http://www.nlscan.com/" target="_blank">新大陆自动识别</a><a href="https://github.com/snowhahaha/ne_wms" target="_blank">GitHub</a><a class="github-button" href="https://github.com/snowhahaha/ne_wms" data-icon="octicon-star" data-count-href="/facebook/docusaurus/stargazers" data-show-count="true" data-count-aria-label="# stargazers on GitHub" aria-label="Star this project on GitHub">Star</a></div></section><a href="https://opensource.facebook.com/" target="_blank" rel="noreferrer noopener" class="fbOpenSource" style="width:300px"><img src="/ne_wms/img/logo.png" alt="新大陆自动识别" width="100%" height="40px"/></a><section class="copyright">Copyright © 2019 Newland Auto-ID Tech.(FuJion) Co., Ltd.</section></footer></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
document.addEventListener('keyup', function(e) {
if (e.target !== document.body) {
return;
}
// keyCode for '/' (slash)
if (e.keyCode === 191) {
const search = document.getElementById('search_input_react');
search && search.focus();
}
});
</script><script>
var search = docsearch({
apiKey: 'my-api-key',
indexName: 'my-index-name',
inputSelector: '#search_input_react',
algoliaOptions: {"facetFilters":["language:","version:undefined"]}
});
</script></body></html>