From d2ef9d3f6edb448460ee9b803dd4ff46f430f74d Mon Sep 17 00:00:00 2001 From: chenlu Date: Tue, 29 Mar 2022 16:32:42 +0800 Subject: [PATCH] fixed 1a81fcf from https://gitee.com/thelastking/docs/pulls/2724 update doc about graphic Signed-off-by: chenlu Change-Id: Ib2a66213bb50827c09c61db06231de7800fc7dbe --- en/readme/graphics.md | 4 ++-- ...33\276\345\275\242\345\255\220\347\263\273\347\273\237.md" | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/readme/graphics.md b/en/readme/graphics.md index 2b659df208..bdf107f320 100644 --- a/en/readme/graphics.md +++ b/en/readme/graphics.md @@ -13,7 +13,7 @@ The Graphics subsystem mainly consists of user interface \(UI\) components, layo The related modules are described as follows: -- View: provides application components, including UIView, UIViewGoup, UIButton, UILabel, UILabelButton, UIList, and UISlider. +- View: provides application components, including UIView, UIViewGroup, UIButton, UILabel, UILabelButton, UIList, and UISlider. - Animator: defines functions for customizing animators. - Layout: lays out components, including Flexlayout, GridLayout, and ListLayout. - Transform: rotates, translates, or scales images. @@ -98,7 +98,7 @@ The following figure shows the architecture of the Graphics subsystem. Provides multi-window capabilities. -- Input Manger +- Input Manager Functions as the multimodal input module that receives input events. diff --git "a/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" index 9e2c6040e9..7d38c96d3b 100644 --- "a/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\233\276\345\275\242\345\255\220\347\263\273\347\273\237.md" @@ -29,7 +29,7 @@ 各模块介绍: -- View:应用组件,包括UIView、UIViewGoup、UIButton、UILabel、UILabelButton、UIList、UISlider等。 +- View:应用组件,包括UIView、UIViewGroup、UIButton、UILabel、UILabelButton、UIList、UISlider等。 - Animator:动画模块,开发者可以自定义动画。 - Layout:布局控件,包括Flexlayout、GridLayout、ListLayout等。 - Transform:图形变换模块,包括旋转、平移、缩放等。 -- GitLab