1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

mdb-ui-kit v8.0.0

This commit is contained in:
nobody
2024-11-03 06:58:58 +01:00
parent df36a546c6
commit 77fcc07c20
6 changed files with 7842 additions and 0 deletions

View File

@@ -341,6 +341,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/mdb-ui-kit/5.')) return '5.0.0';
if (type.startsWith('/mdb-ui-kit/6.')) return '6.4.2';
if (type.startsWith('/mdb-ui-kit/7.')) return '7.3.2';
if (type.startsWith('/mdb-ui-kit/8.')) return '8.0.0';
if (type.startsWith('/mobile/1.')) return '1.4.5';
if (type.startsWith('/Modaal/0.')) return '0.4.4';
if (type.startsWith('/modernizr/2.')) return '2.8.3';