From cd292e698620e87042f74b06d52f02c88de68bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:14:14 +0800 Subject: [PATCH] Update lunajspatch.js --- LunaHook/resource/lunajspatch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LunaHook/resource/lunajspatch.js b/LunaHook/resource/lunajspatch.js index 3691be8..9f01f92 100644 --- a/LunaHook/resource/lunajspatch.js +++ b/LunaHook/resource/lunajspatch.js @@ -1,6 +1,6 @@ var fontface=''; -const magicsend='\x01LUNAFROMJS\x01' -const magicrecv='\x01LUNAFROMHOST\x01' +var magicsend='\x01LUNAFROMJS\x01' +var magicrecv='\x01LUNAFROMHOST\x01' function splitfonttext(transwithfont){ if(transwithfont.substr(0,magicsend.length)==magicsend) //not trans {