Microsoft Band Web Tile有manifast.json。根据文档https://developer.microsoftband.com/Content/docs/Microsoft%20Band%20Web%20Tile%20Documentation.pdf。我添加了正则表达式而不是纯字符串值。
"notifications": [
{
"condition": "{{_1_description}} contains /[0-3][0-9].[0-9]+ MPH/g",
"title": "{{_1_title}}",
"body": "{{_1_description}}"
}
]
正则表达式正确无误,网络磁贴未运行'条件'属性。有没有人能够在通知条件下插入正则表达式?