1
0

增加软件管理实用程序与音频缓存机制修复

This commit is contained in:
2025-09-10 23:27:02 +08:00
parent f2dae69efd
commit 3557af0067
8 changed files with 277 additions and 15 deletions

View File

@@ -1,2 +1,5 @@
# for Android/Termux
import os
def playsound(p):
os.system(f"play-audio '{p}'")
print(p)