补充readme以及release change相关信息,修改clibs.running的逻辑

This commit is contained in:
2025-01-23 11:20:16 +08:00
parent 6b6fa1ec71
commit 49d5f6c3db
13 changed files with 599 additions and 48 deletions

View File

@@ -145,6 +145,7 @@ def execution(data_files, w2t):
def main():
path = clibs.data_dp["_path"]
w2t = clibs.w2t
clibs.running = 4
data_files = initialization(path, w2t)
execution(data_files, w2t)