feat: document batch operation tool add re-index operation (#30275)

This commit is contained in:
wangxiaolei
2025-12-29 10:03:15 +08:00
committed by GitHub
parent 44ab8a3376
commit 8b38e3f79d
5 changed files with 47 additions and 3 deletions

View File

@ -170,6 +170,7 @@ const translation = {
enable: 'Enable',
disable: 'Disable',
archive: 'Archive',
reIndex: 'Re-index',
delete: 'Delete',
cancel: 'Cancel',
},

View File

@ -170,6 +170,7 @@ const translation = {
enable: '启用',
disable: '禁用',
archive: '归档',
reIndex: '重新索引',
delete: '删除',
cancel: '取消',
},