Skip to content

Commit

Permalink
调整搜索结果Free标签颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
luckiestone committed Dec 7, 2022
1 parent 8921e86 commit afb4c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/world-in-hd.net/getSearchResult.js
Expand Up @@ -181,8 +181,8 @@ if (!"".getQueryString) {
let result = row.find(item.selector);
if (result.length) {
tags.push({
name: item.name,
color: item.color
name: "Free",
color: "blue"
});
return true;
}
Expand Down

0 comments on commit afb4c19

Please sign in to comment.