From a8696931887858a81422b1df3d277dfaf42fd073 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 11 Jan 2022 15:06:32 +0800 Subject: [PATCH] 1` --- doc/_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, '属性值'], ]