1
0

更新版本号

This commit is contained in:
2025-08-06 05:30:30 +08:00
parent eab2c814f0
commit 2e08d032e4

View File

@@ -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")