This repository was archived by the owner on May 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +33
-10
lines changed
Expand file tree Collapse file tree 3 files changed +33
-10
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments