Merge branch 'main' into reset
This commit is contained in:
commit
cbe9c9248d
23 changed files with 132 additions and 31 deletions
|
|
@ -81,7 +81,7 @@ export class Hap {
|
|||
'(' + (this.whole == undefined ? '~' : this.whole.show()) + ', ' + this.part.show() + ', ' + this.value + ')'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
showWhole() {
|
||||
return `${this.whole == undefined ? '~' : this.whole.show()}: ${this.value}`;
|
||||
}
|
||||
|
|
@ -100,4 +100,4 @@ export class Hap {
|
|||
}
|
||||
}
|
||||
|
||||
export default Hap;
|
||||
export default Hap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue