mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-14 16:22:38 +08:00
rename viewProperty to showProperty
This commit is contained in:
@ -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 `当前属性
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user