From 385a86eb2c71cfddda1f7d6c5794259fe37925dd Mon Sep 17 00:00:00 2001 From: david-ajax Date: Wed, 6 Aug 2025 05:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7b2bbc2..d668409 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,7 @@ def _open(*args, **kwargs): # 替换全局的 open builtins.open = _open -ver = '0.3.0' +ver = '0.3.0b' config = aux.ConfigFile("config.toml")