mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-13 15:52:44 +08:00
rename viewProperty to showProperty
This commit is contained in:
@ -522,14 +522,14 @@ class App {
|
||||
return this.alloc(tag, value);
|
||||
|
||||
case this.Steps.TRAJECTORY:
|
||||
return this.viewProperty();
|
||||
return this.showProperty();
|
||||
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
}
|
||||
|
||||
viewProperty() {
|
||||
showProperty() {
|
||||
let property = this.#life.getLastRecord();
|
||||
return `当前属性
|
||||
|
||||
|
Reference in New Issue
Block a user