This commit is contained in:
HuangHai
2026-01-12 08:57:32 +08:00
parent 20e8d6cdd8
commit 10f5c7253c

View File

@@ -24,6 +24,8 @@ def main():
except ImportError as e:
print(f"❌ 导入错误: {e}")
except KeyboardInterrupt:
print(f"\n🛑 用户手动停止了程序 (Ctrl+C)。")
except Exception as e:
print(f"❌ 运行错误: {e}")