mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-26 17:01:53 +08:00
feat: support simple obfuscation (#13)
This commit is contained in:
@@ -87,6 +87,11 @@ function IndexComponent() {
|
||||
toast.warning(t("tips.customShellClass"));
|
||||
return false;
|
||||
}
|
||||
|
||||
if (values.obfuscate && values.shellTool === ShellToolType.NeoreGeorg) {
|
||||
toast.warning(t("tips.neoreGeorgObfuscate"));
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user