mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-04-27 06:06:20 +02:00
feat(lib): upgrade waline from v2.6.1 to v3.5.6
This commit is contained in:
parent
c8b6512799
commit
1108347254
7 changed files with 98 additions and 9 deletions
assets
|
@ -52,6 +52,6 @@ libFiles:
|
|||
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
||||
cookieconsentCSS: cookieconsent/3.1.1/cookieconsent.min.css
|
||||
cookieconsentJS: cookieconsent/3.1.1/cookieconsent.min.js
|
||||
# waline@2.6.1 https://waline.js.org/
|
||||
walineCSS: waline/2.6.1/waline.css
|
||||
walineJS: waline/2.6.1/waline.js
|
||||
# waline@3.5.6 https://waline.js.org/
|
||||
walineCSS: waline/3.5.6/waline.css
|
||||
walineJS: waline/3.5.6/waline.js
|
||||
|
|
|
@ -56,3 +56,6 @@ libFiles:
|
|||
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
||||
cookieconsentCSS: cookieconsent@3.1.1/build/cookieconsent.min.css
|
||||
cookieconsentJS: cookieconsent@3.1.1/build/cookieconsent.min.js
|
||||
# waline@3.5.6 https://waline.js.org/
|
||||
walineCSS: '@waline/client@3.5.6/dist/waline.css'
|
||||
walineJS: '@waline/client@3.5.6/dist/waline.min.js'
|
||||
|
|
|
@ -56,3 +56,6 @@ libFiles:
|
|||
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
||||
cookieconsentCSS: cookieconsent@3.1.1/build/cookieconsent.min.css
|
||||
cookieconsentJS: cookieconsent@3.1.1/build/cookieconsent.min.js
|
||||
# waline@3.5.6 https://waline.js.org/
|
||||
walineCSS: '@waline/client@3.5.6/dist/waline.css'
|
||||
walineJS: '@waline/client@3.5.6/dist/waline.min.js'
|
||||
|
|
|
@ -56,6 +56,6 @@ libFiles:
|
|||
# cookieconsent@3.1.1 https://github.com/osano/cookieconsent
|
||||
cookieconsentCSS: cookieconsent@3.1.1/build/cookieconsent.min.css
|
||||
cookieconsentJS: cookieconsent@3.1.1/build/cookieconsent.min.js
|
||||
# waline@2.6.1 https://waline.js.org/
|
||||
walineCSS: '@waline/client@2.6.1/dist/waline.css'
|
||||
walineJS: '@waline/client@2.6.1/dist/waline.min.js'
|
||||
# waline@3.5.6 https://waline.js.org/
|
||||
walineCSS: '@waline/client@3.5.6/dist/waline.css'
|
||||
walineJS: '@waline/client@3.5.6/dist/waline.min.js'
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
| [Twemoji](https://github.com/twitter/twemoji) | twemoji | 14.0.2 |
|
||||
| [TypeIt](https://github.com/alexmacarthur/typeit) | typeit | 8.6.0 |
|
||||
| [Valine](https://github.com/xCss/Valine) | valine | 1.5.3 |
|
||||
| [Waline](https://github.com/walinejs/waline) | waline | 2.6.1 |
|
||||
| [Waline](https://github.com/walinejs/waline) | waline | 3.5.6 |
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue