Revert "Added: Aliplayer v2.9.3 (#384)"
This reverts commit fe840a6167
.
This commit is contained in:
parent
fe840a6167
commit
8bfb1b3df0
|
@ -1186,8 +1186,6 @@ https://cdn.jsdelivr.net/npm/urlize.js/urlize.js
|
|||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.css
|
||||
https://cdn.jsdelivr.net/npm/videojs-seek-buttons@1.6.0/dist/videojs-seek-buttons.min.js
|
||||
https://fonts.gstatic.com/s/materialicons/v85/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
|
||||
https://g.alicdn.com/de/prismplayer/2.9.3/aliplayer-min.js
|
||||
https://g.alicdn.com/de/prismplayer/2.9.3/skins/default/aliplayer-min.css
|
||||
https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css
|
||||
https://raw.githubusercontent.com/jquery-validation/jquery-validation/1.19.3/dist/jquery.validate.min.js
|
||||
https://raw.githubusercontent.com/pagekit/vue-resource/1.5.2/dist/vue-resource.min.js
|
||||
|
|
|
@ -75,7 +75,6 @@ readonly CLOUDFLARE_AJAX="https://ajax.cloudflare.com/cdn-cgi/scripts"
|
|||
readonly JSDELIVR="https://cdn.jsdelivr.net"
|
||||
readonly NETDNA_BOOTSTRAPCDN="https://netdna.bootstrapcdn.com"
|
||||
readonly GITHUB="https://raw.githubusercontent.com"
|
||||
readonly ALICDN="https://g.alicdn.com"
|
||||
|
||||
|
||||
# =============================================================================
|
||||
|
@ -581,12 +580,6 @@ function create_url() {
|
|||
fi
|
||||
elif [ "$folder" = "anchor-js" ]; then
|
||||
url="$JSDELIVR/npm/anchor-js@$version/$subfile"
|
||||
elif [ "$folder" = "aliplayer" ]; then
|
||||
if [ "$jfile" = "aliplayer-min.js" ]; then
|
||||
url="$ALICDN/de/prismplayer/$version/aliplayer-min.js"
|
||||
elif [ "$jfile" = "aliplayer-min.css" ]; then
|
||||
url="$ALICDN/de/prismplayer/$version/skins/default/aliplayer-min.css"
|
||||
fi
|
||||
else
|
||||
if [ "$subfile" = "$jfile" ]; then
|
||||
url="$CLOUDFLARE/$folder/$version/$subfile"
|
||||
|
|
|
@ -230,7 +230,6 @@ const Links = {
|
|||
};
|
||||
|
||||
const CDNs = {
|
||||
'g.alicdn.com': 'AliCDN',
|
||||
'ajax.googleapis.com': 'Google Hosted Libraries',
|
||||
'ajax.aspnetcdn.com': 'Microsoft Ajax CDN',
|
||||
'ajax.microsoft.com': 'Microsoft Ajax CDN [Deprecated]',
|
||||
|
|
|
@ -30,7 +30,7 @@ var mappings = {};
|
|||
* This only needs to be updated when new domains are added.
|
||||
* It's not necessary for subdirectories!
|
||||
*/
|
||||
mappings.lastMappingUpdate = '2021-04-20';
|
||||
mappings.lastMappingUpdate = '2021-02-10';
|
||||
|
||||
mappings.cdn = {
|
||||
|
||||
|
@ -983,13 +983,6 @@ mappings.cdn = {
|
|||
'/': {
|
||||
'{version}/raven.': resources.ravenJS
|
||||
}
|
||||
},
|
||||
// alicdn
|
||||
'g.alicdn.com': {
|
||||
'/': {
|
||||
'de/prismplayer/{version}/aliplayer-min.js': resources.aliplayerJS,
|
||||
'de/prismplayer/{version}/skins/default/aliplayer-min.css': resources.aliplayerCSS
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -33,13 +33,6 @@ var resources = {
|
|||
'algoliaSearch': {
|
||||
'path': 'resources/algoliasearch/{version}/algoliasearch.min.jsm'
|
||||
},
|
||||
// Aliplayer
|
||||
'aliplayerJS': {
|
||||
'path': 'resources/aliplayer/{version}/aliplayer-min.jsm'
|
||||
},
|
||||
'aliplayerCSS': {
|
||||
'path': 'resources/aliplayer/{version}/aliplayer-min.css'
|
||||
},
|
||||
// AnchorJS
|
||||
'anchorJS': {
|
||||
'path': 'resources/anchor-js/{version}/anchor.min.jsm'
|
||||
|
|
|
@ -73,8 +73,6 @@ targets.setLastVersion = function (type, version) {
|
|||
return '3.35.1';
|
||||
} else if (type.startsWith('/algoliasearch/4.')) {
|
||||
return '4.8.6';
|
||||
} else if (type.startsWith('/aliplayer/2.')) {
|
||||
return '2.9.3';
|
||||
} else if (type.startsWith('/anchor-js/3.')) {
|
||||
return '3.2.2';
|
||||
} else if (type.startsWith('/anchor-js/4.')) {
|
||||
|
@ -580,8 +578,6 @@ targets.determineResourceName = function (filename) {
|
|||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'aliplayer-min.css': 'Aliplayer (CSS)',
|
||||
'aliplayer-min.jsm': 'Aliplayer (JS)',
|
||||
'MaterialIcons.woff2': 'Google Material Icons',
|
||||
'font-awesome': 'Font Awesome',
|
||||
'leaflet.jsm': 'leaflet (JS)',
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
<li>Update: Swiper v6.5.6 -> v6.5.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/382">#382</a>)</li>
|
||||
<li>Update: mdb-ui-kit v3.4.0 -> v3.5.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/386">#386</a>)</li>
|
||||
<li>Added i18n: Ukrainian</li>
|
||||
<li>Added: Aliplayer v2.9.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/384">#384</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue