feat: Enable ExitCursor() call in main execution block

This commit is contained in:
cheng zhen
2025-02-13 21:59:44 +08:00
parent 9f89dcba7b
commit 840c4393d2

View File

@@ -387,7 +387,7 @@ if __name__ == "__main__":
browser_manager = None
try:
logging.info("\n=== 初始化程序 ===")
# ExitCursor()
ExitCursor()
# 提示用户选择操作模式
print("\n请选择操作模式:")