mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-11 15:38:14 +08:00
Auto-Generate docs 🤖
This commit is contained in:
@@ -203,7 +203,21 @@ docker run --rm -it browsh/browsh --startup-url https://mi.com
|
||||
|
||||
## 在安装好第一次用语音正常,第二天就不能用语音了
|
||||
|
||||
拉取对话记录的问题。
|
||||
拉取对话记录的问题。拉取对话记录太频繁了,可以使用[定时任务功能](/issues/182.html),设置晚上关闭拉取对话记录。比如这样设置是早上6点开启拉取对话记录,晚上12点关闭:
|
||||
```
|
||||
[
|
||||
{
|
||||
"expression": "0 6 * * *",
|
||||
"name": "set_pull_ask",
|
||||
"arg1": "enable"
|
||||
},
|
||||
{
|
||||
"expression": "0 0 * * *",
|
||||
"name": "set_pull_ask",
|
||||
"arg1": "disable"
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
## 评论
|
||||
|
||||
|
||||
Reference in New Issue
Block a user