From 74b7e75d2fd64994a1885d62b02bf0a62963021d Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Sun, 18 Sep 2022 16:50:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8Did=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=20=E5=90=A6=E5=88=99option=E7=BB=91=E5=AE=9Akey=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E7=A1=AE=E5=AE=9A=E5=85=B6=E5=94=AF=E4=B8=80=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/setting.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/data/setting.json b/src/data/setting.json index b3a9b19..7cf49b7 100644 --- a/src/data/setting.json +++ b/src/data/setting.json @@ -5,28 +5,28 @@ "operation.shown": ["copy", "view", "collect", "remove"], "operation.custom": [ { - "id": "custom", + "id": "custom.1663490858", "title": "讯飞OCR识别", "icon": "⚡", "match": ["image", { "type": "file", "regex": ".(?:jpg|jpeg|png)$" }], "command": "redirect:讯飞ocr" }, { - "id": "custom", + "id": "custom.1663490859", "title": "百度搜索", "icon": "🔍", "match": ["text"], "command": "redirect:百度一下" }, { - "id": "custom", + "id": "custom.1663490860", "title": "统计文本字数", "icon": "🧮", "match": ["text"], "command": "redirect:统计文本次数" }, { - "id": "custom", + "id": "custom.1663490861", "title": "颜色管理", "icon": "🎨", "match": [ @@ -38,28 +38,28 @@ "command": "redirect:统计文本次数" }, { - "id": "custom", + "id": "custom.1663490862", "title": "百度识图", "icon": "🌄", "match": ["image"], "command": "redirect:百度识图" }, { - "id": "custom", + "id": "custom.1663490863", "title": "识别图片中二维码", "icon": "📜", "match": ["image"], "command": "redirect:识别图片中二维码" }, { - "id": "custom", + "id": "custom.1663490864", "title": "上传到图床", "icon": "🚀", "match": ["image", { "type": "file", "regex": ".(?:jpg|jpeg|png)$" }], "command": "redirect:上传到图床" }, { - "id": "custom", + "id": "custom.1663490865", "title": "翻译", "icon": "🌎", "match": ["text"],