LookAtMySuitBot/js/node_modules/mineflayer/docs/zh/index.html

39 lines
1.2 KiB
HTML
Raw Normal View History

2023-12-24 20:08:39 -05:00
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<title>Mineflayer - 使用稳定的高级API创建Minecraft机器人</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="使用稳定的高级API创建Minecraft机器人">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<style>
.markdown-section {
max-width:1400px;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128628977-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128628977-3');
</script>
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'mineflayer',
repo: 'https://github.com/PrismarineJS/mineflayer',
loadSidebar: true,
subMaxLevel: 2,
auto2top: true
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>