分享时间 | 2023-01-01 01:52 |
最后更新 | 2023-01-11 13:11 |
修订版本 | 36 |
限制再分享 | 否 |
Quicker版本 | 1.36.23 |
动作大小 | 214.2 KB |
功能预览:
动作管理:
软件管理:
网页管理:
文本格式化:
"文本": [ { "name": "url编码", "icon": "[url:https://files.getquicker.net/_icons/59A6AE5A925DA596DEF11777178882BF4B8D35A1.svg]", "content": "$=\"%s\".URLEncode()", "operation": "sendText" }, { "name": "url解码", "icon": "[url:https://files.getquicker.net/_icons/59A6AE5A925DA596DEF11777178882BF4B8D35A1.svg]", "content": "$=\"%s\".URLDecode()", "operation": "sendText" }, { "name": "转大写", "icon": "[fa:Light_FontCase]", "content": "$=\"%s\".ToUpper()", "operation": "sendText" }, { "name": "转小写", "icon": "[fa:Light_FontCase]", "content": "$=\"%s\".ToLower()", "operation": "sendText" } ]
tips: 占位符%s,支持表达式
其他:
待补充,或自行添加
管理/排序
编辑
参数:
示例:
{ "动作": [ // 特殊分组1:动作 { "name": "动作名", "content": "唯一动作名/动作id?启动参数", "operation": "action" } ], "网页": [ // 特殊分组2:网页 { "name": "百度搜索", "content": "https://www.baidu.com/s?wd=%s", "icon": "[url:https://www.baidu.com/favicon.ico]", "operation": "open" }, { "name": "谷歌搜索", "content": "https://www.google.com/search?q=%s", "icon": "[url:https://www.google.com.hk/favicon.ico]", "operation": "open" } ], "软件": [ // 特殊分组3:软件 { "name": "Code", "content": "\"D:\\Software\\Microsoft VS Code\\Code.exe\" \"%s\"", "icon": "[icon:D:\\Software\\Microsoft VS Code\\Code.exe]", "operation": "open" }, ], "发送(code|msedge)": [ // code进程和edge进程:括号内正则匹配当前进程名时内容才会显示,没有括号时则任何进程下都显示 { "name": "问候", "content": "你好,%s", "operation": "sendText" }, { "name": "问候_富文本", "content": "<h1 color='blue'>你好,%s</h1>", "operation": "sendHtml" } ] }
配置:
tips:
修订版本 | 更新时间 | 更新说明 |
---|---|---|
36 | 2023-01-11 13:11 | 修复:webview更新网页失败 |
35 | 2023-01-10 23:43 | 修复:部门情形数据编辑后未发生变化 |
34 | 2023-01-10 21:29 | 优化:协调浏览器和webview的使用,以浏览器为主,以webveiw为辅 |