add awesome plugin repo url

This commit is contained in:
lloydzhou
2024-09-06 19:37:24 +08:00
parent 7455978ee5
commit 9275f2d753
5 changed files with 42 additions and 2 deletions

View File

@@ -537,6 +537,7 @@ const cn = {
SubTitle: (count: number) => `${count} 个插件`,
Search: "搜索插件",
Create: "新建",
Find: "您可以在Github上找到优秀的插件",
},
Item: {
Info: (count: number) => `${count} 方法`,

View File

@@ -545,6 +545,7 @@ const en: LocaleType = {
SubTitle: (count: number) => `${count} plugins`,
Search: "Search Plugin",
Create: "Create",
Find: "You can find awesome plugins on github: ",
},
Item: {
Info: (count: number) => `${count} method`,