-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added popular libraries/frameworks dropdown
- Loading branch information
michaelsboost
committed
Sep 9, 2024
1 parent
69c4b75
commit 1fc0595
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -153,12 +153,7 @@ let d = { | |
}, | ||
'bulm css': { | ||
libraries: [ | ||
"https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css" | ||
], | ||
meta: '' | ||
}, | ||
'bulma-extensions': { | ||
libraries: [ | ||
"https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css", | ||
"https://cdn.jsdelivr.net/npm/[email protected]/css/bulma-extensions.min.css", | ||
"https://cdn.jsdelivr.net/npm/[email protected]/js/bulma-extensions.min.js" | ||
], | ||
|
@@ -189,6 +184,12 @@ let d = { | |
], | ||
meta: '' | ||
}, | ||
'dojo': { | ||
libraries: [ | ||
"https://cdnjs.cloudflare.com/ajax/libs/dojo/1.17.3/dojo.js" | ||
], | ||
meta: '' | ||
}, | ||
'echarts': { | ||
libraries: [ | ||
"https://cdnjs.cloudflare.com/ajax/libs/echarts/5.3.3/echarts.min.js" | ||
|