1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-13 11:18:15 +01:00

feat(lib): upgrade fontawesome-free from 6.1.1 to 6.7.2 ()

This commit is contained in:
Dillon 2025-03-02 10:40:09 +08:00 committed by GitHub
parent 00c6eea6a4
commit f730f63145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 16 additions and 13 deletions

View file

@ -3,8 +3,8 @@ prefix:
# simple-icons@7.3.0 https://github.com/simple-icons/simple-icons
simpleIcons: https://cdnjs.cloudflare.com/ajax/libs/simple-icons/7.3.0/
libFiles:
# fontawesome-free@6.1.1 https://fontawesome.com/
fontawesomeFreeCSS: font-awesome/6.1.1/css/all.min.css
# fontawesome-free@6.7.2 https://fontawesome.com/
fontawesomeFreeCSS: font-awesome/6.7.2/css/all.min.css
# animate.css@4.1.1 https://github.com/daneden/animate.css
animateCSS: animate.css/4.1.1/animate.min.css
# autocomplete.js@0.38.1 https://github.com/algolia/autocomplete.js

View file

@ -3,8 +3,8 @@ prefix:
# simple-icons@7.3.0 https://github.com/simple-icons/simple-icons
simpleIcons: https://cdn.jsdelivr.net/npm/simple-icons@7.3.0/icons/
libFiles:
# fontawesome-free@6.1.1 https://fontawesome.com/
fontawesomeFreeCSS: '@fortawesome/fontawesome-free@6.1.1/css/all.min.css'
# fontawesome-free@6.7.2 https://fontawesome.com/
fontawesomeFreeCSS: '@fortawesome/fontawesome-free@6.7.2/css/all.min.css'
# animate.css@4.1.1 https://github.com/daneden/animate.css
animateCSS: animate.css@4.1.1/animate.min.css
# autocomplete.js@0.38.1 https://github.com/algolia/autocomplete.js

View file

@ -10,7 +10,7 @@
| [Cookie Consent](https://github.com/osano/cookieconsent) | cookieconsent | 3.1.1 |
| [Apache ECharts](https://github.com/apache/echarts) | echarts | 5.3.3 |
| [emoji-data](https://github.com/iamcal/emoji-data) | emoji-data | 15.1.2 |
| [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) | fontawesome-free | 6.1.1 |
| [Font Awesome Free](https://github.com/FortAwesome/Font-Awesome) | fontawesome-free | 6.7.2 |
| [Gitalk](https://github.com/gitalk/gitalk) | gitalk | 1.7.2 |
| [KaTeX](https://github.com/KaTeX/KaTeX) | katex | 0.16.21 |
| [lazysizes](https://github.com/aFarkas/lazysizes) | lazysizes | 5.3.2 |

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@
{{- partial "plugin/style.html" $options -}}
{{- /* Font Awesome */ -}}
{{- $source := $cdn.fontawesomeFreeCSS | default "lib/fontawesome-free/all.min.css" -}}
{{- $source := $cdn.fontawesomeFreeCSS | default "lib/fontawesome-free/css/all.min.css" -}}
{{- $options := dict "Source" $source "Fingerprint" $fingerprint "Preload" true -}}
{{- partial "plugin/style.html" $options -}}

File diff suppressed because one or more lines are too long