Skip to content

Commit 86f4864

Browse files
committed
docs(harmonyos): modify layout options for ext-harmonyos
Modify layout options for ext-harmonyos in `genius/harmonyos/arkui-clarify.vm` file. Removed duplicate components, updated comment examples for Android Layout code, and made the layout and components suggestions unique.
1 parent 4e40af6 commit 86f4864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exts/ext-harmonyos/src/main/resources/genius/harmonyos/arkui-clarify.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ According to the user's code/requirements, you should choose the best Layout and
1010

1111
For example:
1212

13-
User: // maybe send Android Layout code, maybe some requirements
14-
Your Answer: [FlexLayout, Button, CheckBox, Checkbox, Button, Text]
13+
User: // maybe Android Layout code, maybe some requirements or some other code.
14+
Your Answer: [FlexLayout, Button, CheckBox, Text] // the best layout and possible components should be unique.
1515

1616
----
1717

0 commit comments

Comments
 (0)