Skip to content

Commit

Permalink
refactor: simplify node transform (#693)
Browse files Browse the repository at this point in the history
* refactor: simplify node transform

* refactor: simplify node transform

* feat: batch update dynamic class

* feat: auto focus new line Input

---------

Co-authored-by: onePone <pwang31@trip.com>
  • Loading branch information
1pone and Xremn authored Jun 27, 2024
1 parent a20f0fc commit c076bd9
Show file tree
Hide file tree
Showing 22 changed files with 314 additions and 667 deletions.
1 change: 1 addition & 0 deletions packages/arex/src/i18n/locales/cn/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"recordMachineNum": "录制机器数量",
"replay": "回放",
"runningStatus": "运行状态",
"selectMethodTip": "请选择一个方法以保存",
"selectNodePath": "选择节点路径",
"serializeSkip": "序列化忽略",
"skipMock": "不Mock依赖",
Expand Down
1 change: 1 addition & 0 deletions packages/arex/src/i18n/locales/en/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
"recordMachineNum": "Record Machine Count",
"replay": "Replay",
"runningStatus": "Running Status",
"selectMethodTip": "Please select a method to save",
"selectNodePath": "Select Node Path",
"serializeSkip": "SerializeSkip",
"skipMock": "Skip Mock",
Expand Down

This file was deleted.

Loading

0 comments on commit c076bd9

Please sign in to comment.