feat: add 'rag' tag to plugin constants and translations in multiple languages

This commit is contained in:
twwu 2025-08-28 16:21:53 +08:00
parent 169a8edc28
commit 9448d49305
4 changed files with 4 additions and 0 deletions

View File

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

View File

@ -3,6 +3,7 @@ const translation = {
searchTags: 'Search Tags',
tags: {
agent: 'Agent',
rag: 'RAG',
search: 'Search',
image: 'Image',
videos: 'Videos',

View File

@ -15,6 +15,7 @@ const translation = {
news: 'ニュース',
other: '他',
agent: 'エージェント',
rag: 'RAG',
business: 'ビジネス',
travel: '旅行',
},

View File

@ -3,6 +3,7 @@ const translation = {
searchTags: '搜索标签',
tags: {
agent: 'Agent',
rag: 'RAG',
search: '搜索',
image: '图片',
videos: '视频',