mirror of
https://gitee.com/moluo-tech/AT-Command
synced 2025-06-17 16:07:52 +00:00
43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
|
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
|
|
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="#/">中文</a>
|
|
<a href="#/">English</a>
|
|
</nav>
|
|
<div data-app id="app">Loading...</div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'AT Command(V2)',
|
|
repo: 'https://gitee.com/moluo-tech/AT-Command',
|
|
subMaxLevel: 3,
|
|
coverpage: true,
|
|
// Custom file name
|
|
coverpage: 'cover.md',
|
|
// multiple covers and custom file name
|
|
coverpage: {
|
|
'/': 'cover.md',
|
|
'/en/': 'cover.md',
|
|
},
|
|
loadSidebar: true,
|
|
loadSidebar: 'sidebar.md',
|
|
}
|
|
</script>
|
|
<!-- Docsify v4 -->
|
|
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
|
|
<script src="//unpkg.com/docsify-copy-code"></script>
|
|
<!-- 代码高亮 -->
|
|
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-c.min.js"></script>
|
|
|
|
</body>
|
|
</html>
|