mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
fix(gitalk):access_token request timeout(#623)
This commit is contained in:
parent
f787a4e5ad
commit
aaff455398
4 changed files with 11 additions and 10 deletions
|
@ -56,9 +56,9 @@ libFiles:
|
||||||
aplayerJS: aplayer@1.10.1/dist/APlayer.min.js
|
aplayerJS: aplayer@1.10.1/dist/APlayer.min.js
|
||||||
# meting@2.0.1 https://github.com/metowolf/MetingJS
|
# meting@2.0.1 https://github.com/metowolf/MetingJS
|
||||||
metingJS: meting@2.0.1/dist/Meting.min.js
|
metingJS: meting@2.0.1/dist/Meting.min.js
|
||||||
# gitalk@1.6.2 https://github.com/gitalk/gitalk
|
# gitalk@1.7.2 https://github.com/gitalk/gitalk
|
||||||
gitalkCSS: gitalk@1.6.2/dist/gitalk.min.css
|
gitalkCSS: gitalk@1.7.2/dist/gitalk.min.css
|
||||||
gitalkJS: gitalk@1.6.2/dist/gitalk.min.js
|
gitalkJS: gitalk@1.7.2/dist/gitalk.min.js
|
||||||
# valine@1.4.14 https://valine.js.org/
|
# valine@1.4.14 https://valine.js.org/
|
||||||
valineJS: valine@1.4.14/dist/Valine.min.js
|
valineJS: valine@1.4.14/dist/Valine.min.js
|
||||||
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
||||||
|
|
|
@ -21,6 +21,6 @@ echarts@4.8.0 https://echarts.apache.org/
|
||||||
mapbox-gl@1.10.1 https://github.com/mapbox/mapbox-gl-js
|
mapbox-gl@1.10.1 https://github.com/mapbox/mapbox-gl-js
|
||||||
aplayer@1.10.1 https://github.com/MoePlayer/APlayer
|
aplayer@1.10.1 https://github.com/MoePlayer/APlayer
|
||||||
meting@2.0.1 https://github.com/metowolf/MetingJS
|
meting@2.0.1 https://github.com/metowolf/MetingJS
|
||||||
gitalk@1.6.2 https://github.com/gitalk/gitalk
|
gitalk@1.7.2 https://github.com/gitalk/gitalk
|
||||||
valine@1.4.14 https://valine.js.org/
|
valine@1.4.14 https://valine.js.org/
|
||||||
cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
||||||
|
|
|
@ -835,6 +835,7 @@
|
||||||
.gt-container .gt-avatar-github {
|
.gt-container .gt-avatar-github {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@media (max-width: 479px) {
|
@media (max-width: 479px) {
|
||||||
.gt-container .gt-avatar-github {
|
.gt-container .gt-avatar-github {
|
||||||
|
|
12
assets/lib/gitalk/gitalk.min.js
vendored
12
assets/lib/gitalk/gitalk.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue