From 071b8d6ed8746c06aedb47658dbb2333ab833f66 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Tue, 20 Dec 2022 12:55:25 +0800 Subject: [PATCH] update xxtea key --- Classes/AppDelegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/AppDelegate.cpp b/Classes/AppDelegate.cpp index 718d653..119d3af 100755 --- a/Classes/AppDelegate.cpp +++ b/Classes/AppDelegate.cpp @@ -47,7 +47,7 @@ bool AppDelegate::applicationDidFinishLaunching() { se::ScriptEngine *se = se::ScriptEngine::getInstance(); - jsb_set_xxtea_key(""); + jsb_set_xxtea_key("aLs*675x)_"); jsb_init_file_operation_delegate(); #if defined(COCOS2D_DEBUG) && (COCOS2D_DEBUG > 0)