rename viewProperty to showProperty

This commit is contained in:
Nathan Du
2021-10-02 15:04:54 +08:00
committed by 神戸小鳥
parent 79e21a1156
commit b8fcb7203d

View File

@ -522,14 +522,14 @@ class App {
return this.alloc(tag, value); return this.alloc(tag, value);
case this.Steps.TRAJECTORY: case this.Steps.TRAJECTORY:
return this.viewProperty(); return this.showProperty();
default: default:
return undefined; return undefined;
} }
} }
viewProperty() { showProperty() {
let property = this.#life.getLastRecord(); let property = this.#life.getLastRecord();
return `当前属性 return `当前属性