mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 06:54:11 +08:00
style: 样式微调
This commit is contained in:
parent
35cfcc6e6b
commit
e36963aead
@ -155,7 +155,7 @@ let showCommandByType = (features, isActivated) => {
|
||||
rules.split(',').forEach(r => {
|
||||
he = window.htmlEncode(r, true)
|
||||
// 关键词可以点击跳转
|
||||
kws = `<a style="color: #2c8b1f;" href="javascript:utools.redirect('${he}')">${he}</a>`
|
||||
kws = `<a style="color: #cddc39;background: #0000;" href="javascript:utools.redirect('${he}')">${he}</a>`
|
||||
qcType += `<span class="keyword">${kws}</span>`;
|
||||
});
|
||||
qcType += `</div>`
|
||||
|
Loading…
x
Reference in New Issue
Block a user