diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index c5b8f6f360..3b818890c4 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -289,28 +289,21 @@ Each budget entry is a JSON object with the following properties:
- - Property - - 属性 - - | -- - Value - - 值 - - | +Property | +Value | +
---|---|---|---|
属性 | +值 | ||
type | - + The type of budget. One of: - + 限制的类型。有效值为: * bundle - The size of a specific bundle. @@ -342,21 +335,21 @@ Each budget entry is a JSON object with the following properties: | ||
name | - + The name of the bundle (for `type=bundle`). - + 要限制的包的名字(当 `type=bundle` 时)。 - + | ||
baseline | - + An absolute baseline size for percentage values. - + 一个表示基准大小的绝对值,用做比例值的基数。 - + | ||