mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(modules) add fancybox
This commit is contained in:
parent
3e1fad2c55
commit
976c2f4e4a
1 changed files with 11 additions and 0 deletions
|
|
@ -20,6 +20,17 @@
|
|||
"version": "1.0.3",
|
||||
"local": "/socket.io/socket.io.js",
|
||||
"remote": "//cdn.socket.io/socket.io-{{ version }}.js"
|
||||
}, {
|
||||
"name": "fancybox",
|
||||
"version": "2.1.5",
|
||||
"local": [
|
||||
"/lib/client/view/fancyBox/source/jquery.fancybox.css",
|
||||
"/lib/client/view/fancyBox/source/jquery.fancybox.js"
|
||||
],
|
||||
"remote": [
|
||||
"//cdnjs.cloudflare.com/ajax/libs/fancybox/{{ version }}/jquery.fancybox.min.css",
|
||||
"//cdnjs.cloudflare.com/ajax/libs/fancybox/{{ version }}/jquery.fancybox.min.js"
|
||||
]
|
||||
}]
|
||||
}, {
|
||||
"name": "storage",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue