新增ogg格式文件

This commit is contained in:
涵曦 2024-06-28 14:46:46 +00:00
parent c875350112
commit 4436cc3a15

View File

@ -3,6 +3,7 @@ SUPPORT_MUSIC_TYPE = [
".flac", ".flac",
".wav", ".wav",
".ape", ".ape",
".ogg",
] ]
LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}&timestamp={timestamp}&limit=2" LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}&timestamp={timestamp}&limit=2"