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

Commit edc4a0b

Browse files
committed
Merge branch 'develop'
2 parents 8f7d1a9 + 2382781 commit edc4a0b

File tree

3 files changed

+33
-10
lines changed

3 files changed

+33
-10
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
21
<div align="center">
32

4-
# django-covid19
5-
![GitHub watchers](https://img.shields.io/github/watchers/leafcoder/django-covid19?style=social)
6-
![GitHub stars](https://img.shields.io/github/stars/leafcoder/django-covid19?style=social)
7-
![GitHub forks](https://img.shields.io/github/forks/leafcoder/django-covid19?style=social)
3+
# 新冠肺炎实时接口 {docsify-ignore}
4+
5+
<!-- Place this tag where you want the button to render. -->
6+
<a class="github-button" href="https://github.com/leafcoder/django-covid19/subscription" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Watch leafcoder/django-covid19 on GitHub">Watch</a>
7+
<a class="github-button" href="https://github.com/leafcoder/django-covid19" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Star leafcoder/django-covid19 on GitHub">Star</a>
8+
<a class="github-button" href="https://github.com/leafcoder/django-covid19/fork" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Fork leafcoder/django-covid19 on GitHub">Fork</a>
89

910
![GitHub release (latest by date)](https://img.shields.io/github/v/release/leafcoder/django-covid19)
1011
![GitHub top language](https://img.shields.io/github/languages/top/leafcoder/django-covid19)

docs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<div align="center">
22

3-
# django-covid19
4-
![GitHub watchers](https://img.shields.io/github/watchers/leafcoder/django-covid19?style=social)
5-
![GitHub stars](https://img.shields.io/github/stars/leafcoder/django-covid19?style=social)
6-
![GitHub forks](https://img.shields.io/github/forks/leafcoder/django-covid19?style=social)
3+
# 新冠肺炎实时接口 {docsify-ignore}
4+
5+
<!-- Place this tag where you want the button to render. -->
6+
<a class="github-button" href="https://github.com/leafcoder/django-covid19/subscription" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Watch leafcoder/django-covid19 on GitHub">Watch</a>
7+
<a class="github-button" href="https://github.com/leafcoder/django-covid19" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Star leafcoder/django-covid19 on GitHub">Star</a>
8+
<a class="github-button" href="https://github.com/leafcoder/django-covid19/fork" data-color-scheme="no-preference: light; light: light; dark: dark;" data-show-count="true" aria-label="Fork leafcoder/django-covid19 on GitHub">Fork</a>
79

810
![GitHub release (latest by date)](https://img.shields.io/github/v/release/leafcoder/django-covid19)
911
![GitHub top language](https://img.shields.io/github/languages/top/leafcoder/django-covid19)

docs/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,29 @@
2727
repo: 'https://github.com/leafcoder/django-covid19'
2828
}
2929
</script>
30-
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
30+
<script src="//unpkg.com/docsify/lib/docsify.min.js" data-ga="UA-54353519-1"></script>
3131
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code"></script>
3232
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-python.min.js"></script>
3333
<script src="//cdn.jsdelivr.net/npm/prismjs/components/prism-json.min.js"></script>
34+
<!-- Place this tag in your head or just before your close body tag. -->
35+
<script async defer src="https://buttons.github.io/buttons.js"></script>
36+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/ga.min.js"></script>
37+
38+
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.css">
39+
40+
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/gitalk.min.js"></script>
41+
<script src="//cdn.jsdelivr.net/npm/gitalk/dist/gitalk.min.js"></script>
42+
<script>
43+
const gitalk = new Gitalk({
44+
clientID: 'de4bf0b518216daef17f',
45+
clientSecret: '378b45bc645577c56d1d350ad6a668e1311d80f5',
46+
repo: 'django-covid19',
47+
owner: 'leafcoder',
48+
admin: [],
49+
// facebook-like distraction free mode
50+
distractionFreeMode: false
51+
})
52+
</script>
53+
3454
</body>
3555
</html>

0 commit comments

Comments
 (0)