feat: support custom command implementation

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent f7e401bd46
commit d197691bed
25 changed files with 291 additions and 1145 deletions
+2
View File
@@ -120,6 +120,8 @@ export function MainConfigCard({
const handleShellToolChange = (value: string) => {
const resetCommand = () => {
form.resetField("commandParamName");
form.resetField("implementationClass");
form.resetField("encryptor");
};
const resetGodzilla = () => {