mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Adjustment to beta version numbers
This commit is contained in:
@ -174,14 +174,6 @@ helpers.formatNumber = function (number) {
|
||||
}
|
||||
};
|
||||
|
||||
helpers.formatVersion = function (version) {
|
||||
if (version.indexOf('beta') === -1) {
|
||||
return version;
|
||||
} else {
|
||||
return 'BETA';
|
||||
}
|
||||
};
|
||||
|
||||
helpers.formatFilename = function (targetPath) {
|
||||
if (targetPath.startsWith('resources/element-ui/')) {
|
||||
targetPath = targetPath.toLowerCase();
|
||||
|
Reference in New Issue
Block a user