优化拔出逻辑

This commit is contained in:
2025-09-16 20:03:17 +08:00
parent 9490da09f4
commit c29a663300
4 changed files with 58 additions and 35 deletions

View File

@@ -240,7 +240,7 @@ def _force_utf8_everywhere():
except Exception:
pass
_force_utf8_everywhere()
# _force_utf8_everywhere()
# ========= 全局:强制 UTF-8 + 关闭缓冲(运行期立刻生效) =========