From aea14637303256879764591bb4ab65b1807542c6 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Tue, 18 Nov 2025 22:43:35 +0800 Subject: [PATCH] feat: use camera icon for ocr tool --- static/app.js | 1 + sub_agent/static/app.js | 1 + 2 files changed, 2 insertions(+) diff --git a/static/app.js b/static/app.js index f131aed..75b9d73 100644 --- a/static/app.js +++ b/static/app.js @@ -2555,6 +2555,7 @@ async function bootstrapApp() { 'create_file': '📄', 'sleep': '⏱️', 'read_file': '📖', + 'ocr_image': '📸', 'delete_file': '🗑️', 'rename_file': '✏️', 'modify_file': '✏️', diff --git a/sub_agent/static/app.js b/sub_agent/static/app.js index af96928..a47e250 100644 --- a/sub_agent/static/app.js +++ b/sub_agent/static/app.js @@ -2758,6 +2758,7 @@ async function bootstrapApp() { 'create_file': '📄', 'sleep': '⏱️', 'read_file': '📖', + 'ocr_image': '📸', 'delete_file': '🗑️', 'rename_file': '✏️', 'modify_file': '✏️',