mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 00:41:52 +08:00
feat: support custom command implementation
This commit is contained in:
@@ -120,6 +120,8 @@ export function MainConfigCard({
|
||||
const handleShellToolChange = (value: string) => {
|
||||
const resetCommand = () => {
|
||||
form.resetField("commandParamName");
|
||||
form.resetField("implementationClass");
|
||||
form.resetField("encryptor");
|
||||
};
|
||||
|
||||
const resetGodzilla = () => {
|
||||
|
||||
Reference in New Issue
Block a user