We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
否(No)
目前{{location}} 可以返回很详细的信息,也包含Longitude和Latitude。 那么如果格式化关键字增加{{Longitude}}和{{Latitude}} ,就可以在通知里构造类似https://www.google.com/maps/@{{Latitude}} ,{{Longitude}} 从而实现在通知接收端点击跳转。
No response
The text was updated successfully, but these errors were encountered:
我试图用正则来替换结果,但好像总是不能匹配。
Longitude:(.*)[\r\n]+Latitude:(.*)[\r\n]+Address===Longitude:$1[\r\n]+Latitude:$2\nAddress\nhttps://www.google.com/maps/@$2,$1
Sorry, something went wrong.
这样也不行:
Longitude(.*)[\r\n]+Latitude(.*)[\r\n]+===https://www.google.com/maps/@$2,$1
优化:自定义模板增加{{定位信息_经度}}/{{定位信息_纬度}}/{{定位信息_地址}}三个标签 #400
{{定位信息_经度}}
{{定位信息_纬度}}
{{定位信息_地址}}
ef115f1
下载每周构建版试试 https://github.com/pppscn/SmsForwarder/actions/workflows/Weekly_Build.yml
安装后,使用 字符串: https://www.google.com/maps/@{{LOCATION_LATITUDE}},{{LOCATION_LONGITUDE}} 格式化正常。
pppscn
No branches or pull requests
是否有人曾提过类似的问题?
否(No)
你觉得APP有什么不足之处?
目前{{location}} 可以返回很详细的信息,也包含Longitude和Latitude。 那么如果格式化关键字增加{{Longitude}}和{{Latitude}} ,就可以在通知里构造类似https://www.google.com/maps/@{{Latitude}} ,{{Longitude}} 从而实现在通知接收端点击跳转。
你觉得该怎么去完善会比较好?【非必答】
No response
The text was updated successfully, but these errors were encountered: