捷径或快捷指令的一些跳转规则

参考 https://support.apple.com/zh-cn/guide/shortcuts/apda283236d7/5.0/ios/15.0

打开捷径

shortcuts://

创建捷径

shortcuts://create-shortcut

打开指定捷径

shortcuts://open-shortcut?name=[名称]

打开捷径主页

shortcuts://gallery

打开捷径并关键词检索捷径

shortcuts://gallery/search?query=[查询]

运行捷径规则

shortcuts://run-shortcut?name={{name}}

预输入文本并运行

shortcuts://run-shortcut?name={{name}}&input=text&text={{text}}

获取剪切板运行

shortcuts://run-shortcut?name={{text}}&input=clipboard

运行以后返回

shortcuts://x-callback-url/run-shortcut?name={{name}}&x-success={{launch:}}

与输入文本运行以后返回

shortcuts://x-callback-url/run-shortcut?name={{name}}&input=text&text={{text}}&x-success={{launch:}}

获取剪贴板运行以后返回

shortcuts://x-callback-url/run-shortcut?name={{name}}&input=clipboard&x-success={{launch:}}

利用x-error跳转指定的URLScheme

//系统设置

shortcuts://x-callback-url/run-shortcut?x-error=App-prefs:root=General&path=ManagedConfigurationList/PurgatoryInstallRequested

//计算器

shortcuts://x-callback-url/run-shortcut?x-error=calc://

//相机📷

shortcuts://x-callback-url/run-shortcut?x-error=camera://

//闹钟⏰

shortcuts://x-callback-url/run-shortcut?x-error=clock-worldclock://

//电话☎

shortcuts://x-callback-url/run-shortcut?x-error=mobilephone://

//天气

shortcuts://x-callback-url/run-shortcut?x-error=weather://

系统App的一些URLScheme

//App Store

itms-apps:/itunes.apple.com

//相册

photos-redirect://

//iBook

ibooks://

//日历📆

calshow://

//Health

x-apple-health://

//文件

shareddocuments://

//邮件

message://

//地图

map://

//信息

messages://

//备忘录

mobilenotes://

//提醒事项

x-apple-reminderkit://

//设置

com.apple.preferences://

//钱包

shoebox://
posted @ 2022-02-07 07:37  CoderWGB  阅读(596)  评论(0编辑  收藏  举报