Skip to content

Commit

Permalink
fix(luminance): adjust joinTime position
Browse files Browse the repository at this point in the history
  • Loading branch information
haowenwu authored and fzlins committed Nov 13, 2024
1 parent b3fd592 commit ae7f894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/schemas/Luminance/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"filters": ["query.text().match(/\\d+/)[0]"]
},
"joinTime": {
"selector": [".time:eq(0)"],
"selector": [".stats > li > .time"],
"attribute": "title",
"filters": ["dateTime(query).valueOf()"]
}
Expand Down

0 comments on commit ae7f894

Please sign in to comment.