📌 📄 内容摘要:
liusoon 在 ios自动获取短信验证码并通过bot推送 中发帖
每次在电脑上登录一些网站要收验证码就很烦,所以想做一个这个工具,使用scpl编辑,感觉很久没用shortcut已经不是很适应这个方式.有大佬能帮我改一下吗.
`// 验证码提取器
Comment “此快捷指令用于提取短信中的验证码并发送到Telegram”
// 获取输入文本
GetVariable “ShortcutInput” → inputText
// 使用正则表达式匹配验证码
MatchText pattern=“验证码[::\s](\d{4,8})" caseSensitive=false text=inputText → match1
If Equals value=(Count match1) compare=0
MatchText pattern="verification code[::\s](\d{4,8})” caseSensitive=false ...
────────── 链接信息 ────────── 🔗 论坛链接: linux.do 📎 访问地址: https://linux.do/t/topic/1037833/1 ─────────────────────────────
📢 来源:LINUX DO