重构预缓存实用程序, 并保留分离式旧版本

This commit is contained in:
2025-10-02 14:55:24 +08:00
parent e96832a60c
commit 156f558a45
2 changed files with 233 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# 音频预缓存实用程序, 独立于主程序之外, 但依赖其他组件
# 音频预缓存实用程序(旧版), 独立于主程序之外, 但依赖其他组件
import particles as pt
import auxiliary as aux
import edge_tts as tts
@@ -45,7 +45,7 @@ def walk(path_str: str):
walk(path_str)
if __name__ == "__main__":
print("音频预缓存实用程序")
print("音频预缓存实用程序(旧版)")
print("A: 全部缓存")
print("C: 清空缓存")