This commit is contained in:
szrpf
2023-05-27 22:54:23 +08:00
parent ff57cedfd7
commit d34094d0ba
7 changed files with 38 additions and 38 deletions

View File

@@ -154,7 +154,7 @@ var DataBoard = /** @class */ (function (_super) {
set: function (value) {
this._customLabelString = value;
this.customLabelStringSplit = value
.replace(/,|/g, '_~_').replace(/:|/g, '_!_').replace(/ /g, '_@_')
.replace(/,|/g, '_~_').replace(/:|/g, '_!_').replace(/ /g, '_@_')
.replace(/_*\n_*/g, '_\n_').split('_');
},
enumerable: false,

File diff suppressed because one or more lines are too long