From 9177af75138a727c28416eaef347736766943c13 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Mon, 19 Sep 2022 18:34:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E5=8A=9F=E8=83=BD=E6=8C=89=E9=92=AE:=20=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E8=87=B3=E5=A4=87=E5=BF=98=E5=BF=AB=E8=B4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/setting.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/data/setting.json b/src/data/setting.json index 7cf49b7..d35dc6c 100644 --- a/src/data/setting.json +++ b/src/data/setting.json @@ -4,6 +4,13 @@ "database.maxage": 14, "operation.shown": ["copy", "view", "collect", "remove"], "operation.custom": [ + { + "id": "custom.1663583455000", + "title": "收藏到备忘快贴", + "icon": "📌", + "match": ["text", "image"], + "command": "redirect:添加到「备忘快贴」" + }, { "id": "custom.1663490858", "title": "讯飞OCR识别", @@ -11,6 +18,13 @@ "match": ["image", { "type": "file", "regex": ".(?:jpg|jpeg|png)$" }], "command": "redirect:讯飞ocr" }, + { + "id": "custom.1663490864", + "title": "上传到图床", + "icon": "🚀", + "match": ["image", { "type": "file", "regex": ".(?:jpg|jpeg|png)$" }], + "command": "redirect:上传到图床" + }, { "id": "custom.1663490859", "title": "百度搜索", @@ -51,13 +65,6 @@ "match": ["image"], "command": "redirect:识别图片中二维码" }, - { - "id": "custom.1663490864", - "title": "上传到图床", - "icon": "🚀", - "match": ["image", { "type": "file", "regex": ".(?:jpg|jpeg|png)$" }], - "command": "redirect:上传到图床" - }, { "id": "custom.1663490865", "title": "翻译",