优化日志显示
This commit is contained in:
@@ -73,7 +73,7 @@ class DataRangeConverter:
|
||||
# Full Range 不需要转换
|
||||
if data_range == "Full":
|
||||
if self.verbose:
|
||||
print("✓ 使用 Full Range (0-255),无需转换")
|
||||
print("使用 Full Range (0-255),无需转换")
|
||||
return pattern_params
|
||||
|
||||
# Limited Range 需要转换
|
||||
@@ -157,7 +157,7 @@ class DataRangeConverter:
|
||||
|
||||
def _print_footer(self, total_count):
|
||||
"""打印转换尾部信息"""
|
||||
print(f"✓ 转换完成,共 {total_count} 个图案")
|
||||
print(f"转换完成,共 {total_count} 个图案")
|
||||
print("=" * 80)
|
||||
|
||||
def get_info(self):
|
||||
|
||||
Reference in New Issue
Block a user