Commit f7bfc991 by Jinhao Chen

Update README.md

parent 0c07ae33
...@@ -270,10 +270,11 @@ ...@@ -270,10 +270,11 @@
{ {
"parserName": "time", "parserName": "time",
"parsingType": "auto" "parsingType": "auto"
"command": "yyyy MM dd" "command": "yyyy MM dd|yyyy MM dd HH mm ss"
} }
] ]
>>>>``` >>>>```
>>>> 匹配时如果有多个时间规则都能匹配出时间,则优先选择过去一年内距离现在最近的时间作为最佳结果,如果没有得到最佳结果,那么取绝对值距离现在最近的过去或未来时间作为最佳结果
>>>>``` >>>>```
"time": [ "time": [
{ {
...@@ -328,6 +329,7 @@ ...@@ -328,6 +329,7 @@
} }
] ]
>>>>``` >>>>```
>>>> 组件模版匹配优先级规则: 优先匹配最精准的域名,其次如果有内容标识符则优先匹配,最后执行 URL 正则表达式匹配
>>>>##### fixurl:根据上次访问的 URL,结合输入(绝对或相对 URL),生成一个新的绝对 URL,例: >>>>##### fixurl:根据上次访问的 URL,结合输入(绝对或相对 URL),生成一个新的绝对 URL,例:
>>>>``` >>>>```
"url": [ "url": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment