添加导出为csv命令【测试功能】

This commit is contained in:
xaoyaoo 2023-12-28 09:08:10 +08:00
parent bc69400b2c
commit 742c781a14

View File

@ -18,4 +18,4 @@ VERSION_LIST_PATH = os.path.join(os.path.dirname(__file__), "version_list.json")
with open(VERSION_LIST_PATH, "r", encoding="utf-8") as f:
VERSION_LIST = json.load(f)
__version__ = "2.3.25"
__version__ = "2.3.26"