From 6996bef1b7fd587f6e759f947dd7473d830f0258 Mon Sep 17 00:00:00 2001 From: fofolee Date: Fri, 5 Jan 2024 22:08:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B3=E9=94=AE=E8=AF=8D?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/options/commandTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/options/commandTypes.js b/src/js/options/commandTypes.js index d0167a0..781701f 100644 --- a/src/js/options/commandTypes.js +++ b/src/js/options/commandTypes.js @@ -53,7 +53,7 @@ const commandTypes = { name: "key", label: "关键词", icon: "font_download", - color: "primary", + color: "teal", matchLabel: "关键词", desc: "直接在主输入框输入对应关键字,最通用的一种模式,关键字可以设置多个", valueType: "array",