首次迁移
This commit is contained in:
26
index.html
Normal file
26
index.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>mt3000备用脚本</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app">加载中...</div>
|
||||
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: 'mt3000备用脚本',
|
||||
repo: '',
|
||||
|
||||
// 自动跳转的首页内容(默认就是 README.md)
|
||||
loadSidebar: true, // 启用侧边栏
|
||||
loadNavbar: true, // 启用顶部导航栏
|
||||
subMaxLevel: 2, // 支持多级标题
|
||||
}
|
||||
</script>
|
||||
|
||||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user