优化日志显示

This commit is contained in:
xinzhu.yin
2026-04-21 15:31:48 +08:00
parent 6cc3e55ebb
commit e27312d0a3
22 changed files with 684 additions and 553 deletions

View File

@@ -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):