refactor: change godzilla websocket base64 to raw

This commit is contained in:
ReaJason
2026-01-18 23:49:41 +08:00
parent 0296705a87
commit 548990b7cc
14 changed files with 128 additions and 61 deletions
@@ -111,7 +111,11 @@ export function BasicInfo({
/>
<CopyableField
label={t("shellToolConfig.godzilla.encryptor")}
text="JAVA_AES_BASE64"
text={
generateResult?.shellConfig.shellType.includes("WebSocket")
? "JAVA_WEBSOCKET_AES_RAW"
: "JAVA_AES_BASE64"
}
/>
<CopyableField
label={t("shellToolConfig.godzilla.header")}