From 062a5d166b10f61c66dd0320ebf9aad4fbc293e1 Mon Sep 17 00:00:00 2001 From: ZhangGe6 Date: Fri, 1 Jul 2022 00:02:42 +0800 Subject: [PATCH] update reamdme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 214ffa4..44ca70d 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,7 @@ Currently, the following editing operations are supported: - Delete a node and all the nodes rooted on it. - Recover a deleted node. - [x] Rename the name of node inputs/outputs +- [x] Rename the model inputs/outputs - [x] Edit the attribute of nodes - [x] Add new nodes (experimental) @@ -135,6 +136,9 @@ The process is shown in the following figure: +## Rename the name of node inputs/outputs +Click the model input/output node, type a new name for it in the sidebar, then we are done. + ## Edit the attribute of nodes Change the original attribute to a new value, then we are done.