feat: plugin filtering

This commit is contained in:
Hk-Gosuto
2023-11-25 18:52:36 +08:00
parent a8e19a81ff
commit a810ebea36
7 changed files with 55 additions and 196 deletions

View File

@@ -403,6 +403,7 @@ const cn = {
Download: "下载预设",
Clone: "克隆预设",
},
RuntimeWarning: "仅在非Vercel环境部署时可用",
},
FineTuned: {
Sysmessage: "你是一个助手",

View File

@@ -409,6 +409,7 @@ const en: LocaleType = {
Download: "Download",
Clone: "Clone",
},
RuntimeWarning: "Only available when deployed in a non-Vercel environment.",
},
FineTuned: {
Sysmessage: "You are an assistant that",