@echo off echo 设置Qt调试环境变量... set QT_DEBUG_PLUGINS=1 echo Qt调试模式已启用 echo. echo 运行MagicWord应用程序... python src/main.py pause