This repository was archived by the owner on May 5, 2023. It is now read-only.
File tree 3 files changed +33
-10
lines changed
3 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 1
-
2
1
<div align =" center " >
3
2
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 >
8
9
9
10
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/leafcoder/django-covid19 )
10
11
![ GitHub top language] ( https://img.shields.io/github/languages/top/leafcoder/django-covid19 )
Original file line number Diff line number Diff line change 1
1
<div align =" center " >
2
2
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 >
7
9
8
10
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/leafcoder/django-covid19 )
9
11
![ GitHub top language] ( https://img.shields.io/github/languages/top/leafcoder/django-covid19 )
Original file line number Diff line number Diff line change 27
27
repo : 'https://github.com/leafcoder/django-covid19'
28
28
}
29
29
</ 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 >
31
31
< script src ="//cdn.jsdelivr.net/npm/docsify-copy-code "> </ script >
32
32
< script src ="//cdn.jsdelivr.net/npm/prismjs/components/prism-python.min.js "> </ script >
33
33
< 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
+
34
54
</ body >
35
55
</ html >
You can’t perform that action at this time.
0 commit comments