feat: 支持开关指定内置插件

This commit is contained in:
Hk-Gosuto
2023-09-04 21:59:42 +08:00
parent c5cc16ca09
commit c9c5ab2a9b
17 changed files with 909 additions and 8 deletions

View File

@@ -310,6 +310,24 @@ const en: LocaleType = {
},
Plugin: {
Name: "Plugin",
Page: {
Title: "Plugin Template",
SubTitle: (count: number) => `${count} plugin templates`,
Search: "Search Templates",
Create: "Create",
},
Item: {
View: "View",
Edit: "Edit",
Delete: "Delete",
DeleteConfirm: "Confirm to delete?",
},
EditModal: {
Title: (readonly: boolean) =>
`Edit Plugin Template ${readonly ? "(readonly)" : ""}`,
Download: "Download",
Clone: "Clone",
},
},
FineTuned: {
Sysmessage: "You are an assistant that",