feat: use camera icon for ocr tool
This commit is contained in:
parent
05b404687a
commit
aea1463730
@ -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': '✏️',
|
||||||
|
|||||||
@ -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': '✏️',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user