在隐式匹配want时,需求使用pathRegex正则匹配文件类型,host等参数如何正确填写,有使用pathRegex的样例demo或者文档吗,以下为配置后但匹配失败的例子。
"skills": [{
"actions": [
"ohos.want.action.viewData"
],
"uris": [{
"scheme": "file",
"host": "file",
"port": "21",
"pathRegex": ".*txt",
"linkFeature": "fileopen"
}]
}]
uri匹配规则可以参考这个文档,里边有正则表达式的说明,文档链接:
https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/explicit-implicit-want-mappings-V5\#uri匹配规则
uris配置您可以参考这种写法,type可以指定多种类型: