diff --git a/product_management/core.py b/product_management/core.py index 7313a22..b1fb36c 100644 --- a/product_management/core.py +++ b/product_management/core.py @@ -1299,6 +1299,8 @@ class ProductManager: _DIM_LABEL_POLISH = { 'resolution': '分辨率', 'type': '类型', 'size': '尺寸', 'quality': '质量', 'duration': '时长', 'style': '风格', + 'prompt_tokens': '输入长度(tokens)', 'total_tokens': '总长度(tokens)', + 'hour': '调用小时', 'SR': '分辨率', } # ppid_pairs 的通用挂载标签——对表格无区分度,不作为要素列 _GENERIC_PRICE_LABELS = ('', '按量', '容量')