Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit d998da1

Browse files
committed
Merge branch 'feature-index' into develop
2 parents 0caf290 + df9ec88 commit d998da1

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.nojekyll

Whitespace-only changes.

index.html

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>新冠肺炎实时接口 - leafcoder</title>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7+
<meta name="description" content="新冠肺炎实时接口,实时获取各个城市、省份、国家的疫情数据以及整体统计详情。">
8+
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9+
<!-- <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> -->
10+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
11+
<script data-ad-client="ca-pub-9406265482044737" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
12+
<script>
13+
var _hmt = _hmt || [];
14+
(function() {
15+
var hm = document.createElement("script");
16+
hm.src = "https://hm.baidu.com/hm.js?f3fbccf0789476b80fab0c58359399a5";
17+
var s = document.getElementsByTagName("script")[0];
18+
s.parentNode.insertBefore(hm, s);
19+
})();
20+
</script>
21+
</head>
22+
<body>
23+
<div id="app"></div>
24+
<script>
25+
window.$docsify = {
26+
name: '新冠肺炎实时接口',
27+
repo: 'https://github.com/leafcoder/django-covid19',
28+
hideSidebar: true
29+
}
30+
</script>
31+
<script src="//unpkg.com/docsify/lib/docsify.min.js" data-ga="UA-54353519-1"></script>
32+
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
33+
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-python.min.js"></script>
34+
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-json.min.js"></script>
35+
<!-- Place this tag in your head or just before your close body tag. -->
36+
<script async defer src="https://buttons.github.io/buttons.js"></script>
37+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script>
38+
39+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.css">
40+
41+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/gitalk.min.js"></script>
42+
<script src="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.js"></script>
43+
<script>
44+
const gitalk = new Gitalk({
45+
clientID: 'de4bf0b518216daef17f',
46+
clientSecret: '378b45bc645577c56d1d350ad6a668e1311d80f5',
47+
repo: 'django-covid19',
48+
owner: 'leafcoder',
49+
admin: ['leafcoder'],
50+
id: '/docs/',
51+
distractionFreeMode: false
52+
})
53+
</script>
54+
55+
</body>
56+
</html>

0 commit comments

Comments
 (0)