Skip to content

Commit

Permalink
fix(Hares): 修复入站时间获取
Browse files Browse the repository at this point in the history
  • Loading branch information
szlx560223 authored and ted423 committed Dec 29, 2024
1 parent c1a7c83 commit 29f7487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/sites/club.hares.top/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"fields": {
"joinTime": {
"selector": [".layui-hares-user-basic-info > span:nth-last-of-type(2)"],
"filters": ["query.text().split(/:|:/)[1].split(' [')[0].trim()", "dateTime(query).isValid()?dateTime(query).valueOf():query"]
"filters": ["query.text().split(/:|:/)[1].split('\\n[')[0].trim()", "dateTime(query).isValid()?dateTime(query).valueOf():query"]
},
"seedingPoints": {
"selector": [".layui-hares-user-transport-info > span:nth-last-of-type(1)"],
Expand Down

0 comments on commit 29f7487

Please sign in to comment.