diff --git a/doc/_common.py b/doc/_common.py index 0d85ca33..09dbc641 100644 --- a/doc/_common.py +++ b/doc/_common.py @@ -27,7 +27,7 @@ class Attr(object): def __init__(self): self.fields = [ ['attr_id', 0, '属性id'], - ['type', 0, '0: 绝对值 1:百分比'], + ['type', 0, '1: 绝对值 2:百分比'], ['val', 0, '属性值'], ] @@ -36,7 +36,7 @@ class AttrDesc(object): def __init__(self): self.fields = [ ['attr_id', 0, '属性id'], - ['type', 0, '0: 绝对值 1:百分比'], + ['type', 0, '1: 绝对值 2:百分比'], ['val', 0, '属性值'], ]