feat: use camera icon for ocr tool

This commit is contained in:
JOJO 2025-11-18 22:43:35 +08:00
parent 05b404687a
commit aea1463730
2 changed files with 2 additions and 0 deletions

View File

@ -2555,6 +2555,7 @@ async function bootstrapApp() {
'create_file': '📄', 'create_file': '📄',
'sleep': '⏱️', 'sleep': '⏱️',
'read_file': '📖', 'read_file': '📖',
'ocr_image': '📸',
'delete_file': '🗑️', 'delete_file': '🗑️',
'rename_file': '✏️', 'rename_file': '✏️',
'modify_file': '✏️', 'modify_file': '✏️',

View File

@ -2758,6 +2758,7 @@ async function bootstrapApp() {
'create_file': '📄', 'create_file': '📄',
'sleep': '⏱️', 'sleep': '⏱️',
'read_file': '📖', 'read_file': '📖',
'ocr_image': '📸',
'delete_file': '🗑️', 'delete_file': '🗑️',
'rename_file': '✏️', 'rename_file': '✏️',
'modify_file': '✏️', 'modify_file': '✏️',