diff --git a/web/app/components/plugins/constants.ts b/web/app/components/plugins/constants.ts index c43a1ae946..40a3f0da83 100644 --- a/web/app/components/plugins/constants.ts +++ b/web/app/components/plugins/constants.ts @@ -1,4 +1,5 @@ export const tagKeys = [ + 'agent', 'search', 'image', 'videos', diff --git a/web/i18n/en-US/plugin-tags.ts b/web/i18n/en-US/plugin-tags.ts index e96f415053..d2177b2848 100644 --- a/web/i18n/en-US/plugin-tags.ts +++ b/web/i18n/en-US/plugin-tags.ts @@ -2,6 +2,7 @@ const translation = { allTags: 'All Tags', searchTags: 'Search Tags', tags: { + agent: 'Agent', search: 'Search', image: 'Image', videos: 'Videos', diff --git a/web/i18n/zh-Hans/plugin-tags.ts b/web/i18n/zh-Hans/plugin-tags.ts index 4c9b2c6370..c133992b38 100644 --- a/web/i18n/zh-Hans/plugin-tags.ts +++ b/web/i18n/zh-Hans/plugin-tags.ts @@ -2,6 +2,7 @@ const translation = { allTags: '所有标签', searchTags: '搜索标签', tags: { + agent: 'Agent', search: '搜索', image: '图片', videos: '视频',