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": "翻译",