111 lines
2.2 KiB
JSON
111 lines
2.2 KiB
JSON
{
|
|
"wechat_send_message": {
|
|
"name": "wechat_send_message",
|
|
"description": "微信发送消息给指定联系人",
|
|
"steps": [
|
|
{
|
|
"action": "start_app",
|
|
"params": {
|
|
"package": "com.tencent.mm"
|
|
},
|
|
"delay_ms": 2000
|
|
},
|
|
{
|
|
"action": "click_text",
|
|
"params": {
|
|
"text": "搜索"
|
|
},
|
|
"delay_ms": 500
|
|
},
|
|
{
|
|
"action": "input_text",
|
|
"params": {
|
|
"text": "$contact"
|
|
},
|
|
"delay_ms": 1000
|
|
},
|
|
{
|
|
"action": "click_text",
|
|
"params": {
|
|
"text": "$contact"
|
|
},
|
|
"delay_ms": 1000
|
|
},
|
|
{
|
|
"action": "click_text",
|
|
"params": {
|
|
"text": "发消息"
|
|
},
|
|
"delay_ms": 500
|
|
},
|
|
{
|
|
"action": "input_text",
|
|
"params": {
|
|
"text": "$message",
|
|
"clear": false
|
|
},
|
|
"delay_ms": 300
|
|
},
|
|
{
|
|
"action": "click_text",
|
|
"params": {
|
|
"text": "发送"
|
|
},
|
|
"delay_ms": 500
|
|
}
|
|
],
|
|
"created_at": "2026-01-27T05:58:01.195264",
|
|
"use_count": 0
|
|
},
|
|
"doubao_chat": {
|
|
"name": "doubao_chat",
|
|
"description": "豆包AI对话",
|
|
"steps": [
|
|
{
|
|
"action": "start_app",
|
|
"params": {
|
|
"package": "com.larus.nova"
|
|
},
|
|
"delay_ms": 3000
|
|
},
|
|
{
|
|
"action": "click_text",
|
|
"params": {
|
|
"text": "输入"
|
|
},
|
|
"delay_ms": 500
|
|
},
|
|
{
|
|
"action": "input_text",
|
|
"params": {
|
|
"text": "$question"
|
|
},
|
|
"delay_ms": 300
|
|
},
|
|
{
|
|
"action": "click_text",
|
|
"params": {
|
|
"text": "发送"
|
|
},
|
|
"delay_ms": 500
|
|
}
|
|
],
|
|
"created_at": "2026-01-27T05:58:01.195445",
|
|
"use_count": 0
|
|
},
|
|
"open_settings": {
|
|
"name": "open_settings",
|
|
"description": "打开系统设置",
|
|
"steps": [
|
|
{
|
|
"action": "start_app",
|
|
"params": {
|
|
"package": "com.android.settings"
|
|
},
|
|
"delay_ms": 1000
|
|
}
|
|
],
|
|
"created_at": "2026-01-27T05:58:01.195595",
|
|
"use_count": 0
|
|
}
|
|
} |