From 34814db352cf9c95bdbf140734756be915971fa5 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 5 Jan 2022 10:49:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/qcfeatures.js | 2 +- src/assets/style/options.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/assets/js/qcfeatures.js b/src/assets/js/qcfeatures.js index 73f414f..cc38e33 100644 --- a/src/assets/js/qcfeatures.js +++ b/src/assets/js/qcfeatures.js @@ -155,7 +155,7 @@ let showCommandByType = (features, isActivated) => { rules.split(',').forEach(r => { he = window.htmlEncode(r, true) // 关键词可以点击跳转 - kws = `${he}` + kws = `${he}` qcType += `${kws}`; }); qcType += `` diff --git a/src/assets/style/options.css b/src/assets/style/options.css index 975d104..c1f47a9 100644 --- a/src/assets/style/options.css +++ b/src/assets/style/options.css @@ -207,6 +207,11 @@ body { margin-right: 5px; } +#options .keyword a { + color: #ff6c9e; + background: #0000; +} + #options .keyword.re { color: rgb(105, 40, 97); }