chore(lib): update mapbox-gl and valine

This commit is contained in:
Dillon 2020-04-30 01:49:33 +08:00
parent 74a10e0350
commit 854e9e3d37
8 changed files with 20 additions and 20 deletions

View file

@ -17,8 +17,8 @@ typeit@7.0.3 https://github.com/alexmacarthur/typeit
katex@0.11.1 https://katex.org/
mermaid@8.5.0 https://github.com/knsv/mermaid
echarts@4.7.0 https://echarts.apache.org/
mapbox-gl@1.9.1 https://github.com/mapbox/mapbox-gl-js
mapbox-gl@1.10.0 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
valine@1.4.9 https://valine.js.org/
valine@1.4.14 https://valine.js.org/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -974,7 +974,7 @@ enableEmoji = true
# echarts@4.7.0 https://echarts.apache.org/
echartsJS = ""
echartsMacaronsJS = ""
# mapbox-gl@1.9.1 https://docs.mapbox.com/mapbox-gl-js
# mapbox-gl@1.10.0 https://docs.mapbox.com/mapbox-gl-js
mapboxGLCSS = ""
mapboxGLJS = ""
# aplayer@1.10.1 https://github.com/MoePlayer/APlayer
@ -985,7 +985,7 @@ enableEmoji = true
# gitalk@1.6.2 https://github.com/gitalk/gitalk
gitalkCSS = ""
gitalkJS = ""
# valine@1.4.9 https://valine.js.org/
# valine@1.4.14 https://valine.js.org/
valineJS = ""
# Markup related configuration in Hugo

View file

@ -614,7 +614,7 @@ Please open the code block below to view the complete sample configuration :(far
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.7.0
echartsJS = ""
echartsMacaronsJS = ""
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.9.1
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.10.0
mapboxGLCSS = ""
mapboxGLJS = ""
# {{< link "https://github.com/MoePlayer/APlayer" "aplayer" >}}@1.10.1
@ -625,7 +625,7 @@ Please open the code block below to view the complete sample configuration :(far
# {{< link "https://github.com/gitalk/gitalk" "gitalk" >}}@1.6.2
gitalkCSS = ""
gitalkJS = ""
# {{< link "https://valine.js.org/" "valine" >}}@1.4.9
# {{< link "https://valine.js.org/" "valine" >}}@1.4.14
valineJS = ""
# Markup related config in Hugo

View file

@ -619,7 +619,7 @@ Please open the code block below to view the complete sample configuration :(far
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.7.0
echartsJS = ""
echartsMacaronsJS = ""
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.9.1
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.10.0
mapboxGLCSS = ""
mapboxGLJS = ""
# {{< link "https://github.com/MoePlayer/APlayer" "aplayer" >}}@1.10.1
@ -630,7 +630,7 @@ Please open the code block below to view the complete sample configuration :(far
# {{< link "https://github.com/gitalk/gitalk" "gitalk" >}}@1.6.2
gitalkCSS = ""
gitalkJS = ""
# {{< link "https://valine.js.org/" "valine" >}}@1.4.9
# {{< link "https://valine.js.org/" "valine" >}}@1.4.14
valineJS = ""
# Markup related config in Hugo

View file

@ -617,7 +617,7 @@ hugo
# {{< link "https://echarts.apache.org/" "echarts" >}}@4.7.0
echartsJS = ""
echartsMacaronsJS = ""
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.9.1
# {{< version 0.2.0 >}} {{< link "https://docs.mapbox.com/mapbox-gl-js" mapbox-gl >}}@1.10.0
mapboxGLCSS = ""
mapboxGLJS = ""
# {{< link "https://github.com/MoePlayer/APlayer" "aplayer" >}}@1.10.1
@ -628,7 +628,7 @@ hugo
# {{< link "https://github.com/gitalk/gitalk" "gitalk" >}}@1.6.2
gitalkCSS = ""
gitalkJS = ""
# {{< link "https://valine.js.org/" "valine" >}}@1.4.9
# {{< link "https://valine.js.org/" "valine" >}}@1.4.14
valineJS = ""
# Hugo 解析文档的配置

View file

@ -10,7 +10,7 @@
{{- end -}}
{{- $params := .Params | merge .Site.Params.page -}}
{{- .Scratch.Set "version" "0.2.2" -}}
{{- .Scratch.Set "version" "0.2.3" -}}
{{- if eq hugo.Environment "production" -}}
{{- .Scratch.Set "cdn" .Site.Params.cdn -}}