中间版本,对于解封超过1024的消息有问题,暂存历史

This commit is contained in:
2024-06-20 17:15:54 +08:00
parent 2917f4ae97
commit 14f269b570
5 changed files with 95 additions and 101 deletions

View File

@ -0,0 +1,5 @@
{
"id": "xxxxxxxxxxx",
"module": "system",
"command": "state.get_state"
}

View File

@ -0,0 +1,5 @@
{
"id": "xxxxxxxxxxx",
"module": "system",
"command": "state.get_tp_mode"
}

View File

@ -0,0 +1,8 @@
{
"id": "xxxxxxxxxxx",
"module": "system",
"command": "state.set_tp_mode",
"data": {
"tp_mode": "with"
}
}