iOS Shortcuts Builder
通过 JSON 配置生成 iOS 快捷指令 .shortcut 文件
快捷指令名称
动作配置 (JSON)
[ {"type": "comment", "text": "我的快捷指令"}, {"type": "ask", "prompt": "请输入内容"}, {"type": "show_result", "text": "你输入了: {ask_result}"} ]
编译并下载
支持的 action type: text, ask, show_result, show_alert, get_url, post_url, get_dict_value, if_else, open_url, comment, number, list, set_variable, get_variable