加个小提示
This commit is contained in:
@@ -130,6 +130,11 @@ class OutputFormatter:
|
||||
"""打印警告信息"""
|
||||
print(f"{Colors.BRIGHT_YELLOW}[!]{Colors.ENDC} {Colors.YELLOW}{text}{Colors.ENDC}")
|
||||
|
||||
@staticmethod
|
||||
def tip(text: str):
|
||||
"""打印提示信息"""
|
||||
print(f"{Colors.BRIGHT_CYAN}[*]{Colors.ENDC} {Colors.CYAN}{text}{Colors.ENDC}")
|
||||
|
||||
@staticmethod
|
||||
def step(num: int, text: str):
|
||||
"""打印步骤信息"""
|
||||
|
||||
Reference in New Issue
Block a user