删除不用的配置
This commit is contained in:
parent
cd1461df6d
commit
0d2ba60728
@ -10,7 +10,6 @@ from xiaomusic.utils import validate_proxy
|
|||||||
|
|
||||||
LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}×tamp={timestamp}&limit=2"
|
LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}×tamp={timestamp}&limit=2"
|
||||||
COOKIE_TEMPLATE = "deviceId={device_id}; serviceToken={service_token}; userId={user_id}"
|
COOKIE_TEMPLATE = "deviceId={device_id}; serviceToken={service_token}; userId={user_id}"
|
||||||
WAKEUP_KEYWORD = "小爱同学"
|
|
||||||
HARDWARE_COMMAND_DICT = {
|
HARDWARE_COMMAND_DICT = {
|
||||||
# hardware: (tts_command, wakeup_command, volume_command)
|
# hardware: (tts_command, wakeup_command, volume_command)
|
||||||
"LX06": ("5-1", "5-5", "2-1"),
|
"LX06": ("5-1", "5-5", "2-1"),
|
||||||
|
Loading…
Reference in New Issue
Block a user