refactor: change godzilla websocket base64 to raw

This commit is contained in:
ReaJason
2026-01-16 21:59:36 +08:00
parent b49da4eaf2
commit 6b5a837d5b
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")}