mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-11 20:20:50 +02:00
Update libraryList.js
This commit is contained in:
committed by
GitHub
parent
0094a72b8d
commit
c179bced82
@ -76,7 +76,7 @@ export const jsLibs = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
url:
|
url:
|
||||||
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.4/js/uikit.min.js',
|
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.5/js/uikit.min.js',
|
||||||
label: 'UIkit 3',
|
label: 'UIkit 3',
|
||||||
type: 'js'
|
type: 'js'
|
||||||
},
|
},
|
||||||
@ -128,7 +128,7 @@ export const cssLibs = [
|
|||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css',
|
url: 'https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css',
|
||||||
label: 'Bulma',
|
label: 'Bulma',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
@ -151,7 +151,7 @@ export const cssLibs = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
url:
|
url:
|
||||||
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.4/css/uikit.min.css',
|
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.5/css/uikit.min.css',
|
||||||
label: 'UIkit 3',
|
label: 'UIkit 3',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
@ -168,7 +168,7 @@ export const cssLibs = [
|
|||||||
type: 'css'
|
type: 'css'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
url: 'https://use.fontawesome.com/releases/v5.8.1/css/all.css',
|
url: 'https://use.fontawesome.com/releases/v5.8.2/css/all.css',
|
||||||
label: 'FontAwesome 5',
|
label: 'FontAwesome 5',
|
||||||
type: 'css'
|
type: 'css'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user