highlight.js

Former-commit-id: 338a51020c97d5d5011d252baea92c8aec2c1532
Former-commit-id: c2d9da541244d2eb82684cb1f1ea7b2151c7bd6b
Former-commit-id: 6c68fa35837169c06ce71ab1a3f0da9c3f35e144
Former-commit-id: bb1551e71c5c2a9759fb1bbe6e82ea42bfac3dea [formerly cef4fa3d647a48ffe92a3a79171053c87052a024]
Former-commit-id: 796c904c01dbdf4a5898cf905ea52137304a7377
Former-commit-id: 1ddbf47712926ccbffbd309a9880ed172be883c2
Former-commit-id: 27bb3dd10eed835ebed315d00f0caf599f3a5d04
Former-commit-id: 7ef28eed9422ef491f553b7cffae786b32459717
Former-commit-id: 47ef19c41924cfedc8537218d0dcbfc9da050db2
This commit is contained in:
FairyEver
2019-12-13 14:14:54 +08:00
parent 1165400c8b
commit 801620c371
82 changed files with 6 additions and 6317 deletions

View File

@@ -77,5 +77,11 @@ module.exports = [
library: 'VueGridLayout',
css: '',
js: 'https://unpkg.com/vue-grid-layout@2.3.4/dist/vue-grid-layout.umd.min.js'
},
{
name: 'highlight.js',
library: 'hljs',
css: 'https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.17.1/build/styles/github-gist.min.css',
js: 'https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.17.1/build/highlight.min.js'
}
]