Skip to content

Commit

Permalink
✨version: 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xifangczy committed Nov 1, 2022
1 parent 265f716 commit 9396362
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ body {
background: #fff;
margin: 0;
}
.bold{
font-weight: bold;
}
.fixFirefoxRight {
margin-right: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion js/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function AddMedia(data) {
<input type="checkbox" class="DownCheck" checked="true"/>
${G.ShowWebIco ? `<img src="${data.favIconUrl}" class="favicon"/>` : ""}
<img src="img/regex.png" class="icon ${data.isRegex ? "" : "hide"}" title="正则表达式匹配 或 来自深度搜索"/>
<span class="name">${trimName}</span>
<span class="name ${parsing.switch ? "bold" : ""}">${trimName}</span>
<span class="size ${data.size ? "" : "hide"}">${data.size}</span>
<img src="img/copy.png" class="icon" id="copy" title="复制地址"/>
<img src="img/parsing.png" class="icon ${parsing.switch ? "" : "hide"}" id="${parsing.type}" title="解析"/>
Expand Down
2 changes: 1 addition & 1 deletion manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
}
],
"web_accessible_resources": ["catch-script/*"],
"version": "2.2.7"
"version": "2.2.8"
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"matches": ["<all_urls>"]
}
],
"version": "2.2.7"
"version": "2.2.8"
}

0 comments on commit 9396362

Please sign in to comment.