fix(gitalk):access_token request timeout(#623)

This commit is contained in:
hepei 2021-09-07 10:20:33 +08:00
parent f787a4e5ad
commit aaff455398
4 changed files with 11 additions and 10 deletions

View file

@ -56,9 +56,9 @@ libFiles:
aplayerJS: aplayer@1.10.1/dist/APlayer.min.js
# meting@2.0.1 https://github.com/metowolf/MetingJS
metingJS: meting@2.0.1/dist/Meting.min.js
# gitalk@1.6.2 https://github.com/gitalk/gitalk
gitalkCSS: gitalk@1.6.2/dist/gitalk.min.css
gitalkJS: gitalk@1.6.2/dist/gitalk.min.js
# gitalk@1.7.2 https://github.com/gitalk/gitalk
gitalkCSS: gitalk@1.7.2/dist/gitalk.min.css
gitalkJS: gitalk@1.7.2/dist/gitalk.min.js
# valine@1.4.14 https://valine.js.org/
valineJS: valine@1.4.14/dist/Valine.min.js
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent

View file

@ -21,6 +21,6 @@ echarts@4.8.0 https://echarts.apache.org/
mapbox-gl@1.10.1 https://github.com/mapbox/mapbox-gl-js
aplayer@1.10.1 https://github.com/MoePlayer/APlayer
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/
cookieconsent@3.1.1 https://github.com/osano/cookieconsent

View file

@ -835,6 +835,7 @@
.gt-container .gt-avatar-github {
width: 3em;
height: 3em;
cursor: pointer;
}
@media (max-width: 479px) {
.gt-container .gt-avatar-github {

File diff suppressed because one or more lines are too long