希望官方能扩展@property的displayName为动态属性

@property({
displayName() {
return this._testName;
},
visible() {
return true;
}
})