mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: history v5.0.0
This commit is contained in:
@@ -209,8 +209,10 @@ targets.setLastVersion = function (type, version) {
|
||||
return '10.3.2';
|
||||
} else if (type.startsWith('/highlight.js/9.')) {
|
||||
return '9.18.3';
|
||||
} else if (type.startsWith('/history/')) {
|
||||
} else if (type.startsWith('/history/4.')) {
|
||||
return '4.10.1';
|
||||
} else if (type.startsWith('/history/5.')) {
|
||||
return '5.0.0';
|
||||
} else if (type.startsWith('/hls.js/')) {
|
||||
return '0.13.2';
|
||||
} else if (type.startsWith('/instantsearch.js/3.')) {
|
||||
|
Reference in New Issue
Block a user