This commit is contained in:
2025-10-29 21:08:51 +08:00
7 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ if __name__ == "__main__":
# 清空日志
LogManager.clearLogs()
# main(sys.argv)
main(sys.argv)
# 添加iOS开发包到电脑上
deployer = DevDiskImageDeployer(verbose=True)

View File

@@ -26,7 +26,7 @@ def _force_utf8_everywhere():
except Exception:
pass
# _force_utf8_everywhere()
_force_utf8_everywhere()
class LogManager:
"""