Merge pull request #624 from thinkhp/issue_623

fix(gitalk):access_token request timeout(#623)
This commit is contained in:
Dillon
2022-05-08 03:02:43 +08:00
committed by GitHub
4 changed files with 11 additions and 10 deletions

View File

@@ -22,6 +22,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