mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
50 lines
1.6 KiB
HTML
50 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>pyecharts</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="description" content="Description">
|
|
<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">
|
|
<link rel="icon" href="favicon.ico">
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<a href="#/">主页</a>
|
|
<a href="#/zh-cn/">中文</a>
|
|
<a href="#/en-us/">English</a>
|
|
</nav>
|
|
<div id="app">Loading ...</div>
|
|
<script>
|
|
window.$docsify = {
|
|
name: 'pyecharts',
|
|
repo: 'https://github.com/pyecharts/pyecharts',
|
|
coverpage: true,
|
|
autoHeader: true,
|
|
loadSidebar: true,
|
|
subMaxLevel: 2,
|
|
auto2top: true,
|
|
search: {
|
|
maxAge: 86400000,
|
|
placeholder: {
|
|
'/zh-cn/': '全文搜索',
|
|
'/release-note/': '全文搜索',
|
|
'/en-us/': 'Search',
|
|
},
|
|
noData: {
|
|
'/zh-cn/': '找不到结果',
|
|
'/release-note/': '找不到结果',
|
|
'/en-us/': 'No Results'
|
|
},
|
|
depth: 2
|
|
}
|
|
}
|
|
</script>
|
|
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
|
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
|
|
</body>
|
|
|
|
</html> |