MSQ 流式适配与校验增强,新增 NBS 音色表

This commit is contained in:
2025-04-08 17:49:49 +08:00
parent 889f8f9641
commit c14489f3a7
13 changed files with 629 additions and 75 deletions

View File

@ -13,9 +13,7 @@ def main():
if file.endswith(".egg-info"):
egg_info.append(file)
console.print(file)
for file in track(
["build", "dist", "logs", *egg_info], description="正删档"
):
for file in track(["build", "dist", "logs", *egg_info], description="正删档"):
if os.path.isdir(file) and os.access(file, os.W_OK):
shutil.rmtree(file)