Feat: add check before install plugin (#20014)

This commit is contained in:
NFish
2025-06-18 15:51:23 +08:00
committed by GitHub
parent 83719cab73
commit 614c5e087e
30 changed files with 337 additions and 135 deletions

View File

@@ -64,6 +64,8 @@ const translation = {
skip: 'Skip',
format: 'Format',
more: 'More',
selectAll: 'Select All',
deSelectAll: 'Deselect All',
},
errorMsg: {
fieldRequired: '{{field}} is required',

View File

@@ -154,6 +154,7 @@ const translation = {
next: 'Next',
pluginLoadError: 'Plugin load error',
pluginLoadErrorDesc: 'This plugin will not be installed',
installWarning: 'This plugin is not allowed to be installed.',
},
installFromGitHub: {
installPlugin: 'Install plugin from GitHub',