feat: add 'agent' tag to plugin constants and translations

This commit is contained in:
WTW0313 2025-01-08 16:41:16 +08:00
parent 93806148cd
commit 0fdf7b23c6
3 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export const tagKeys = [
'agent',
'search',
'image',
'videos',

View File

@ -2,6 +2,7 @@ const translation = {
allTags: 'All Tags',
searchTags: 'Search Tags',
tags: {
agent: 'Agent',
search: 'Search',
image: 'Image',
videos: 'Videos',

View File

@ -2,6 +2,7 @@ const translation = {
allTags: '所有标签',
searchTags: '搜索标签',
tags: {
agent: 'Agent',
search: '搜索',
image: '图片',
videos: '视频',