feat(projects): 添加插件示例:剪贴板

This commit is contained in:
恕瑞玛的皇帝
2024-05-07 15:38:07 +08:00
committed by Soybean
parent 4d17cfdcd3
commit 019f80faef
7 changed files with 67 additions and 2 deletions

View File

@@ -177,7 +177,9 @@ const local: App.I18n.Schema = {
exception: 'Exception',
exception_403: '403',
exception_404: '404',
exception_500: '500'
exception_500: '500',
plugin: 'Plugin',
plugin_copy: 'copy'
},
page: {
login: {

View File

@@ -177,7 +177,9 @@ const local: App.I18n.Schema = {
exception: '异常页',
exception_403: '403',
exception_404: '404',
exception_500: '500'
exception_500: '500',
plugin: '插件示例',
plugin_copy: '剪贴板'
},
page: {
login: {