添加导出为csv命令【测试功能】
This commit is contained in:
parent
bc69400b2c
commit
742c781a14
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user