refactor: remove router、ioc is adjusted to inject by type

This commit is contained in:
meilin.huang
2024-12-16 23:29:18 +08:00
parent 7f2a49ba3c
commit 68f553f4b0
142 changed files with 1403 additions and 1905 deletions

View File

@@ -31,6 +31,10 @@ var En = map[i18n.MsgId]string{
ErrFileUploadFail: "File upload failure",
MsgUploadFileSuccess: "File uploaded successfully",
LogMachineCronJobSave: "Machine - save cronjob",
LogMachineCronJobDelete: "Machine - delete cronjob",
LogMachineCronJobRun: "Machine - run cronjob",
LogMachineSecurityCmdSave: "Machine - Security - Save command configuration",
LogMachineSecurityCmdDelete: "Machine - Security - Delete command configuration",
TerminalCmdDisable: "This command has been disabled...",