重构预缓存实用程序, 并保留分离式旧版本
This commit is contained in:
@@ -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: 清空缓存")
|
||||
|
||||
|
Reference in New Issue
Block a user