Add dynamics behavior

This commit is contained in:
2022-03-30 16:19:29 +08:00
parent c811b5b1e5
commit e5ae05e737
7 changed files with 179 additions and 24 deletions
@@ -120,7 +120,7 @@ class BehaviorList extends Component<IBehaviorListProps & IMixinSettingProps> {
</div>
<div className="behavior-content-view">
{this.renderTerm(behavior, name, "title-view", needLocal)}
{this.renderTerm(behavior, info, "info-view", needLocal)}
{this.renderTerm(behavior, info, "info-view", true)}
</div>
<div className="behavior-action-view">
{this.renderActionButton(behavior)}