mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: asciinema-player v2.6.1 (#881)
This commit is contained in:
@@ -172,6 +172,8 @@ https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/asciinema-player/2.6.1/asciinema-player.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/asciinema-player/2.6.1/asciinema-player.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/autocomplete.js/0.38.1/autocomplete.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/axios/0.25.0/axios.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.12.1/polyfill.min.js
|
||||
|
@@ -130,6 +130,10 @@ mappings.cdn = {
|
||||
'animejs/{version}/anime.': resources.animejs,
|
||||
'aos/{version}/aos.css': resources.aosCSS,
|
||||
'aos/{version}/aos.js': resources.aosJS,
|
||||
'asciinema-player/{version}/asciinema-player.min.js': resources.asciinemaPlayerJS,
|
||||
'asciinema-player/{version}/asciinema-player.js': resources.asciinemaPlayerJS,
|
||||
'asciinema-player/{version}/asciinema-player.min.css': resources.asciinemaPlayerCSS,
|
||||
'asciinema-player/{version}/asciinema-player.css': resources.asciinemaPlayerCSS,
|
||||
'axios/{version}/axios.': resources.axios,
|
||||
'babel-polyfill/{version}/polyfill.': resources.babelPolyfill,
|
||||
'babel-standalone/{version}/babel.': resources.babelStandalone,
|
||||
|
@@ -157,6 +157,13 @@ var resources = {
|
||||
'appboyWebSdk': {
|
||||
'path': 'resources/appboy-web-sdk/{version}/appboy.min.jsm'
|
||||
},
|
||||
// asciinema-player
|
||||
'asciinemaPlayerJS': {
|
||||
'path': 'resources/asciinema-player/{version}/asciinema-player.min.jsm'
|
||||
},
|
||||
'asciinemaPlayerCSS': {
|
||||
'path': 'resources/asciinema-player/{version}/asciinema-player.min.css'
|
||||
},
|
||||
// autocomplete.js
|
||||
'autocompleteJS': {
|
||||
'path': 'resources/autocomplete.js/{version}/autocomplete.min.jsm'
|
||||
|
@@ -123,6 +123,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/angular-translate/2.')) return '2.19.0';
|
||||
if (type.startsWith('/aos/2.')) return '2.3.4';
|
||||
if (type.startsWith('/appboy-web-sdk/3.')) return '3.5.0';
|
||||
if (type.startsWith('/asciinema-player/2.')) return '2.6.1';
|
||||
if (type.startsWith('/axios/0.')) return '0.25.0';
|
||||
if (type.startsWith('/babel-polyfill/')) return '7.12.1';
|
||||
if (type.startsWith('/babel-standalone/6.')) return '6.26.0';
|
||||
@@ -430,6 +431,8 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'asciinema-player.min.jsm': 'asciinema player (JS)',
|
||||
'asciinema-player.min.css': 'asciinema player (CSS)',
|
||||
'dygraph.min.jsm': 'dygraph',
|
||||
'search-insights.min.jsm': 'Search Insights',
|
||||
'fork-awesome.min.css': 'Fork Awesome',
|
||||
|
@@ -49,6 +49,7 @@
|
||||
<li>font-awesome v6.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/875">#875</a>)</li>
|
||||
<li>dygraphs v2.1.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/878">#878</a>)</li>
|
||||
<li>MooTools v1.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/879">#879</a>)</li>
|
||||
<li>asciinema-player v2.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/881">#881</a>)</li>
|
||||
</ul>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
|
1
resources/asciinema-player/2.6.1/asciinema-player.min.css
vendored
Normal file
1
resources/asciinema-player/2.6.1/asciinema-player.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user