Files
gl/index.html
2025-12-09 21:39:26 +08:00

27 lines
716 B
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>
<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>