style: 代码格式化

This commit is contained in:
2025-12-13 21:47:37 +08:00
parent a0b327cdbb
commit baa7ac8ee9
64 changed files with 755 additions and 573 deletions

View File

@@ -1,4 +1,4 @@
""" 通用音频适配器
"""通用音频适配器
基于 playsound 库的音频播放器, 在绝大多数 python 环境上提供音频服务
注意: 在未配置 pulseaudio 的 termux 不可用
"""
@@ -7,5 +7,6 @@ import os
import pathlib
import playsound
def play_by_path(path: pathlib.Path):
playsound.playsound(str(path))
playsound.playsound(str(path))