'commit'
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user