Skip to content

Commit 4b919c6

Browse files
authored
🐛 修复 typo
1 parent 03662a5 commit 4b919c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

2 - 百格齐放 - 20201202/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![](http://pic.alexv525.com/2020-12-02-123329.png?)
44

5-
实现两种布局,要求如下:
5+
同时实现两种布局,要求如下:
66
* 上下 **各占一半** 的应用布局空间;
77
* 上半部分:
88
* 横向显示 **9** 个比例条,比例条的 **每一个部分****中间** 显示该部分的比例;
@@ -14,7 +14,7 @@
1414
* 每个部分显示随机颜色。
1515
* 不能使用 `SizedBox``Container``width``height``ConstrainedBox`
1616

17-
生成随机颜色的代码
17+
随机颜色生成器
1818

1919
```dart
2020
import 'dart:math' as math;
@@ -39,7 +39,7 @@ class RandomColor {
3939

4040
***横屏** 时,区域显示为 **左右** 两块;**竖屏** 时,显示为 **上下** 两块;
4141
* 上半部分:
42-
* 支持总条数为 **m**总比例为 **n**,单个比例条区域数为 **o** 的比例条,且每个区域的比例均可以控制;
42+
* 支持总条数为 **m**总比例为 **n**,单个比例条区域数为 **o** 的比例条,且每个区域的比例均可以控制;
4343
* 下半部分:
4444
* 支持总数为 **n** 个方块的层叠;
4545
* 在原有基础上,从 **右上****左下** 以同样的方式再层叠一组方块。

0 commit comments

Comments
 (0)