Skip to content

Commit

Permalink
Merge pull request #1186 from luckiestone/dev
Browse files Browse the repository at this point in the history
调整WiHD搜索结果Free标签颜色
  • Loading branch information
ted423 authored Dec 7, 2022
2 parents ad53f95 + afb4c19 commit 6992454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/sites/world-in-hd.net/getSearchResult.js
Original file line number Diff line number Diff line change
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 6992454

Please sign in to comment.